langtools/test/tools/doclint/MissingThrowsTest.out
author jjg
Mon, 17 Dec 2012 07:47:05 -0800
changeset 14952 d0022ae20516
child 14962 19ffdfafbcd2
permissions -rw-r--r--
8004832: Add new doclint package Reviewed-by: mcimadamore
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
14952
d0022ae20516 8004832: Add new doclint package
jjg
parents:
diff changeset
     1
MissingThrowsTest.java:11: warning: no @throws for java.lang.Exception
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