langtools/test/tools/doclint/tool/StatsTest.out
author katleman
Tue, 21 Jan 2014 18:17:23 -0800
changeset 22365 895bfde469d4
parent 15370 c1c9a9e11b26
child 30730 d3ce7619db2c
permissions -rw-r--r--
Added tag jdk9-b01 for changeset ae2d94255f32

StatsTest.java:11: warning: no comment
public class StatsTest {
       ^
StatsTest.java:13: error: invalid entity �
     * � � � �
       ^
StatsTest.java:13: error: invalid entity �
     * � � � �
            ^
StatsTest.java:13: error: invalid entity �
     * � � � �
                 ^
StatsTest.java:13: error: invalid entity �
     * � � � �
                      ^
StatsTest.java:18: warning: no @param for a1
    public int warnings(int a1, int a2) throws Exception { return 0; }
               ^
StatsTest.java:18: warning: no @param for a2
    public int warnings(int a1, int a2) throws Exception { return 0; }
               ^
StatsTest.java:18: warning: no @return
    public int warnings(int a1, int a2) throws Exception { return 0; }
               ^
StatsTest.java:18: warning: no @throws for java.lang.Exception
    public int warnings(int a1, int a2) throws Exception { return 0; }
               ^
By group...
     5: missing
     4: html

By diagnostic kind...
     5: warning
     4: error

By message kind...
     4: invalid entity &{0};
     2: no @param for {0}
     1: no @return
     1: no @throws for {0}
     1: no comment
4 errors
5 warnings