test/tools/doclint/MissingCommentTest.out

changeset 0
959103a6100f
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/test/tools/doclint/MissingCommentTest.out	Wed Apr 27 01:34:52 2016 +0800
     1.3 @@ -0,0 +1,14 @@
     1.4 +MissingCommentTest.java:8: warning: no comment
     1.5 +public class MissingCommentTest {
     1.6 +       ^
     1.7 +MissingCommentTest.java:9: warning: no comment
     1.8 +    MissingCommentTest() { }
     1.9 +    ^
    1.10 +MissingCommentTest.java:11: warning: no comment
    1.11 +    int missingComment;
    1.12 +        ^
    1.13 +MissingCommentTest.java:13: warning: no comment
    1.14 +    void missingComment() { }
    1.15 +         ^
    1.16 +4 warnings
    1.17 +

mercurial