File: StatsTest.out

package info (click to toggle)
libnb-javaparser-java 7.4-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 35,940 kB
  • ctags: 55,696
  • sloc: java: 264,137; xml: 2,781; sh: 1,135; makefile: 425
file content (43 lines) | stat: -rw-r--r-- 1,229 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
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