test/tools/doclint/MissingCommentTest.java

Mon, 23 Sep 2013 17:27:38 +0400

author
kizune
date
Mon, 23 Sep 2013 17:27:38 +0400
changeset 2048
809a50f24d6f
parent 0
959103a6100f
permissions
-rw-r--r--

7154966: CRs found to be in Fixed state with no test and no noreg- keyword.
Reviewed-by: ksrini

     1 /*
     2  * @test /nodynamiccopyright/
     3  * @build DocLintTester
     4  * @run main DocLintTester -Xmsgs:-missing MissingCommentTest.java
     5  * @run main DocLintTester -Xmsgs:missing -ref MissingCommentTest.out MissingCommentTest.java
     6  */
     8 public class MissingCommentTest {
     9     MissingCommentTest() { }
    11     int missingComment;
    13     void missingComment() { }
    14 }

mercurial