test/tools/doclint/tool/StatsTest.out

Wed, 27 Apr 2016 01:34:52 +0800

author
aoqi
date
Wed, 27 Apr 2016 01:34:52 +0800
changeset 0
959103a6100f
permissions
-rw-r--r--

Initial load
http://hg.openjdk.java.net/jdk8u/jdk8u/langtools/
changeset: 2573:53ca196be1ae
tag: jdk8u25-b17

     1 StatsTest.java:11: warning: no comment
     2 public class StatsTest {
     3        ^
     4 StatsTest.java:13: error: invalid entity �
     5      * � � � �
     6        ^
     7 StatsTest.java:13: error: invalid entity �
     8      * � � � �
     9             ^
    10 StatsTest.java:13: error: invalid entity �
    11      * � � � �
    12                  ^
    13 StatsTest.java:13: error: invalid entity �
    14      * � � � �
    15                       ^
    16 StatsTest.java:18: warning: no @param for a1
    17     public int warnings(int a1, int a2) throws Exception { return 0; }
    18                ^
    19 StatsTest.java:18: warning: no @param for a2
    20     public int warnings(int a1, int a2) throws Exception { return 0; }
    21                ^
    22 StatsTest.java:18: warning: no @return
    23     public int warnings(int a1, int a2) throws Exception { return 0; }
    24                ^
    25 StatsTest.java:18: warning: no @throws for java.lang.Exception
    26     public int warnings(int a1, int a2) throws Exception { return 0; }
    27                ^
    28 By group...
    29      5: missing
    30      4: html
    32 By diagnostic kind...
    33      5: warning
    34      4: error
    36 By message kind...
    37      4: invalid entity &{0};
    38      2: no @param for {0}
    39      1: no @return
    40      1: no @throws for {0}
    41      1: no comment
    42 4 errors
    43 5 warnings

mercurial