1StatsTest.java:12: warning: no comment
2public class StatsTest {
3       ^
4StatsTest.java:14: error: invalid entity �
5     * � � � �
6       ^
7StatsTest.java:14: error: invalid entity �
8     * � � � �
9            ^
10StatsTest.java:14: error: invalid entity �
11     * � � � �
12                 ^
13StatsTest.java:14: error: invalid entity �
14     * � � � �
15                      ^
16StatsTest.java:19: warning: no @param for a1
17    public int warnings(int a1, int a2) throws Exception { return 0; }
18               ^
19StatsTest.java:19: warning: no @param for a2
20    public int warnings(int a1, int a2) throws Exception { return 0; }
21               ^
22StatsTest.java:19: warning: no @return
23    public int warnings(int a1, int a2) throws Exception { return 0; }
24               ^
25StatsTest.java:19: warning: no @throws for java.lang.Exception
26    public int warnings(int a1, int a2) throws Exception { return 0; }
27               ^
28By group...
29     5: missing
30     4: html
31
32By diagnostic kind...
33     5: warning
34     4: error
35
36By 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
424 errors
435 warnings
44