test/tools/doclint/MissingThrowsTest.out

Mon, 17 Dec 2012 07:47:05 -0800

author
jjg
date
Mon, 17 Dec 2012 07:47:05 -0800
changeset 1455
75ab654b5cd5
child 1465
a22f23fb7abf
permissions
-rw-r--r--

8004832: Add new doclint package
Reviewed-by: mcimadamore

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

mercurial