langtools/test/tools/doclint/MissingThrowsTest.out
author katleman
Tue, 21 Jan 2014 18:17:23 -0800
changeset 22365 895bfde469d4
parent 14962 19ffdfafbcd2
child 30730 d3ce7619db2c
permissions -rw-r--r--
Added tag jdk9-b01 for changeset ae2d94255f32
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
14962
19ffdfafbcd2 8005307: fix missing @bug tags
jjg
parents: 14952
diff changeset
     1
MissingThrowsTest.java:13: warning: no @throws for java.lang.Exception
14952
d0022ae20516 8004832: Add new doclint package
jjg
parents:
diff changeset
     2
    void missingThrows() throws Exception { }
d0022ae20516 8004832: Add new doclint package
jjg
parents:
diff changeset
     3
         ^
d0022ae20516 8004832: Add new doclint package
jjg
parents:
diff changeset
     4
1 warning