test/tools/doclint/tool/StatsTest.out

Sat, 07 Nov 2020 10:30:02 +0800

author
aoqi
date
Sat, 07 Nov 2020 10:30:02 +0800
changeset 3938
93012e2a5d1d
parent 0
959103a6100f
permissions
-rw-r--r--

Added tag mips-jdk8u275-b01 for changeset eb6ee6a5f2fe

     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