test/tools/doclint/MissingThrowsTest.out

Tue, 24 Sep 2013 13:48:12 -0700

author
jjg
date
Tue, 24 Sep 2013 13:48:12 -0700
changeset 2054
3ae62331a56f
parent 1465
a22f23fb7abf
child 2525
2eb010b6cb22
permissions
-rw-r--r--

8002154: [doclint] doclint should check for issues which are errors in javadoc
Reviewed-by: bpatel

     1 MissingThrowsTest.java:13: warning: no @throws for java.lang.Exception
     2     void missingThrows() throws Exception { }
     3          ^
     4 1 warning

mercurial