test/tools/doclint/tool/StatsTest.out

changeset 0
959103a6100f
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/test/tools/doclint/tool/StatsTest.out	Wed Apr 27 01:34:52 2016 +0800
     1.3 @@ -0,0 +1,43 @@
     1.4 +StatsTest.java:11: warning: no comment
     1.5 +public class StatsTest {
     1.6 +       ^
     1.7 +StatsTest.java:13: error: invalid entity �
     1.8 +     * � � � �
     1.9 +       ^
    1.10 +StatsTest.java:13: error: invalid entity �
    1.11 +     * � � � �
    1.12 +            ^
    1.13 +StatsTest.java:13: error: invalid entity �
    1.14 +     * � � � �
    1.15 +                 ^
    1.16 +StatsTest.java:13: error: invalid entity �
    1.17 +     * � � � �
    1.18 +                      ^
    1.19 +StatsTest.java:18: warning: no @param for a1
    1.20 +    public int warnings(int a1, int a2) throws Exception { return 0; }
    1.21 +               ^
    1.22 +StatsTest.java:18: warning: no @param for a2
    1.23 +    public int warnings(int a1, int a2) throws Exception { return 0; }
    1.24 +               ^
    1.25 +StatsTest.java:18: warning: no @return
    1.26 +    public int warnings(int a1, int a2) throws Exception { return 0; }
    1.27 +               ^
    1.28 +StatsTest.java:18: warning: no @throws for java.lang.Exception
    1.29 +    public int warnings(int a1, int a2) throws Exception { return 0; }
    1.30 +               ^
    1.31 +By group...
    1.32 +     5: missing
    1.33 +     4: html
    1.34 +
    1.35 +By diagnostic kind...
    1.36 +     5: warning
    1.37 +     4: error
    1.38 +
    1.39 +By message kind...
    1.40 +     4: invalid entity &{0};
    1.41 +     2: no @param for {0}
    1.42 +     1: no @return
    1.43 +     1: no @throws for {0}
    1.44 +     1: no comment
    1.45 +4 errors
    1.46 +5 warnings

mercurial