Checkstyle Results
The following document contains the results of
Checkstyle
.
Summary
| Files | Infos | Warnings | Errors |
| 330 | 0 | 0 | 2947 |
Files
net/spy/SpyObject.java
| Error | Line |
| Line does not match expected header line of 'Copyright (c) 1995-2007 Dustin Sallings <dustin@spy.net>'. |
1
|
| Line contains a tab character. |
15
|
| Missing a Javadoc comment. |
15
|
| '=' is not preceded with whitespace. |
15
|
| '=' is not followed by whitespace. |
15
|
| Line contains a tab character. |
17
|
| Line contains a tab character. |
18
|
| Line contains a tab character. |
19
|
| Line contains a tab character. |
20
|
| Line contains a tab character. |
21
|
| Line contains a tab character. |
22
|
| Line has trailing spaces. |
24
|
| Line contains a tab character. |
24
|
| Line contains a tab character. |
25
|
| Line has trailing spaces. |
26
|
| Line contains a tab character. |
26
|
| Line contains a tab character. |
27
|
| Line contains a tab character. |
28
|
| Line contains a tab character. |
29
|
| Method 'getLogger' is not designed for extension - needs to be abstract, final or empty. |
29
|
| Line contains a tab character. |
30
|
| 'if' is not followed by whitespace. |
30
|
| '==' is not preceded with whitespace. |
30
|
| '==' is not followed by whitespace. |
30
|
| Line contains a tab character. |
31
|
| '=' is not preceded with whitespace. |
31
|
| '=' is not followed by whitespace. |
31
|
| Line contains a tab character. |
32
|
| Line contains a tab character. |
33
|
| 'return' is not followed by whitespace. |
33
|
| Line contains a tab character. |
34
|
net/spy/SpyThread.java
| Error | Line |
| Line does not match expected header line of 'Copyright (c) 1995-2007 Dustin Sallings <dustin@spy.net>'. |
1
|
| Line contains a tab character. |
15
|
| Missing a Javadoc comment. |
15
|
| '=' is not preceded with whitespace. |
15
|
| '=' is not followed by whitespace. |
15
|
| Line contains a tab character. |
17
|
| Line contains a tab character. |
19
|
| Line contains a tab character. |
20
|
| Line contains a tab character. |
21
|
| Line contains a tab character. |
22
|
| Line contains a tab character. |
23
|
| Line contains a tab character. |
24
|
| Line has trailing spaces. |
26
|
| Line contains a tab character. |
26
|
| Line contains a tab character. |
27
|
| Line has trailing spaces. |
28
|
| Line contains a tab character. |
28
|
| Line contains a tab character. |
29
|
| Line contains a tab character. |
30
|
| Line contains a tab character. |
31
|
| Parameter name should be final. |
31
|
| Line contains a tab character. |
32
|
| Line contains a tab character. |
33
|
| Line has trailing spaces. |
35
|
| Line contains a tab character. |
35
|
| Line contains a tab character. |
36
|
| Line has trailing spaces. |
37
|
| Line contains a tab character. |
37
|
| Line contains a tab character. |
38
|
| Line contains a tab character. |
39
|
| Line contains a tab character. |
40
|
| Line contains a tab character. |
41
|
| Parameter t should be final. |
41
|
| Parameter name should be final. |
41
|
| Line contains a tab character. |
42
|
| Line contains a tab character. |
43
|
| Line has trailing spaces. |
45
|
| Line contains a tab character. |
45
|
| Line contains a tab character. |
46
|
| Line has trailing spaces. |
47
|
| Line contains a tab character. |
47
|
| Line contains a tab character. |
48
|
| Line contains a tab character. |
49
|
| Line contains a tab character. |
50
|
| Method 'getLogger' is not designed for extension - needs to be abstract, final or empty. |
50
|
| Line contains a tab character. |
51
|
| 'if' is not followed by whitespace. |
51
|
| '==' is not preceded with whitespace. |
51
|
| '==' is not followed by whitespace. |
51
|
| Line contains a tab character. |
52
|
| '=' is not preceded with whitespace. |
52
|
| '=' is not followed by whitespace. |
52
|
| Line contains a tab character. |
53
|
| Line contains a tab character. |
54
|
| 'return' is not followed by whitespace. |
54
|
| Line contains a tab character. |
55
|
net/spy/ant/BuildInfoTask.java
| Error | Line |
| Got an exception - unexpected char: '@' |
0
|
net/spy/ant/InterfaceImplementorTask.java
| Error | Line |
| Got an exception - expecting EOF, found 'try' |
0
|
net/spy/ant/ProxyInterfaceImplementorTask.java
| Error | Line |
| Got an exception - unexpected char: '@' |
0
|
net/spy/ant/SPGenTask.java
| Error | Line |
| Got an exception - expecting EOF, found '}' |
0
|
net/spy/cache/AbstractCachable.java
| Error | Line |
| Got an exception - unexpected char: '@' |
0
|
net/spy/cache/AbstractCacheListener.java
| Error | Line |
| Line does not match expected header line of 'Copyright (c) 1995-2007 Dustin Sallings <dustin@spy.net>'. |
1
|
| First sentence should end with a period. |
9
|
| Line contains a tab character. |
14
|
| Line contains a tab character. |
15
|
| Line contains a tab character. |
16
|
| Line contains a tab character. |
17
|
| Line contains a tab character. |
18
|
| Line contains a tab character. |
19
|
| Line has trailing spaces. |
21
|
| Line contains a tab character. |
21
|
| Line contains a tab character. |
22
|
| Line contains a tab character. |
23
|
| Line contains a tab character. |
24
|
| Method 'cachedEvent' is not designed for extension - needs to be abstract, final or empty. |
24
|
| Parameter k should be final. |
24
|
| Expected @param tag for 'k'. |
24
|
| Line contains a tab character. |
25
|
| Line contains a tab character. |
26
|
| Line contains a tab character. |
27
|
| Line has trailing spaces. |
29
|
| Line contains a tab character. |
29
|
| Line contains a tab character. |
30
|
| Line contains a tab character. |
31
|
| Line contains a tab character. |
32
|
| Method 'uncachedEvent' is not designed for extension - needs to be abstract, final or empty. |
32
|
| Parameter k should be final. |
32
|
| Expected @param tag for 'k'. |
32
|
| Line contains a tab character. |
33
|
| Line contains a tab character. |
34
|
| Line contains a tab character. |
35
|
net/spy/cache/Cachable.java
| Error | Line |
| Line does not match expected header line of 'Copyright (c) 1995-2007 Dustin Sallings <dustin@spy.net>'. |
1
|
| Line has trailing spaces. |
12
|
| Line contains a tab character. |
12
|
| Line contains a tab character. |
13
|
| Line contains a tab character. |
14
|
| Expected an @return tag. |
15
|
| Line contains a tab character. |
15
|
| Line has trailing spaces. |
17
|
| Line contains a tab character. |
17
|
| Line contains a tab character. |
18
|
| Line contains a tab character. |
19
|
| Expected an @return tag. |
20
|
| Line contains a tab character. |
20
|
| Line has trailing spaces. |
22
|
| Line contains a tab character. |
22
|
| Line contains a tab character. |
23
|
| Line has trailing spaces. |
24
|
| Line contains a tab character. |
24
|
| Line contains a tab character. |
25
|
| Line contains a tab character. |
26
|
| Line contains a tab character. |
27
|
| Line has trailing spaces. |
29
|
| Line contains a tab character. |
29
|
| Line contains a tab character. |
30
|
| Line contains a tab character. |
31
|
| Expected an @return tag. |
32
|
| Line contains a tab character. |
32
|
| Line has trailing spaces. |
34
|
| Line contains a tab character. |
34
|
| Line contains a tab character. |
35
|
| Line contains a tab character. |
36
|
| Expected an @return tag. |
37
|
| Line contains a tab character. |
37
|
| Line has trailing spaces. |
39
|
| Line contains a tab character. |
39
|
| Line contains a tab character. |
40
|
| Line contains a tab character. |
41
|
| Line contains a tab character. |
42
|
| Line contains a tab character. |
43
|
| Line contains a tab character. |
44
|
| Line contains a tab character. |
45
|
| Line contains a tab character. |
46
|
| Line contains a tab character. |
47
|
| Line contains a tab character. |
48
|
| Line contains a tab character. |
49
|
| Line has trailing spaces. |
51
|
| Line contains a tab character. |
51
|
| Line contains a tab character. |
52
|
| Line contains a tab character. |
53
|
| Expected an @return tag. |
54
|
| Line contains a tab character. |
54
|
net/spy/cache/CacheClearRequestListener.java
| Error | Line |
| Got an exception - unexpected char: '@' |
0
|
net/spy/cache/CacheDelegate.java
| Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
11
|
| Line contains a tab character. |
11
|
| Line contains a tab character. |
12
|
| Line contains a tab character. |
13
|
| Line contains a tab character. |
14
|
| Expected @param tag for 'key'. |
14
|
| Expected @param tag for 'value'. |
14
|
| Line has trailing spaces. |
16
|
| Line contains a tab character. |
16
|
| Line contains a tab character. |
17
|
| Line contains a tab character. |
18
|
| Line contains a tab character. |
19
|
| Expected @param tag for 'key'. |
19
|
| Expected @param tag for 'value'. |
19
|
net/spy/cache/CacheListener.java
| Error | Line |
| Line does not match expected header line of 'Copyright (c) 1995-2007 Dustin Sallings <dustin@spy.net>'. |
1
|
| Line has trailing spaces. |
13
|
| Line contains a tab character. |
13
|
| Line contains a tab character. |
14
|
| Line contains a tab character. |
15
|
| Line contains a tab character. |
16
|
| Line contains a tab character. |
17
|
| Line contains a tab character. |
18
|
| Line has trailing spaces. |
20
|
| Line contains a tab character. |
20
|
| Line contains a tab character. |
21
|
| Line contains a tab character. |
22
|
| Line contains a tab character. |
23
|
| Line contains a tab character. |
24
|
| Line contains a tab character. |
25
|
net/spy/cache/DiskCache.java
| Error | Line |
| Got an exception - expecting EOF, found '}' |
0
|
net/spy/cache/LRUCache.java
| Error | Line |
| File does not end with a newline. |
0
|
net/spy/cache/LRUCache.java
| Error | Line |
| Got an exception - expecting EOF, found 'maxSize' |
0
|
net/spy/cache/SimpleCache.java
| Error | Line |
| Got an exception - expecting EOF, found 'storage' |
0
|
net/spy/cache/SpyCache.java
| Error | Line |
| Got an exception - expecting EOF, found 'CacheDelegate' |
0
|
net/spy/concurrent/CompositeExecutorException.java
| Error | Line |
| Got an exception - expecting EOF, found 'exceptions' |
0
|
net/spy/concurrent/Mapper.java
| Error | Line |
| Got an exception - expecting EOF, found '}' |
0
|
net/spy/concurrent/Rescheduler.java
| Error | Line |
| Got an exception - unexpected char: '@' |
0
|
net/spy/concurrent/RetryableCallable.java
| Error | Line |
| Got an exception - expecting EOF, found 'long' |
0
|
net/spy/concurrent/RetryableExecutorCompletionService.java
| Error | Line |
| Got an exception - expecting EOF, found 'BlockingQueue' |
0
|
net/spy/concurrent/ScheduledCompletionService.java
| Error | Line |
| Got an exception - expecting EOF, found 'Future' |
0
|
net/spy/concurrent/ScheduledExecutorCompletionService.java
| Error | Line |
| Got an exception - expecting EOF, found 'executor' |
0
|
net/spy/concurrent/SynchronizationObject.java
| Error | Line |
| Got an exception - expecting EOF, found 'theObject' |
0
|
net/spy/concurrent/ThreadPool.java
| Error | Line |
| Got an exception - expecting EOF, found 'setPriority' |
0
|
net/spy/concurrent/ThreadPoolObserver.java
| Error | Line |
| Line does not match expected header line of 'Copyright (c) 1995-2007 Dustin Sallings <dustin@spy.net>'. |
1
|
| Line has trailing spaces. |
14
|
| Line contains a tab character. |
14
|
| Line contains a tab character. |
15
|
| Line contains a tab character. |
16
|
| Line contains a tab character. |
17
|
| Line contains a tab character. |
18
|
| Line contains a tab character. |
19
|
| Line has trailing spaces. |
21
|
| Line contains a tab character. |
21
|
| Line contains a tab character. |
22
|
| Line contains a tab character. |
23
|
| Line contains a tab character. |
24
|
| Line contains a tab character. |
25
|
| Line contains a tab character. |
26
|
| Line contains a tab character. |
27
|
| Line contains a tab character. |
28
|
| Line contains a tab character. |
29
|
| Line contains a tab character. |
30
|
| Line contains a tab character. |
31
|
| Line contains a tab character. |
32
|
| Line contains a tab character. |
33
|
| Line has trailing spaces. |
34
|
| Line contains a tab character. |
34
|
| Line contains a tab character. |
35
|
| Line contains a tab character. |
36
|
| Line contains a tab character. |
37
|
| Parameter r should be final. |
37
|
| Line contains a tab character. |
38
|
| Line contains a tab character. |
39
|
| Line has trailing spaces. |
41
|
| Line contains a tab character. |
41
|
| Line contains a tab character. |
42
|
| Line contains a tab character. |
43
|
| Line contains a tab character. |
44
|
| Line contains a tab character. |
45
|
| Line has trailing spaces. |
46
|
| Line contains a tab character. |
46
|
| Line contains a tab character. |
47
|
| Line contains a tab character. |
48
|
| Line contains a tab character. |
49
|
| Parameter r should be final. |
49
|
| Line contains a tab character. |
50
|
| Line contains a tab character. |
51
|
| 'synchronized' is not followed by whitespace. |
51
|
| Line contains a tab character. |
52
|
| Line contains a tab character. |
53
|
| Line contains a tab character. |
54
|
net/spy/concurrent/ThreadPoolRunnable.java
| Error | Line |
| Line does not match expected header line of 'Copyright (c) 1995-2007 Dustin Sallings <dustin@spy.net>'. |
1
|
| Line has trailing spaces. |
18
|
| Line contains a tab character. |
18
|
| Line contains a tab character. |
19
|
| Line contains a tab character. |
20
|
| Line contains a tab character. |
21
|
| Line contains a tab character. |
22
|
| Line contains a tab character. |
23
|
| Expected an @return tag. |
24
|
| Line contains a tab character. |
24
|
net/spy/concurrent/TrackingScheduledExecutor.java
| Error | Line |
| Got an exception - expecting EOF, found 'return' |
0
|
net/spy/concurrent/Transformer.java
| Error | Line |
| Got an exception - expecting EOF, found '}' |
0
|
net/spy/concurrent/WorkerThread.java
| Error | Line |
| Got an exception - unexpected char: '@' |
0
|
net/spy/cron/Cron.java
| Error | Line |
| Got an exception - expecting EOF, found '}' |
0
|
net/spy/cron/FileJobQueue.java
| Error | Line |
| Got an exception - expecting EOF, found 'classLoader' |
0
|
net/spy/cron/Job.java
| Error | Line |
| Got an exception - unexpected char: '@' |
0
|
net/spy/cron/JobQueue.java
| Error | Line |
| Got an exception - expecting EOF, found '}' |
0
|
net/spy/cron/MainJob.java
| Error | Line |
| Got an exception - unexpected char: '@' |
0
|
net/spy/cron/SimpleTimeIncrement.java
| Error | Line |
| Line does not match expected header line of 'Copyright (c) 1995-2007 Dustin Sallings <dustin@spy.net>'. |
1
|
| Line contains a tab character. |
14
|
| Line contains a tab character. |
15
|
| Line contains a tab character. |
16
|
| Line contains a tab character. |
17
|
| Line contains a tab character. |
18
|
| Line contains a tab character. |
19
|
| Parameter ms should be final. |
19
|
| Line contains a tab character. |
20
|
| Line contains a tab character. |
21
|
| Line contains a tab character. |
22
|
| Line contains a tab character. |
23
|
net/spy/cron/TimeIncrement.java
| Error | Line |
| Got an exception - unexpected char: '@' |
0
|
net/spy/db/AbstractSavable.java
| Error | Line |
| Got an exception - expecting EOF, found '}' |
0
|
net/spy/db/CachePreparedStatementStub.java
| Error | Line |
| Got an exception - unexpected char: '@' |
0
|
net/spy/db/CachedResultSetStub.java
| Error | Line |
| Line does not match expected header line of 'Copyright (c) 1995-2007 Dustin Sallings <dustin@spy.net>'. |
1
|
| Line contains a tab character. |
18
|
| Missing a Javadoc comment. |
18
|
| '=' is not preceded with whitespace. |
18
|
| '=' is not followed by whitespace. |
18
|
| First sentence should end with a period. |
20
|
| Line contains a tab character. |
20
|
| Line contains a tab character. |
21
|
| Line contains a tab character. |
22
|
| Line contains a tab character. |
23
|
| Line contains a tab character. |
24
|
| Line contains a tab character. |
25
|
| Line contains a tab character. |
26
|
| Line contains a tab character. |
27
|
| Parameter rs should be final. |
27
|
| Line contains a tab character. |
28
|
| Line contains a tab character. |
29
|
| Line contains a tab character. |
31
|
| Line contains a tab character. |
32
|
| Line contains a tab character. |
33
|
| Expected an @return tag. |
34
|
| Line contains a tab character. |
34
|
| Method 'newCopy' is not designed for extension - needs to be abstract, final or empty. |
34
|
| Line contains a tab character. |
35
|
| '=' is not preceded with whitespace. |
35
|
| '=' is not followed by whitespace. |
35
|
| Line contains a tab character. |
36
|
| Line contains a tab character. |
37
|
| Line contains a tab character. |
38
|
| '=' is not preceded with whitespace. |
38
|
| '=' is not followed by whitespace. |
38
|
| 'cast' is not followed by whitespace. |
38
|
| Line contains a tab character. |
39
|
| 'catch' is not followed by whitespace. |
39
|
| Line contains a tab character. |
40
|
| Line contains a tab character. |
41
|
| Line is longer than 80 characters. |
42
|
| Line contains a tab character. |
42
|
| Line contains a tab character. |
43
|
| Line contains a tab character. |
44
|
| Line contains a tab character. |
45
|
| 'return' is not followed by whitespace. |
45
|
| Line contains a tab character. |
46
|
| Line has trailing spaces. |
48
|
| Line contains a tab character. |
48
|
| Line contains a tab character. |
49
|
| Line has trailing spaces. |
50
|
| Line contains a tab character. |
50
|
| Line contains a tab character. |
51
|
| Line contains a tab character. |
52
|
| Line contains a tab character. |
53
|
| Method 'numCopies' is not designed for extension - needs to be abstract, final or empty. |
53
|
| Line contains a tab character. |
54
|
| 'return' is not followed by whitespace. |
54
|
| Line contains a tab character. |
55
|
net/spy/db/ConnectionSource.java
| Error | Line |
| Line does not match expected header line of 'Copyright (c) 1995-2007 Dustin Sallings <dustin@spy.net>'. |
1
|
| Line contains a tab character. |
17
|
| Line contains a tab character. |
18
|
| Line contains a tab character. |
19
|
| Line contains a tab character. |
20
|
| Line contains a tab character. |
21
|
| Line contains a tab character. |
22
|
| Line contains a tab character. |
23
|
| Line contains a tab character. |
24
|
| Expected an @return tag. |
25
|
| Line contains a tab character. |
25
|
| Line contains a tab character. |
27
|
| Line contains a tab character. |
28
|
| Line contains a tab character. |
29
|
| Line contains a tab character. |
30
|
| Line contains a tab character. |
31
|
| Line contains a tab character. |
32
|
| Expected @param tag for 'conn'. |
32
|
net/spy/db/ConnectionSourceFactory.java
| Error | Line |
| Got an exception - expecting EOF, found 'sources' |
0
|
net/spy/db/DBCP.java
| Error | Line |
| Got an exception - unexpected char: '@' |
0
|
net/spy/db/DBInitException.java
| Error | Line |
| Line does not match expected header line of 'Copyright (c) 1995-2007 Dustin Sallings <dustin@spy.net>'. |
1
|
| Line contains a tab character. |
14
|
| Line contains a tab character. |
15
|
| Line contains a tab character. |
16
|
| Line contains a tab character. |
17
|
| Line contains a tab character. |
18
|
| Line contains a tab character. |
19
|
| Line has trailing spaces. |
21
|
| Line contains a tab character. |
21
|
| Line contains a tab character. |
22
|
| Line contains a tab character. |
23
|
| Line contains a tab character. |
24
|
| Parameter msg should be final. |
24
|
| Expected @param tag for 'msg'. |
24
|
| Line contains a tab character. |
25
|
| Line contains a tab character. |
26
|
net/spy/db/DBNull.java
| Error | Line |
| Got an exception - unexpected char: '@' |
0
|
net/spy/db/DBSP.java
| Error | Line |
| Got an exception - expecting EOF, found 'initsp' |
0
|
net/spy/db/DBSPLike.java
| Error | Line |
| Line does not match expected header line of 'Copyright (c) 1995-2007 Dustin Sallings <dustin@spy.net>'. |
1
|
| Unused import - java.sql.Statement. |
9
|
| Line has trailing spaces. |
18
|
| Line contains a tab character. |
18
|
| Line contains a tab character. |
19
|
| Line has trailing spaces. |
20
|
| Line contains a tab character. |
20
|
| Line contains a tab character. |
21
|
| Line contains a tab character. |
22
|
| Line contains a tab character. |
23
|
| Line contains a tab character. |
24
|
| Line has trailing spaces. |
26
|
| Line contains a tab character. |
26
|
| Line contains a tab character. |
27
|
| Line has trailing spaces. |
28
|
| Line contains a tab character. |
28
|
| Line contains a tab character. |
29
|
| Line contains a tab character. |
30
|
| Line contains a tab character. |
31
|
| Line contains a tab character. |
32
|
| Line has trailing spaces. |
34
|
| Line contains a tab character. |
34
|
| Line contains a tab character. |
35
|
| Line has trailing spaces. |
36
|
| Line contains a tab character. |
36
|
| Line contains a tab character. |
37
|
| Line contains a tab character. |
38
|
| Line contains a tab character. |
39
|
| Line has trailing spaces. |
41
|
| Line contains a tab character. |
41
|
| Line contains a tab character. |
42
|
| Line has trailing spaces. |
43
|
| Line contains a tab character. |
43
|
| Line contains a tab character. |
44
|
| Line contains a tab character. |
45
|
| Line contains a tab character. |
46
|
| Line has trailing spaces. |
48
|
| Line contains a tab character. |
48
|
| Line contains a tab character. |
49
|
| Line contains a tab character. |
50
|
| Line contains a tab character. |
51
|
| Line contains a tab character. |
52
|
| Line contains a tab character. |
53
|
| Line has trailing spaces. |
55
|
| Line contains a tab character. |
55
|
| Line contains a tab character. |
56
|
| Line contains a tab character. |
57
|
| Line contains a tab character. |
58
|
| Line contains a tab character. |
59
|
| Line contains a tab character. |
60
|
| Line has trailing spaces. |
62
|
| Line contains a tab character. |
62
|
| Line contains a tab character. |
63
|
| Line contains a tab character. |
64
|
| Line contains a tab character. |
65
|
net/spy/db/DBSPResult.java
| Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line contains a tab character. |
14
|
| Line contains a tab character. |
15
|
| Line contains a tab character. |
16
|
| Line contains a tab character. |
17
|
| Parameter rs should be final. |
17
|
| Expected @param tag for 'rs'. |
17
|
| Line contains a tab character. |
18
|
| Line contains a tab character. |
19
|
net/spy/db/DBSQL.java
| Error | Line |
| Got an exception - expecting EOF, found '}' |
0
|
net/spy/db/DBTTL.java
| Error | Line |
| Got an exception - unexpected char: '@' |
0
|
net/spy/db/DBUtil.java
| Error | Line |
| Line does not match expected header line of 'Copyright (c) 1995-2007 Dustin Sallings <dustin@spy.net>'. |
1
|
| Missing a Javadoc comment. |
6
|
| Utility classes should not have a public or default constructor. |
6
|
| Line contains a tab character. |
8
|
| Line contains a tab character. |
9
|
| Missing a Javadoc comment. |
9
|
| Parameter query should be final. |
9
|
| Line contains a tab character. |
10
|
| '=' is not preceded with whitespace. |
10
|
| '=' is not followed by whitespace. |
10
|
| Line contains a tab character. |
11
|
| '=' is not preceded with whitespace. |
11
|
| '=' is not followed by whitespace. |
11
|
| Line contains a tab character. |
13
|
| Line contains a tab character. |
14
|
| '=' is not preceded with whitespace. |
14
|
| '=' is not followed by whitespace. |
14
|
| '+' is not preceded with whitespace. |
14
|
| '+' is not followed by whitespace. |
14
|
| Line contains a tab character. |
15
|
| 'if' is not followed by whitespace. |
15
|
| '>=' is not preceded with whitespace. |
15
|
| '>=' is not followed by whitespace. |
15
|
| Line contains a tab character. |
16
|
| Line contains a tab character. |
17
|
| Line contains a tab character. |
18
|
| '>=' is not preceded with whitespace. |
18
|
| '>=' is not followed by whitespace. |
18
|
| Line contains a tab character. |
20
|
| 'return' is not followed by whitespace. |
20
|
| Line contains a tab character. |
21
|
net/spy/db/DatabaseMetaDataQuerySelector.java
| Error | Line |
| Got an exception - expecting EOF, found 'nameMap' |
0
|
net/spy/db/FileDriver.java
| Error | Line |
| Got an exception - expecting EOF, found 'queryMap' |
0
|
net/spy/db/FileResultSetStub.java
| Error | Line |
| Got an exception - expecting EOF, found 'String' |
0
|
net/spy/db/GenericPreparedStatementStub.java
| Error | Line |
| Line does not match expected header line of 'Copyright (c) 1995-2007 Dustin Sallings <dustin@spy.net>'. |
1
|
| Missing a Javadoc comment. |
15
|
| Line contains a tab character. |
17
|
| Missing a Javadoc comment. |
17
|
| '=' is not preceded with whitespace. |
17
|
| '=' is not followed by whitespace. |
17
|
| Line contains a tab character. |
18
|
| Missing a Javadoc comment. |
18
|
| Line contains a tab character. |
19
|
| Missing a Javadoc comment. |
19
|
| Line contains a tab character. |
21
|
| Missing a Javadoc comment. |
21
|
| Parameter q should be final. |
21
|
| Line contains a tab character. |
22
|
| Line contains a tab character. |
23
|
| '=' is not preceded with whitespace. |
23
|
| '=' is not followed by whitespace. |
23
|
| Line contains a tab character. |
24
|
| Line contains a tab character. |
25
|
| '=' is not preceded with whitespace. |
25
|
| '=' is not followed by whitespace. |
25
|
| Line contains a tab character. |
26
|
| '=' is not preceded with whitespace. |
26
|
| '=' is not followed by whitespace. |
26
|
| Line contains a tab character. |
27
|
| '=' is not preceded with whitespace. |
27
|
| '=' is not followed by whitespace. |
27
|
| Line contains a tab character. |
28
|
| Line has trailing spaces. |
29
|
| Line contains a tab character. |
29
|
| Line contains a tab character. |
30
|
| Method 'getQuery' is not designed for extension - needs to be abstract, final or empty. |
30
|
| Missing a Javadoc comment. |
30
|
| Line contains a tab character. |
31
|
| 'return' is not followed by whitespace. |
31
|
| Line contains a tab character. |
32
|
| Line has trailing spaces. |
33
|
| Line contains a tab character. |
33
|
| Line contains a tab character. |
34
|
| Method 'getArgs' is not designed for extension - needs to be abstract, final or empty. |
34
|
| Missing a Javadoc comment. |
34
|
| Line contains a tab character. |
35
|
| 'return' is not followed by whitespace. |
35
|
| Line contains a tab character. |
36
|
| Line has trailing spaces. |
37
|
| Line contains a tab character. |
37
|
| Line contains a tab character. |
38
|
| Line contains a tab character. |
39
|
| Line contains a tab character. |
40
|
| Line contains a tab character. |
41
|
| Line contains a tab character. |
42
|
| Method 'getApplicableArgs' is not designed for extension - needs to be abstract, final or empty. |
42
|
| Line contains a tab character. |
43
|
| '=' is not preceded with whitespace. |
43
|
| '=' is not followed by whitespace. |
43
|
| Line contains a tab character. |
44
|
| 'for' is not followed by whitespace. |
44
|
| '=' is not preceded with whitespace. |
44
|
| '=' is not followed by whitespace. |
44
|
| '<' is not preceded with whitespace. |
44
|
| '<' is not followed by whitespace. |
44
|
| Line contains a tab character. |
45
|
| 'if' is not followed by whitespace. |
45
|
| Line contains a tab character. |
46
|
| '=' is not preceded with whitespace. |
46
|
| '=' is not followed by whitespace. |
46
|
| Line contains a tab character. |
47
|
| Line contains a tab character. |
48
|
| '=' is not preceded with whitespace. |
48
|
| '=' is not followed by whitespace. |
48
|
| Line contains a tab character. |
49
|
| Line contains a tab character. |
50
|
| Line contains a tab character. |
51
|
| 'return' is not followed by whitespace. |
51
|
| Line contains a tab character. |
52
|
| Line has trailing spaces. |
53
|
| Line contains a tab character. |
53
|
| Line contains a tab character. |
54
|
| Method 'getTypes' is not designed for extension - needs to be abstract, final or empty. |
54
|
| Missing a Javadoc comment. |
54
|
| Line contains a tab character. |
55
|
| 'return' is not followed by whitespace. |
55
|
| Line contains a tab character. |
56
|
| Line has trailing spaces. |
57
|
| Line contains a tab character. |
57
|
| Line is longer than 80 characters. |
58
|
| Line contains a tab character. |
58
|
| Missing a Javadoc comment. |
58
|
| Parameter index should be final. |
58
|
| Parameter what should be final. |
58
|
| Parameter type should be final. |
58
|
| Line contains a tab character. |
59
|
| Line contains a tab character. |
60
|
| Line has trailing spaces. |
61
|
| Line contains a tab character. |
61
|
| Line contains a tab character. |
62
|
| 'if' is not followed by whitespace. |
62
|
| '<' is not preceded with whitespace. |
62
|
| '<' is not followed by whitespace. |
62
|
| Line is longer than 80 characters. |
63
|
| Line contains a tab character. |
63
|
| Line contains a tab character. |
64
|
| Line contains a tab character. |
65
|
| 'if' is not followed by whitespace. |
65
|
| '>=' is not preceded with whitespace. |
65
|
| '>=' is not followed by whitespace. |
65
|
| Line is longer than 80 characters. |
66
|
| Line contains a tab character. |
66
|
| Line contains a tab character. |
67
|
| Line contains a tab character. |
68
|
| Line has trailing spaces. |
69
|
| Line contains a tab character. |
69
|
| Line contains a tab character. |
70
|
| Line contains a tab character. |
71
|
| '=' is not preceded with whitespace. |
71
|
| '=' is not followed by whitespace. |
71
|
| Line contains a tab character. |
72
|
| '=' is not preceded with whitespace. |
72
|
| '=' is not followed by whitespace. |
72
|
| Line contains a tab character. |
73
|
| Line contains a tab character. |
75
|
| Method 'setBoolean' is not designed for extension - needs to be abstract, final or empty. |
75
|
| Missing a Javadoc comment. |
75
|
| Parameter a0 should be final. |
75
|
| Parameter a1 should be final. |
75
|
| Line contains a tab character. |
76
|
| Line contains a tab character. |
77
|
| Line contains a tab character. |
79
|
| Method 'setDate' is not designed for extension - needs to be abstract, final or empty. |
79
|
| Missing a Javadoc comment. |
79
|
| Parameter a0 should be final. |
79
|
| Parameter a1 should be final. |
79
|
| Line contains a tab character. |
80
|
| Line contains a tab character. |
81
|
| Line contains a tab character. |
83
|
| Method 'setDouble' is not designed for extension - needs to be abstract, final or empty. |
83
|
| Missing a Javadoc comment. |
83
|
| Parameter a0 should be final. |
83
|
| Parameter a1 should be final. |
83
|
| Line contains a tab character. |
84
|
| Line contains a tab character. |
85
|
| Line contains a tab character. |
87
|
| Method 'setFloat' is not designed for extension - needs to be abstract, final or empty. |
87
|
| Missing a Javadoc comment. |
87
|
| Parameter a0 should be final. |
87
|
| Parameter a1 should be final. |
87
|
| Line contains a tab character. |
88
|
| Line contains a tab character. |
89
|
| Line contains a tab character. |
91
|
| Method 'setInt' is not designed for extension - needs to be abstract, final or empty. |
91
|
| Missing a Javadoc comment. |
91
|
| Parameter a0 should be final. |
91
|
| Parameter a1 should be final. |
91
|
| Line contains a tab character. |
92
|
| Line contains a tab character. |
93
|
| Line contains a tab character. |
95
|
| Method 'setLong' is not designed for extension - needs to be abstract, final or empty. |
95
|
| Missing a Javadoc comment. |
95
|
| Parameter a0 should be final. |
95
|
| Parameter a1 should be final. |
95
|
| Line contains a tab character. |
96
|
| Line contains a tab character. |
97
|
| Line contains a tab character. |
99
|
| Method 'setNull' is not designed for extension - needs to be abstract, final or empty. |
99
|
| Missing a Javadoc comment. |
99
|
| Parameter a0 should be final. |
99
|
| Parameter a1 should be final. |
99
|
| Line contains a tab character. |
100
|
| Line contains a tab character. |
101
|
| Line contains a tab character. |
102
|
| Line contains a tab character. |
103
|
| Line contains a tab character. |
105
|
| Method 'setBigDecimal' is not designed for extension - needs to be abstract, final or empty. |
105
|
| Missing a Javadoc comment. |
105
|
| Parameter a0 should be final. |
105
|
| Parameter a1 should be final. |
105
|
| Line contains a tab character. |
106
|
| Line contains a tab character. |
107
|
| Line contains a tab character. |
109
|
| Method 'setObject' is not designed for extension - needs to be abstract, final or empty. |
109
|
| Missing a Javadoc comment. |
109
|
| Parameter a0 should be final. |
109
|
| Parameter a1 should be final. |
109
|
| Line contains a tab character. |
110
|
| Line contains a tab character. |
111
|
| Line contains a tab character. |
113
|
| Method 'setShort' is not designed for extension - needs to be abstract, final or empty. |
113
|
| Missing a Javadoc comment. |
113
|
| Parameter a0 should be final. |
113
|
| Parameter a1 should be final. |
113
|
| Line contains a tab character. |
114
|
| Line contains a tab character. |
115
|
| Line contains a tab character. |
117
|
| Method 'setString' is not designed for extension - needs to be abstract, final or empty. |
117
|
| Missing a Javadoc comment. |
117
|
| Parameter a0 should be final. |
117
|
| Parameter a1 should be final. |
117
|
| Line contains a tab character. |
118
|
| Line contains a tab character. |
119
|
| Line contains a tab character. |
121
|
| Method 'setTime' is not designed for extension - needs to be abstract, final or empty. |
121
|
| Missing a Javadoc comment. |
121
|
| Parameter a0 should be final. |
121
|
| Parameter a1 should be final. |
121
|
| Line contains a tab character. |
122
|
| Line contains a tab character. |
123
|
| Line has trailing spaces. |
124
|
| Line contains a tab character. |
124
|
| Line contains a tab character. |
125
|
| Line contains a tab character. |
126
|
| Line contains a tab character. |
127
|
| Line contains a tab character. |
128
|
| Method 'setTimestamp' is not designed for extension - needs to be abstract, final or empty. |
128
|
| Parameter a0 should be final. |
128
|
| Expected @param tag for 'a0'. |
128
|
| Parameter a1 should be final. |
128
|
| Expected @param tag for 'a1'. |
128
|
| Expected @throws tag for 'SQLException'. |
128
|
| Line contains a tab character. |
129
|
| Line contains a tab character. |
130
|
| Line contains a tab character. |
132
|
| Method 'close' is not designed for extension - needs to be abstract, final or empty. |
132
|
| Missing a Javadoc comment. |
132
|
| Line contains a tab character. |
133
|
| '=' is not preceded with whitespace. |
133
|
| '=' is not followed by whitespace. |
133
|
| Line contains a tab character. |
134
|
| '=' is not preceded with whitespace. |
134
|
| '=' is not followed by whitespace. |
134
|
| Line contains a tab character. |
135
|
| '=' is not preceded with whitespace. |
135
|
| '=' is not followed by whitespace. |
135
|
| Line contains a tab character. |
136
|
net/spy/db/GenericResultSetStub.java
| Error | Line |
| Got an exception - expecting EOF, found 'setMetaData' |
0
|
net/spy/db/GetPK.java
| Error | Line |
| Got an exception - expecting EOF, found 'caches' |
0
|
net/spy/db/JDBCConnectionSource.java
| Error | Line |
| Line does not match expected header line of 'Copyright (c) 1995-2007 Dustin Sallings <dustin@spy.net>'. |
1
|
| Line contains a tab character. |
19
|
| Line contains a tab character. |
21
|
| Line contains a tab character. |
22
|
| Line contains a tab character. |
23
|
| Line contains a tab character. |
24
|
| Line contains a tab character. |
25
|
| Line contains a tab character. |
26
|
| Line contains a tab character. |
27
|
| Line contains a tab character. |
28
|
| Line contains a tab character. |
29
|
| Line contains a tab character. |
30
|
| Line contains a tab character. |
31
|
| Line contains a tab character. |
32
|
| Line contains a tab character. |
33
|
| Line contains a tab character. |
34
|
| Line contains a tab character. |
35
|
| Line contains a tab character. |
36
|
| Line contains a tab character. |
37
|
| Line contains a tab character. |
38
|
| Line contains a tab character. |
39
|
| Line contains a tab character. |
40
|
| Line contains a tab character. |
41
|
| Expected an @return tag. |
42
|
| Line contains a tab character. |
42
|
| Method 'getConnection' is not designed for extension - needs to be abstract, final or empty. |
42
|
| Parameter conf should be final. |
42
|
| Line contains a tab character. |
43
|
| '=' is not preceded with whitespace. |
43
|
| '=' is not followed by whitespace. |
43
|
| Line contains a tab character. |
44
|
| Line contains a tab character. |
45
|
| Line contains a tab character. |
47
|
| '=' is not preceded with whitespace. |
47
|
| '=' is not followed by whitespace. |
47
|
| Line contains a tab character. |
48
|
| '=' is not preceded with whitespace. |
48
|
| '=' is not followed by whitespace. |
48
|
| Line contains a tab character. |
50
|
| Line contains a tab character. |
51
|
| Line contains a tab character. |
52
|
| 'catch' is not followed by whitespace. |
52
|
| Line is longer than 80 characters. |
53
|
| Line contains a tab character. |
53
|
| Line contains a tab character. |
54
|
| Line contains a tab character. |
56
|
| Line contains a tab character. |
57
|
| '=' is not preceded with whitespace. |
57
|
| '=' is not followed by whitespace. |
57
|
| Line contains a tab character. |
59
|
| Line contains a tab character. |
60
|
| 'return' is not followed by whitespace. |
60
|
| Line contains a tab character. |
61
|
| Line contains a tab character. |
63
|
| Line contains a tab character. |
64
|
| Line contains a tab character. |
65
|
| Line contains a tab character. |
66
|
| Method 'returnConnection' is not designed for extension - needs to be abstract, final or empty. |
66
|
| Parameter conn should be final. |
66
|
| Line contains a tab character. |
67
|
| Line contains a tab character. |
68
|
| Line contains a tab character. |
69
|
| 'catch' is not followed by whitespace. |
69
|
| Line contains a tab character. |
70
|
| Line contains a tab character. |
71
|
| Line contains a tab character. |
72
|
net/spy/db/JNDIConnectionSource.java
| Error | Line |
| Got an exception - unexpected char: '@' |
0
|
net/spy/db/KeyStore.java
| Error | Line |
| Got an exception - expecting EOF, found 'this' |
0
|
net/spy/db/ObjectPoolConnectionSource.java
| Error | Line |
| Got an exception - expecting EOF, found 'objects' |
0
|
net/spy/db/OverDrawnException.java
| Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line contains a tab character. |
12
|
| Line contains a tab character. |
13
|
| Line contains a tab character. |
14
|
| Line contains a tab character. |
15
|
| Line contains a tab character. |
16
|
| Line contains a tab character. |
17
|
net/spy/db/QuerySelector.java
| Error | Line |
| Got an exception - expecting EOF, found '}' |
0
|
net/spy/db/QuerySelectorFactory.java
| Error | Line |
| Got an exception - unexpected char: '@' |
0
|
net/spy/db/SQLRunner.java
| Error | Line |
| Line does not match expected header line of 'Copyright (c) 1995-2007 Dustin Sallings <dustin@spy.net>'. |
1
|
| Line contains a tab character. |
34
|
| Missing a Javadoc comment. |
34
|
| '=' is not preceded with whitespace. |
34
|
| '=' is not followed by whitespace. |
34
|
| Line contains a tab character. |
35
|
| Missing a Javadoc comment. |
35
|
| '=' is not preceded with whitespace. |
35
|
| '=' is not followed by whitespace. |
35
|
| Line contains a tab character. |
37
|
| Line contains a tab character. |
38
|
| Line contains a tab character. |
39
|
| Line contains a tab character. |
40
|
| Parameter conn should be final. |
40
|
| Expected @param tag for 'conn'. |
40
|
| Line contains a tab character. |
41
|
| Line contains a tab character. |
42
|
| '=' is not preceded with whitespace. |
42
|
| '=' is not followed by whitespace. |
42
|
| Line contains a tab character. |
43
|
| Line has trailing spaces. |
45
|
| Line contains a tab character. |
45
|
| Line contains a tab character. |
46
|
| Line contains a tab character. |
47
|
| Line contains a tab character. |
48
|
| Method 'setTimeout' is not designed for extension - needs to be abstract, final or empty. |
48
|
| Parameter to should be final. |
48
|
| Expected @param tag for 'to'. |
48
|
| Line contains a tab character. |
49
|
| '=' is not preceded with whitespace. |
49
|
| '=' is not followed by whitespace. |
49
|
| Line contains a tab character. |
50
|
| Line has trailing spaces. |
52
|
| Line contains a tab character. |
52
|
| Line contains a tab character. |
53
|
| Line has trailing spaces. |
54
|
| Line contains a tab character. |
54
|
| Line contains a tab character. |
55
|
| Line contains a tab character. |
56
|
| Line contains a tab character. |
57
|
| Line contains a tab character. |
58
|
| Line contains a tab character. |
59
|
| Method 'runScript' is not designed for extension - needs to be abstract, final or empty. |
59
|
| Parameter is should be final. |
59
|
| Line contains a tab character. |
60
|
| Line contains a tab character. |
61
|
| Line has trailing spaces. |
63
|
| Line contains a tab character. |
63
|
| Line contains a tab character. |
64
|
| Line has trailing spaces. |
65
|
| Line contains a tab character. |
65
|
| Line contains a tab character. |
66
|
| Line contains a tab character. |
67
|
| Line contains a tab character. |
68
|
| Line contains a tab character. |
69
|
| Line contains a tab character. |
70
|
| Line contains a tab character. |
71
|
| Line contains a tab character. |
72
|
| Method 'runScript' is not designed for extension - needs to be abstract, final or empty. |
72
|
| Parameter is should be final. |
72
|
| Parameter autocommit should be final. |
72
|
| Parameter errok should be final. |
72
|
| Line contains a tab character. |
73
|
| Line is longer than 80 characters. |
75
|
| Line contains a tab character. |
75
|
| Line contains a tab character. |
76
|
| Line is longer than 80 characters. |
77
|
| Line contains a tab character. |
77
|
| '=' is not preceded with whitespace. |
77
|
| '=' is not followed by whitespace. |
77
|
| Line contains a tab character. |
79
|
| '=' is not preceded with whitespace. |
79
|
| '=' is not followed by whitespace. |
79
|
| Line contains a tab character. |
80
|
| '=' is not preceded with whitespace. |
80
|
| '=' is not followed by whitespace. |
80
|
| Line contains a tab character. |
81
|
| Line contains a tab character. |
82
|
| Line contains a tab character. |
83
|
| '=' is not preceded with whitespace. |
83
|
| '=' is not followed by whitespace. |
83
|
| Line contains a tab character. |
84
|
| 'if' is not followed by whitespace. |
84
|
| Line contains a tab character. |
85
|
| Line contains a tab character. |
86
|
| Line contains a tab character. |
88
|
| Line contains a tab character. |
89
|
| Line contains a tab character. |
91
|
| Line contains a tab character. |
92
|
| 'if' is not followed by whitespace. |
92
|
| Line contains a tab character. |
93
|
| Line contains a tab character. |
94
|
| Line contains a tab character. |
95
|
| '=' is not preceded with whitespace. |
95
|
| '=' is not followed by whitespace. |
95
|
| Line contains a tab character. |
96
|
| Line contains a tab character. |
98
|
| Line contains a tab character. |
99
|
| Line contains a tab character. |
101
|
| Line contains a tab character. |
102
|
| Line contains a tab character. |
103
|
| 'if' is not followed by whitespace. |
103
|
| '!=' is not preceded with whitespace. |
103
|
| '!=' is not followed by whitespace. |
103
|
| Line contains a tab character. |
104
|
| Line contains a tab character. |
105
|
| 'if' is not followed by whitespace. |
105
|
| Line contains a tab character. |
106
|
| Line contains a tab character. |
107
|
| Line contains a tab character. |
108
|
| 'catch' is not followed by whitespace. |
108
|
| Line is longer than 80 characters. |
109
|
| Line contains a tab character. |
109
|
| Line contains a tab character. |
110
|
| Line contains a tab character. |
111
|
| Line contains a tab character. |
112
|
| Line contains a tab character. |
113
|
| 'if' is not followed by whitespace. |
113
|
| Line contains a tab character. |
114
|
| Line is longer than 80 characters. |
115
|
| Line contains a tab character. |
115
|
| Line contains a tab character. |
116
|
| 'catch' is not followed by whitespace. |
116
|
| Line is longer than 80 characters. |
117
|
| Line contains a tab character. |
117
|
| Line contains a tab character. |
118
|
| Line contains a tab character. |
119
|
| Line contains a tab character. |
120
|
| Line contains a tab character. |
121
|
| Line contains a tab character. |
122
|
| Line contains a tab character. |
124
|
| Missing a Javadoc comment. |
124
|
| Parameter lr should be final. |
124
|
| Parameter errok should be final. |
124
|
| Line contains a tab character. |
125
|
| Line contains a tab character. |
127
|
| '=' is not preceded with whitespace. |
127
|
| '=' is not followed by whitespace. |
127
|
| Line contains a tab character. |
128
|
| '=' is not preceded with whitespace. |
128
|
| '=' is not followed by whitespace. |
128
|
| '1024' is a magic number. |
128
|
| Line contains a tab character. |
130
|
| 'while' is not followed by whitespace. |
130
|
| '(' is followed by whitespace. |
130
|
| '=' is not preceded with whitespace. |
130
|
| '=' is not followed by whitespace. |
130
|
| Line contains a tab character. |
131
|
| '=' is not preceded with whitespace. |
131
|
| '=' is not followed by whitespace. |
131
|
| Line contains a tab character. |
133
|
| 'if' is not followed by whitespace. |
133
|
| Line contains a tab character. |
134
|
| Line contains a tab character. |
136
|
| '=' is not preceded with whitespace. |
136
|
| '=' is not followed by whitespace. |
136
|
| Line contains a tab character. |
137
|
| Line contains a tab character. |
138
|
| '=' is not preceded with whitespace. |
138
|
| '=' is not followed by whitespace. |
138
|
| Line contains a tab character. |
139
|
| '=' is not preceded with whitespace. |
139
|
| '=' is not followed by whitespace. |
139
|
| Line contains a tab character. |
140
|
| Line is longer than 80 characters. |
141
|
| Line contains a tab character. |
141
|
| '=' is not preceded with whitespace. |
141
|
| '=' is not followed by whitespace. |
141
|
| Line contains a tab character. |
142
|
| 'catch' is not followed by whitespace. |
142
|
| Line contains a tab character. |
143
|
| 'if' is not followed by whitespace. |
143
|
| Line contains a tab character. |
144
|
| Line is longer than 80 characters. |
145
|
| Line contains a tab character. |
145
|
| Line contains a tab character. |
146
|
| Line contains a tab character. |
147
|
| Line contains a tab character. |
148
|
| Line contains a tab character. |
149
|
| Line contains a tab character. |
150
|
| Line contains a tab character. |
151
|
| Line contains a tab character. |
152
|
| Line contains a tab character. |
153
|
| '=' is not preceded with whitespace. |
153
|
| '=' is not followed by whitespace. |
153
|
| Line contains a tab character. |
154
|
| '=' is not preceded with whitespace. |
154
|
| '=' is not followed by whitespace. |
154
|
| Line is longer than 80 characters. |
155
|
| Line contains a tab character. |
155
|
| Line is longer than 80 characters. |
156
|
| Line contains a tab character. |
156
|
| '==' is not preceded with whitespace. |
156
|
| '==' is not followed by whitespace. |
156
|
| '?' is not preceded with whitespace. |
156
|
| Avoid inline conditionals. |
156
|
| '?' is not followed by whitespace. |
156
|
| ':' is not preceded with whitespace. |
156
|
| ':' is not followed by whitespace. |
156
|
| '-' is not preceded with whitespace. |
156
|
| '-' is not followed by whitespace. |
156
|
| Line contains a tab character. |
158
|
| Line contains a tab character. |
159
|
| Line contains a tab character. |
160
|
| 'if' is not followed by whitespace. |
160
|
| Line contains a tab character. |
161
|
| Line is longer than 80 characters. |
162
|
| Line contains a tab character. |
162
|
| Line contains a tab character. |
163
|
| Line contains a tab character. |
164
|
| Line contains a tab character. |
165
|
| 'if' is not followed by whitespace. |
165
|
| Line contains a tab character. |
166
|
| Line contains a tab character. |
167
|
| Line contains a tab character. |
168
|
| Line contains a tab character. |
169
|
| Line contains a tab character. |
170
|
| Line contains a tab character. |
171
|
net/spy/db/Savable.java
| Error | Line |
| Got an exception - expecting EOF, found 'Collection' |
0
|
net/spy/db/SaveContext.java
| Error | Line |
| Got an exception - expecting EOF, found '}' |
0
|
net/spy/db/SaveException.java
| Error | Line |
| Line does not match expected header line of 'Copyright (c) 1995-2007 Dustin Sallings <dustin@spy.net>'. |
1
|
| Line contains a tab character. |
12
|
| Line contains a tab character. |
13
|
| Line contains a tab character. |
14
|
| Line contains a tab character. |
15
|
| Parameter msg should be final. |
15
|
| Expected @param tag for 'msg'. |
15
|
| Line contains a tab character. |
16
|
| Line contains a tab character. |
17
|
| Line contains a tab character. |
19
|
| Line contains a tab character. |
20
|
| Line contains a tab character. |
21
|
| Line contains a tab character. |
22
|
| Parameter msg should be final. |
22
|
| Expected @param tag for 'msg'. |
22
|
| Parameter root should be final. |
22
|
| Expected @param tag for 'root'. |
22
|
| Line contains a tab character. |
23
|
| Line contains a tab character. |
24
|
net/spy/db/Saver.java
| Error | Line |
| Got an exception - expecting EOF, found '}' |
0
|
net/spy/db/SpyCacheDB.java
| Error | Line |
| Got an exception - expecting EOF, found '}' |
0
|
net/spy/db/SpyDB.java
| Error | Line |
| Line does not match expected header line of 'Copyright (c) 1995-2007 Dustin Sallings <dustin@spy.net>'. |
1
|
| Line contains a tab character. |
26
|
| Line contains a tab character. |
27
|
| Missing a Javadoc comment. |
27
|
| '=' is not preceded with whitespace. |
27
|
| '=' is not followed by whitespace. |
27
|
| Line contains a tab character. |
29
|
| Line contains a tab character. |
30
|
| Missing a Javadoc comment. |
30
|
| Line contains a tab character. |
32
|
| Line contains a tab character. |
33
|
| Missing a Javadoc comment. |
33
|
| '=' is not preceded with whitespace. |
33
|
| '=' is not followed by whitespace. |
33
|
| Line contains a tab character. |
35
|
| Line contains a tab character. |
36
|
| Missing a Javadoc comment. |
36
|
| '=' is not preceded with whitespace. |
36
|
| '=' is not followed by whitespace. |
36
|
| Line contains a tab character. |
38
|
| Line contains a tab character. |
39
|
| Missing a Javadoc comment. |
39
|
| '=' is not preceded with whitespace. |
39
|
| '=' is not followed by whitespace. |
39
|
| Line has trailing spaces. |
41
|
| Line contains a tab character. |
41
|
| Line contains a tab character. |
42
|
| Line contains a tab character. |
43
|
| Line contains a tab character. |
44
|
| '=' is not preceded with whitespace. |
44
|
| '=' is not followed by whitespace. |
44
|
| Line has trailing spaces. |
46
|
| Line contains a tab character. |
46
|
| Line contains a tab character. |
47
|
| Line contains a tab character. |
48
|
| Line contains a tab character. |
49
|
| '=' is not preceded with whitespace. |
49
|
| '=' is not followed by whitespace. |
49
|
| Line contains a tab character. |
51
|
| Missing a Javadoc comment. |
51
|
| '=' is not preceded with whitespace. |
51
|
| '=' is not followed by whitespace. |
51
|
| Line contains a tab character. |
53
|
| Line contains a tab character. |
54
|
| Line contains a tab character. |
55
|
| Line contains a tab character. |
56
|
| Line contains a tab character. |
57
|
| Line has trailing spaces. |
58
|
| Line contains a tab character. |
58
|
| Line contains a tab character. |
59
|
| Line contains a tab character. |
60
|
| Line contains a tab character. |
61
|
| Line contains a tab character. |
62
|
| Line contains a tab character. |
63
|
| Line contains a tab character. |
64
|
| Line contains a tab character. |
65
|
| Line contains a tab character. |
66
|
| Line contains a tab character. |
67
|
| Line contains a tab character. |
68
|
| Line contains a tab character. |
69
|
| Line contains a tab character. |
70
|
| Line contains a tab character. |
71
|
| Parameter c should be final. |
71
|
| Line contains a tab character. |
72
|
| Line contains a tab character. |
73
|
| '=' is not preceded with whitespace. |
73
|
| '=' is not followed by whitespace. |
73
|
| Line contains a tab character. |
75
|
| '=' is not preceded with whitespace. |
75
|
| '=' is not followed by whitespace. |
75
|
| Line is longer than 80 characters. |
76
|
| Line contains a tab character. |
76
|
| '=' is not preceded with whitespace. |
76
|
| '=' is not followed by whitespace. |
76
|
| Line contains a tab character. |
77
|
| Line contains a tab character. |
78
|
| Line contains a tab character. |
80
|
| Line contains a tab character. |
81
|
| Line contains a tab character. |
82
|
| Line contains a tab character. |
83
|
| Line contains a tab character. |
84
|
| Line contains a tab character. |
85
|
| Parameter c should be final. |
85
|
| Line contains a tab character. |
86
|
| Line contains a tab character. |
87
|
| '=' is not preceded with whitespace. |
87
|
| '=' is not followed by whitespace. |
87
|
| Line contains a tab character. |
88
|
| '=' is not preceded with whitespace. |
88
|
| '=' is not followed by whitespace. |
88
|
| Line contains a tab character. |
89
|
| Line contains a tab character. |
90
|
| Line has trailing spaces. |
92
|
| Line contains a tab character. |
92
|
| Line contains a tab character. |
93
|
| Line has trailing spaces. |
94
|
| Line contains a tab character. |
94
|
| Line contains a tab character. |
95
|
| Line contains a tab character. |
96
|
| Line contains a tab character. |
97
|
| Method 'getInitType' is not designed for extension - needs to be abstract, final or empty. |
97
|
| Line contains a tab character. |
98
|
| 'return' is not followed by whitespace. |
98
|
| Line contains a tab character. |
99
|
| Line contains a tab character. |
101
|
| Line contains a tab character. |
102
|
| Line contains a tab character. |
103
|
| Line contains a tab character. |
104
|
| Line contains a tab character. |
105
|
| Line contains a tab character. |
106
|
| Line is longer than 80 characters. |
107
|
| Line contains a tab character. |
107
|
| Line contains a tab character. |
108
|
| Line contains a tab character. |
109
|
| Expected an @return tag. |
110
|
| Line contains a tab character. |
110
|
| Method 'executeQuery' is not designed for extension - needs to be abstract, final or empty. |
110
|
| Parameter query should be final. |
110
|
| Line contains a tab character. |
111
|
| '=' is not preceded with whitespace. |
111
|
| '=' is not followed by whitespace. |
111
|
| Line contains a tab character. |
112
|
| Line contains a tab character. |
113
|
| Line contains a tab character. |
114
|
| 'return' is not followed by whitespace. |
114
|
| Line contains a tab character. |
115
|
| Line contains a tab character. |
117
|
| Line contains a tab character. |
118
|
| Line contains a tab character. |
119
|
| Line contains a tab character. |
120
|
| Line contains a tab character. |
121
|
| Line contains a tab character. |
122
|
| Line is longer than 80 characters. |
123
|
| Line contains a tab character. |
123
|
| Line contains a tab character. |
124
|
| Line contains a tab character. |
125
|
| Expected an @return tag. |
126
|
| Line contains a tab character. |
126
|
| Method 'executeUpdate' is not designed for extension - needs to be abstract, final or empty. |
126
|
| Parameter query should be final. |
126
|
| Line contains a tab character. |
127
|
| '=' is not preceded with whitespace. |
127
|
| '=' is not followed by whitespace. |
127
|
| Line contains a tab character. |
128
|
| '=' is not preceded with whitespace. |
128
|
| '=' is not followed by whitespace. |
128
|
| Line contains a tab character. |
129
|
| Line contains a tab character. |
130
|
| '=' is not preceded with whitespace. |
130
|
| '=' is not followed by whitespace. |
130
|
| Line contains a tab character. |
131
|
| 'return' is not followed by whitespace. |
131
|
| Line contains a tab character. |
132
|
| Line contains a tab character. |
134
|
| Line contains a tab character. |
135
|
| Line contains a tab character. |
136
|
| Line contains a tab character. |
137
|
| Line contains a tab character. |
138
|
| Line contains a tab character. |
139
|
| Line contains a tab character. |
140
|
| Expected an @return tag. |
141
|
| Line contains a tab character. |
141
|
| Method 'prepareStatement' is not designed for extension - needs to be abstract, final or empty. |
141
|
| Parameter query should be final. |
141
|
| Line contains a tab character. |
142
|
| Line contains a tab character. |
144
|
| '=' is not preceded with whitespace. |
144
|
| '=' is not followed by whitespace. |
144
|
| Line contains a tab character. |
145
|
| Line contains a tab character. |
146
|
| 'return' is not followed by whitespace. |
146
|
| Line contains a tab character. |
147
|
| Line contains a tab character. |
149
|
| Line contains a tab character. |
150
|
| Line contains a tab character. |
151
|
| Line contains a tab character. |
152
|
| Line contains a tab character. |
153
|
| Line contains a tab character. |
154
|
| Line contains a tab character. |
155
|
| Expected an @return tag. |
156
|
| Line contains a tab character. |
156
|
| Method 'prepareCall' is not designed for extension - needs to be abstract, final or empty. |
156
|
| Parameter query should be final. |
156
|
| Line contains a tab character. |
157
|
| Line contains a tab character. |
159
|
| '=' is not preceded with whitespace. |
159
|
| '=' is not followed by whitespace. |
159
|
| Line contains a tab character. |
160
|
| Line contains a tab character. |
161
|
| 'return' is not followed by whitespace. |
161
|
| Line contains a tab character. |
162
|
| Line contains a tab character. |
164
|
| Line contains a tab character. |
165
|
| Line contains a tab character. |
166
|
| Line contains a tab character. |
167
|
| Line contains a tab character. |
168
|
| Line contains a tab character. |
169
|
| Line contains a tab character. |
170
|
| Line contains a tab character. |
171
|
| Expected an @return tag. |
172
|
| Line contains a tab character. |
172
|
| Method 'getConn' is not designed for extension - needs to be abstract, final or empty. |
172
|
| Line contains a tab character. |
173
|
| 'if' is not followed by whitespace. |
173
|
| '==' is not preceded with whitespace. |
173
|
| '==' is not followed by whitespace. |
173
|
| Line contains a tab character. |
174
|
| Line contains a tab character. |
175
|
| Line contains a tab character. |
176
|
| 'return' is not followed by whitespace. |
176
|
| Line contains a tab character. |
177
|
| Line contains a tab character. |
179
|
| Line contains a tab character. |
180
|
| Line contains a tab character. |
181
|
| Line contains a tab character. |
182
|
| Line contains a tab character. |
183
|
| Line contains a tab character. |
184
|
| Line contains a tab character. |
185
|
| Method 'freeDBConn' is not designed for extension - needs to be abstract, final or empty. |
185
|
| Line contains a tab character. |
186
|
| Line contains a tab character. |
187
|
| 'if' is not followed by whitespace. |
187
|
| '!=' is not preceded with whitespace. |
187
|
| '!=' is not followed by whitespace. |
187
|
| Line is longer than 80 characters. |
188
|
| Line contains a tab character. |
188
|
| Line contains a tab character. |
189
|
| Line contains a tab character. |
190
|
| 'if' is not followed by whitespace. |
190
|
| '!=' is not preceded with whitespace. |
190
|
| '!=' is not followed by whitespace. |
190
|
| Line contains a tab character. |
191
|
| Line contains a tab character. |
192
|
| '=' is not preceded with whitespace. |
192
|
| '=' is not followed by whitespace. |
192
|
| Line contains a tab character. |
193
|
| Line contains a tab character. |
194
|
| Line contains a tab character. |
195
|
| '=' is not preceded with whitespace. |
195
|
| '=' is not followed by whitespace. |
195
|
| Line contains a tab character. |
196
|
| First sentence should end with a period. |
198
|
| Line contains a tab character. |
198
|
| Line contains a tab character. |
199
|
| Line contains a tab character. |
200
|
| Line contains a tab character. |
201
|
| Method 'close' is not designed for extension - needs to be abstract, final or empty. |
201
|
| Line contains a tab character. |
202
|
| Line contains a tab character. |
203
|
| Line contains a tab character. |
205
|
| Line contains a tab character. |
206
|
| Line contains a tab character. |
207
|
| Line contains a tab character. |
208
|
| Line contains a tab character. |
209
|
| Line contains a tab character. |
210
|
| Line contains a tab character. |
211
|
| Line contains a tab character. |
213
|
| Line contains a tab character. |
214
|
| Missing a Javadoc comment. |
214
|
| Line contains a tab character. |
215
|
| Line contains a tab character. |
217
|
| 'if' is not followed by whitespace. |
217
|
| '!=' is not preceded with whitespace. |
217
|
| '!=' is not followed by whitespace. |
217
|
| Line contains a tab character. |
218
|
| Line contains a tab character. |
219
|
| Line contains a tab character. |
221
|
| Line contains a tab character. |
222
|
| '=' is not preceded with whitespace. |
222
|
| '=' is not followed by whitespace. |
222
|
| Line contains a tab character. |
223
|
| Line contains a tab character. |
225
|
| Line contains a tab character. |
226
|
| Line contains a tab character. |
227
|
| Line contains a tab character. |
228
|
| Line contains a tab character. |
229
|
| Line contains a tab character. |
230
|
| Line contains a tab character. |
231
|
| Line contains a tab character. |
232
|
| Line contains a tab character. |
233
|
| Parameter in should be final. |
233
|
| Line contains a tab character. |
234
|
| Line contains a tab character. |
235
|
| 'if' is not followed by whitespace. |
235
|
| Line contains a tab character. |
236
|
| 'return' is not followed by whitespace. |
236
|
| Line contains a tab character. |
237
|
| Line contains a tab character. |
239
|
| Line contains a tab character. |
240
|
| 'if' is not followed by whitespace. |
240
|
| Line contains a tab character. |
241
|
| Line contains a tab character. |
242
|
| Line contains a tab character. |
243
|
| '=' is not preceded with whitespace. |
243
|
| '=' is not followed by whitespace. |
243
|
| Line is longer than 80 characters. |
244
|
| Line contains a tab character. |
244
|
| Line contains a tab character. |
245
|
| 'while' is not followed by whitespace. |
245
|
| Line contains a tab character. |
246
|
| Line contains a tab character. |
247
|
| Line contains a tab character. |
248
|
| Line contains a tab character. |
249
|
| 'if' is not followed by whitespace. |
249
|
| Line contains a tab character. |
250
|
| Line contains a tab character. |
251
|
| Line contains a tab character. |
252
|
| Line contains a tab character. |
253
|
| '=' is not preceded with whitespace. |
253
|
| '=' is not followed by whitespace. |
253
|
| Line contains a tab character. |
254
|
| Line contains a tab character. |
255
|
| 'return' is not followed by whitespace. |
255
|
| Line contains a tab character. |
256
|
| Line contains a tab character. |
258
|
| Line contains a tab character. |
259
|
| Line contains a tab character. |
260
|
| Expected an @return tag. |
261
|
| Line contains a tab character. |
261
|
| Method 'isClosed' is not designed for extension - needs to be abstract, final or empty. |
261
|
| Line contains a tab character. |
262
|
| 'return' is not followed by whitespace. |
262
|
| Line contains a tab character. |
263
|
| Line has trailing spaces. |
265
|
| Line contains a tab character. |
265
|
| Line contains a tab character. |
266
|
| Line has trailing spaces. |
267
|
| Line contains a tab character. |
267
|
| Line contains a tab character. |
268
|
| Line contains a tab character. |
269
|
| Line contains a tab character. |
270
|
| Line contains a tab character. |
271
|
| Method 'getSource' is not designed for extension - needs to be abstract, final or empty. |
271
|
| Line contains a tab character. |
272
|
| 'return' is not followed by whitespace. |
272
|
| Line contains a tab character. |
273
|
| Line has trailing spaces. |
275
|
| Line contains a tab character. |
275
|
| Line contains a tab character. |
276
|
| Line has trailing spaces. |
277
|
| Line contains a tab character. |
277
|
| Line contains a tab character. |
278
|
| Line contains a tab character. |
279
|
| Line contains a tab character. |
280
|
| Line contains a tab character. |
281
|
| Method 'getConfig' is not designed for extension - needs to be abstract, final or empty. |
281
|
| Line contains a tab character. |
282
|
| 'return' is not followed by whitespace. |
282
|
| Line contains a tab character. |
283
|
net/spy/db/TransactionListener.java
| Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
14
|
| Line contains a tab character. |
14
|
| Line contains a tab character. |
15
|
| Line contains a tab character. |
16
|
| Line contains a tab character. |
17
|
net/spy/db/TransactionPipeline.java
| Error | Line |
| Got an exception - expecting EOF, found 'pool' |
0
|
net/spy/db/savables/CollectionSavable.java
| Error | Line |
| Got an exception - expecting EOF, found 'this' |
0
|
net/spy/db/savables/SavableHashMap.java
| Error | Line |
| Got an exception - expecting EOF, found '}' |
0
|
net/spy/db/savables/SavableHashSet.java
| Error | Line |
| Got an exception - expecting EOF, found '}' |
0
|
net/spy/factory/CacheKey.java
| Error | Line |
| Got an exception - unexpected char: '@' |
0
|
net/spy/factory/CacheKeyFinder.java
| Error | Line |
| Got an exception - expecting EOF, found '}' |
0
|
net/spy/factory/CacheRefresher.java
| Error | Line |
| Got an exception - expecting EOF, found '}' |
0
|
net/spy/factory/CacheType.java
| Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line contains a tab character. |
11
|
| Line contains a tab character. |
12
|
| Line contains a tab character. |
13
|
| Line contains a tab character. |
14
|
| Line contains a tab character. |
15
|
| Line contains a tab character. |
16
|
| Line contains a tab character. |
17
|
| Line contains a tab character. |
18
|
net/spy/factory/GenFactory.java
| Error | Line |
| Got an exception - expecting EOF, found 'if' |
0
|
net/spy/factory/Storage.java
| Error | Line |
| Got an exception - expecting EOF, found 'allObjects' |
0
|
net/spy/log/AbstractLogger.java
| Error | Line |
| Got an exception - expecting EOF, found '}' |
0
|
net/spy/log/DefaultLogger.java
| Error | Line |
| Got an exception - unexpected char: '@' |
0
|
net/spy/log/Level.java
| Error | Line |
| Got an exception - unexpected char: '@' |
0
|
net/spy/log/LineGettingOutputStream.java
| Error | Line |
| Got an exception - unexpected char: '@' |
0
|
net/spy/log/Log4JLogger.java
| Error | Line |
| Got an exception - unexpected char: '@' |
0
|
net/spy/log/Logger.java
| Error | Line |
| File does not end with a newline. |
0
|
net/spy/log/Logger.java
| Error | Line |
| Got an exception - expecting EOF, found 'void' |
0
|
net/spy/log/LoggerFactory.java
| Error | Line |
| Got an exception - expecting EOF, found 'instances' |
0
|
net/spy/log/LoggingOutputStream.java
| Error | Line |
| Got an exception - unexpected char: '@' |
0
|
net/spy/log/SunLogger.java
| Error | Line |
| Got an exception - unexpected char: '@' |
0
|
net/spy/log/Syslog.java
| Error | Line |
| Line does not match expected header line of 'Copyright (c) 1995-2007 Dustin Sallings <dustin@spy.net>'. |
1
|
| Line contains a tab character. |
20
|
| Missing a Javadoc comment. |
20
|
| '=' is not preceded with whitespace. |
20
|
| '=' is not followed by whitespace. |
20
|
| Line contains a tab character. |
21
|
| Missing a Javadoc comment. |
21
|
| '=' is not preceded with whitespace. |
21
|
| '=' is not followed by whitespace. |
21
|
| Line contains a tab character. |
22
|
| Missing a Javadoc comment. |
22
|
| '=' is not preceded with whitespace. |
22
|
| '=' is not followed by whitespace. |
22
|
| Line contains a tab character. |
23
|
| Missing a Javadoc comment. |
23
|
| '=' is not preceded with whitespace. |
23
|
| '=' is not followed by whitespace. |
23
|
| Line contains a tab character. |
24
|
| Missing a Javadoc comment. |
24
|
| '=' is not preceded with whitespace. |
24
|
| '=' is not followed by whitespace. |
24
|
| Line contains a tab character. |
25
|
| Missing a Javadoc comment. |
25
|
| '=' is not preceded with whitespace. |
25
|
| '=' is not followed by whitespace. |
25
|
| Line contains a tab character. |
26
|
| Missing a Javadoc comment. |
26
|
| '=' is not preceded with whitespace. |
26
|
| '=' is not followed by whitespace. |
26
|
| Line contains a tab character. |
27
|
| Missing a Javadoc comment. |
27
|
| '=' is not preceded with whitespace. |
27
|
| '=' is not followed by whitespace. |
27
|
| Line contains a tab character. |
29
|
| Missing a Javadoc comment. |
29
|
| Line contains a tab character. |
30
|
| Missing a Javadoc comment. |
30
|
| Line contains a tab character. |
31
|
| Missing a Javadoc comment. |
31
|
| Line contains a tab character. |
32
|
| Missing a Javadoc comment. |
32
|
| Line contains a tab character. |
33
|
| Missing a Javadoc comment. |
33
|
| Line contains a tab character. |
34
|
| Missing a Javadoc comment. |
34
|
| Line contains a tab character. |
35
|
| Missing a Javadoc comment. |
35
|
| Line contains a tab character. |
36
|
| Missing a Javadoc comment. |
36
|
| Line contains a tab character. |
37
|
| Missing a Javadoc comment. |
37
|
| Line contains a tab character. |
38
|
| Missing a Javadoc comment. |
38
|
| Line contains a tab character. |
39
|
| Missing a Javadoc comment. |
39
|
| Line contains a tab character. |
40
|
| Missing a Javadoc comment. |
40
|
| Line contains a tab character. |
41
|
| Missing a Javadoc comment. |
41
|
| Line contains a tab character. |
42
|
| Missing a Javadoc comment. |
42
|
| Line contains a tab character. |
43
|
| Missing a Javadoc comment. |
43
|
| Line contains a tab character. |
44
|
| Missing a Javadoc comment. |
44
|
| Line contains a tab character. |
45
|
| Missing a Javadoc comment. |
45
|
| Line contains a tab character. |
46
|
| Missing a Javadoc comment. |
46
|
| Line contains a tab character. |
47
|
| Missing a Javadoc comment. |
47
|
| Line contains a tab character. |
48
|
| Missing a Javadoc comment. |
48
|
| Line contains a tab character. |
50
|
| Missing a Javadoc comment. |
50
|
| '=' is not preceded with whitespace. |
50
|
| '=' is not followed by whitespace. |
50
|
| Line contains a tab character. |
52
|
| Missing a Javadoc comment. |
52
|
| '=' is not preceded with whitespace. |
52
|
| '=' is not followed by whitespace. |
52
|
| Line contains a tab character. |
54
|
| Line contains a tab character. |
55
|
| Line contains a tab character. |
56
|
| Line contains a tab character. |
57
|
| Parameter loghost should be final. |
57
|
| Expected @param tag for 'loghost'. |
57
|
| Expected @throws tag for 'UnknownHostException'. |
57
|
| Line contains a tab character. |
58
|
| Line contains a tab character. |
59
|
| '=' is not preceded with whitespace. |
59
|
| '=' is not followed by whitespace. |
59
|
| Line contains a tab character. |
60
|
| Line contains a tab character. |
62
|
| Line contains a tab character. |
63
|
| Line contains a tab character. |
64
|
| Line contains a tab character. |
65
|
| Method 'log' is not designed for extension - needs to be abstract, final or empty. |
65
|
| Parameter facility should be final. |
65
|
| Expected @param tag for 'facility'. |
65
|
| Parameter level should be final. |
65
|
| Expected @param tag for 'level'. |
65
|
| Parameter msg should be final. |
65
|
| Expected @param tag for 'msg'. |
65
|
| Line contains a tab character. |
66
|
| '=' is not preceded with whitespace. |
66
|
| '=' is not followed by whitespace. |
66
|
| Line contains a tab character. |
68
|
| '=' is not preceded with whitespace. |
68
|
| '=' is not followed by whitespace. |
68
|
| Line contains a tab character. |
69
|
| Line contains a tab character. |
71
|
| Line contains a tab character. |
72
|
| Line contains a tab character. |
73
|
| Line contains a tab character. |
74
|
| Line contains a tab character. |
75
|
| Line contains a tab character. |
76
|
| 'catch' is not followed by whitespace. |
76
|
| Line contains a tab character. |
77
|
| Line contains a tab character. |
78
|
| Line contains a tab character. |
79
|
net/spy/net/HTTPFetch.java
| Error | Line |
| Got an exception - expecting EOF, found '}' |
0
|
net/spy/net/SNPP.java
| Error | Line |
| Got an exception - unexpected char: '@' |
0
|
net/spy/net/URLItem.java
| Error | Line |
| Got an exception - expecting EOF, found '}' |
0
|
net/spy/net/URLWatcher.java
| Error | Line |
| Got an exception - expecting EOF, found 'executor' |
0
|
net/spy/pool/GarbageCollector.java
| Error | Line |
| Line does not match expected header line of 'Copyright (c) 1995-2007 Dustin Sallings <dustin@spy.net>'. |
1
|
| Line contains a tab character. |
13
|
| Missing a Javadoc comment. |
13
|
| '=' is not preceded with whitespace. |
13
|
| '=' is not followed by whitespace. |
13
|
| Line contains a tab character. |
15
|
| Missing a Javadoc comment. |
15
|
| '=' is not preceded with whitespace. |
15
|
| '=' is not followed by whitespace. |
15
|
| Line contains a tab character. |
16
|
| Line contains a tab character. |
17
|
| Missing a Javadoc comment. |
17
|
| '=' is not preceded with whitespace. |
17
|
| '=' is not followed by whitespace. |
17
|
| Line contains a tab character. |
19
|
| Missing a Javadoc comment. |
19
|
| '=' is not preceded with whitespace. |
19
|
| '=' is not followed by whitespace. |
19
|
| Line contains a tab character. |
21
|
| Missing a Javadoc comment. |
21
|
| Line contains a tab character. |
22
|
| Line contains a tab character. |
23
|
| Line contains a tab character. |
25
|
| Line contains a tab character. |
26
|
| Line contains a tab character. |
27
|
| Expected an @return tag. |
28
|
| Line contains a tab character. |
28
|
| Line contains a tab character. |
29
|
| 'if' is not followed by whitespace. |
29
|
| '==' is not preceded with whitespace. |
29
|
| '==' is not followed by whitespace. |
29
|
| Line contains a tab character. |
30
|
| '=' is not preceded with whitespace. |
30
|
| '=' is not followed by whitespace. |
30
|
| Line contains a tab character. |
31
|
| Line contains a tab character. |
32
|
| 'return' is not followed by whitespace. |
32
|
| Line contains a tab character. |
33
|
| Line contains a tab character. |
35
|
| Line contains a tab character. |
36
|
| Line contains a tab character. |
37
|
| Line contains a tab character. |
38
|
| Line contains a tab character. |
39
|
| '=' is not preceded with whitespace. |
39
|
| '=' is not followed by whitespace. |
39
|
| Line contains a tab character. |
41
|
| 'if' is not followed by whitespace. |
41
|
| Line contains a tab character. |
42
|
| '=' is not preceded with whitespace. |
42
|
| '=' is not followed by whitespace. |
42
|
| Line contains a tab character. |
43
|
| Line is longer than 80 characters. |
44
|
| Line contains a tab character. |
44
|
| Line contains a tab character. |
45
|
| Line contains a tab character. |
46
|
| Line contains a tab character. |
47
|
| Line contains a tab character. |
48
|
| Line contains a tab character. |
49
|
| '=' is not preceded with whitespace. |
49
|
| '=' is not followed by whitespace. |
49
|
| Line contains a tab character. |
50
|
| Line contains a tab character. |
51
|
| '=' is not preceded with whitespace. |
51
|
| '=' is not followed by whitespace. |
51
|
| Line contains a tab character. |
52
|
| Line contains a tab character. |
53
|
| 'if' is not followed by whitespace. |
53
|
| Line is longer than 80 characters. |
54
|
| Line contains a tab character. |
54
|
| '=' is not preceded with whitespace. |
54
|
| '=' is not followed by whitespace. |
54
|
| Line contains a tab character. |
55
|
| Line contains a tab character. |
56
|
| Line contains a tab character. |
57
|
| Line contains a tab character. |
58
|
| Missing a Javadoc comment. |
60
|
| Line contains a tab character. |
60
|
| Line contains a tab character. |
61
|
| Missing a Javadoc comment. |
61
|
| Parameter msg should be final. |
61
|
| Line contains a tab character. |
62
|
| Line contains a tab character. |
63
|
| Line contains a tab character. |
64
|
net/spy/pool/JDBCPoolAble.java
| Error | Line |
| Got an exception - unexpected char: '@' |
0
|
net/spy/pool/JDBCPoolFiller.java
| Error | Line |
| Got an exception - expecting EOF, found 'e' |
0
|
net/spy/pool/NoSuchPoolException.java
| Error | Line |
| Line does not match expected header line of 'Copyright (c) 1995-2007 Dustin Sallings <dustin@spy.net>'. |
1
|
| Line contains a tab character. |
12
|
| Missing a Javadoc comment. |
12
|
| '=' is not preceded with whitespace. |
12
|
| '=' is not followed by whitespace. |
12
|
| Line contains a tab character. |
14
|
| Line contains a tab character. |
15
|
| Line contains a tab character. |
16
|
| Line contains a tab character. |
17
|
| Parameter nm should be final. |
17
|
| Expected @param tag for 'nm'. |
17
|
| Line contains a tab character. |
18
|
| Line contains a tab character. |
20
|
| '=' is not preceded with whitespace. |
20
|
| '=' is not followed by whitespace. |
20
|
| Line contains a tab character. |
21
|
| Line contains a tab character. |
23
|
| Line contains a tab character. |
24
|
| Line contains a tab character. |
25
|
| Expected an @return tag. |
26
|
| Line contains a tab character. |
26
|
| Method 'getPoolName' is not designed for extension - needs to be abstract, final or empty. |
26
|
| Line contains a tab character. |
27
|
| 'return' is not followed by whitespace. |
27
|
| Line contains a tab character. |
28
|
net/spy/pool/ObjectPool.java
| Error | Line |
| Got an exception - expecting EOF, found 'initialize' |
0
|
net/spy/pool/PoolAble.java
| Error | Line |
| Got an exception - unexpected char: '@' |
0
|
net/spy/pool/PoolContainer.java
| Error | Line |
| Got an exception - expecting EOF, found 'this' |
0
|
net/spy/pool/PoolException.java
| Error | Line |
| Line does not match expected header line of 'Copyright (c) 1995-2007 Dustin Sallings <dustin@spy.net>'. |
1
|
| Line contains a tab character. |
11
|
| Line contains a tab character. |
12
|
| Line contains a tab character. |
13
|
| Line contains a tab character. |
14
|
| Parameter msg should be final. |
14
|
| Expected @param tag for 'msg'. |
14
|
| Line contains a tab character. |
15
|
| Line contains a tab character. |
16
|
| Line contains a tab character. |
18
|
| Line contains a tab character. |
19
|
| Line contains a tab character. |
20
|
| Line contains a tab character. |
21
|
| Parameter msg should be final. |
21
|
| Expected @param tag for 'msg'. |
21
|
| Parameter t should be final. |
21
|
| Expected @param tag for 't'. |
21
|
| Line contains a tab character. |
22
|
| Line contains a tab character. |
23
|
net/spy/pool/PoolFiller.java
| Error | Line |
| Line does not match expected header line of 'Copyright (c) 1995-2007 Dustin Sallings <dustin@spy.net>'. |
1
|
| Line contains a tab character. |
15
|
| Missing a Javadoc comment. |
15
|
| '=' is not preceded with whitespace. |
15
|
| '=' is not followed by whitespace. |
15
|
| Line contains a tab character. |
16
|
| Missing a Javadoc comment. |
16
|
| '=' is not preceded with whitespace. |
16
|
| '=' is not followed by whitespace. |
16
|
| Line contains a tab character. |
17
|
| Missing a Javadoc comment. |
17
|
| '=' is not preceded with whitespace. |
17
|
| '=' is not followed by whitespace. |
17
|
| Line contains a tab character. |
19
|
| Line contains a tab character. |
20
|
| Line contains a tab character. |
21
|
| Line contains a tab character. |
22
|
| Line contains a tab character. |
23
|
| Line contains a tab character. |
24
|
| Line contains a tab character. |
25
|
| Line contains a tab character. |
26
|
| Line contains a tab character. |
28
|
| Line contains a tab character. |
29
|
| Line contains a tab character. |
30
|
| Line contains a tab character. |
31
|
| Line contains a tab character. |
32
|
| Line contains a tab character. |
33
|
| Line contains a tab character. |
34
|
| Parameter nm should be final. |
34
|
| Parameter cnf should be final. |
34
|
| Line contains a tab character. |
35
|
| Line contains a tab character. |
36
|
| '=' is not preceded with whitespace. |
36
|
| '=' is not followed by whitespace. |
36
|
| Line contains a tab character. |
37
|
| '=' is not preceded with whitespace. |
37
|
| '=' is not followed by whitespace. |
37
|
| Line contains a tab character. |
38
|
| Line contains a tab character. |
40
|
| Line contains a tab character. |
41
|
| Line contains a tab character. |
42
|
| Line contains a tab character. |
43
|
| Method 'setPoolHash' is not designed for extension - needs to be abstract, final or empty. |
43
|
| Parameter to should be final. |
43
|
| Expected @param tag for 'to'. |
43
|
| Line contains a tab character. |
44
|
| '=' is not preceded with whitespace. |
44
|
| '=' is not followed by whitespace. |
44
|
| Line contains a tab character. |
45
|
| Line contains a tab character. |
47
|
| Line contains a tab character. |
48
|
| Line contains a tab character. |
49
|
| Expected an @return tag. |
50
|
| Line contains a tab character. |
50
|
| Method 'getPoolHash' is not designed for extension - needs to be abstract, final or empty. |
50
|
| Line contains a tab character. |
51
|
| 'return' is not followed by whitespace. |
51
|
| Line contains a tab character. |
52
|
| Line contains a tab character. |
54
|
| Line contains a tab character. |
55
|
| Line contains a tab character. |
56
|
| Expected an @return tag. |
57
|
| Line contains a tab character. |
57
|
| Method 'debugName' is not designed for extension - needs to be abstract, final or empty. |
57
|
| Line contains a tab character. |
58
|
| 'return' is not followed by whitespace. |
58
|
| Line contains a tab character. |
59
|
| Line contains a tab character. |
61
|
| Line contains a tab character. |
62
|
| Line contains a tab character. |
63
|
| Line contains a tab character. |
64
|
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. |
64
|
| Parameter nm should be final. |
64
|
| Expected @param tag for 'nm'. |
64
|
| Line contains a tab character. |
65
|
| '=' is not preceded with whitespace. |
65
|
| '=' is not followed by whitespace. |
65
|
| Line contains a tab character. |
66
|
| Line contains a tab character. |
68
|
| Line contains a tab character. |
69
|
| Line contains a tab character. |
70
|
| Expected an @return tag. |
71
|
| Line contains a tab character. |
71
|
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. |
71
|
| Line contains a tab character. |
72
|
| 'return' is not followed by whitespace. |
72
|
| Line contains a tab character. |
73
|
| Line contains a tab character. |
75
|
| Line contains a tab character. |
76
|
| Line contains a tab character. |
77
|
| Line contains a tab character. |
78
|
| Method 'setConfig' is not designed for extension - needs to be abstract, final or empty. |
78
|
| Parameter cnf should be final. |
78
|
| Expected @param tag for 'cnf'. |
78
|
| Line contains a tab character. |
79
|
| '=' is not preceded with whitespace. |
79
|
| '=' is not followed by whitespace. |
79
|
| Line contains a tab character. |
80
|
| Line contains a tab character. |
82
|
| Line contains a tab character. |
83
|
| Line contains a tab character. |
84
|
| Expected an @return tag. |
85
|
| Line contains a tab character. |
85
|
| Method 'getConfig' is not designed for extension - needs to be abstract, final or empty. |
85
|
| Line contains a tab character. |
86
|
| 'return' is not followed by whitespace. |
86
|
| Line contains a tab character. |
87
|
| Line contains a tab character. |
89
|
| Line contains a tab character. |
90
|
| Line contains a tab character. |
91
|
| Line contains a tab character. |
92
|
| Line contains a tab character. |
93
|
| Expected an @return tag. |
94
|
| Line contains a tab character. |
94
|
| Line contains a tab character. |
96
|
| Method 'getPropertyInt' is not designed for extension - needs to be abstract, final or empty. |
96
|
| Missing a Javadoc comment. |
96
|
| Parameter what should be final. |
96
|
| Parameter def should be final. |
96
|
| Line contains a tab character. |
97
|
| 'return' is not followed by whitespace. |
97
|
| Line contains a tab character. |
98
|
| Line contains a tab character. |
100
|
| Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. |
100
|
| Missing a Javadoc comment. |
100
|
| Parameter what should be final. |
100
|
| Parameter def should be final. |
100
|
| Line contains a tab character. |
101
|
| 'return' is not followed by whitespace. |
101
|
| Line contains a tab character. |
102
|
| Line contains a tab character. |
104
|
| Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. |
104
|
| Missing a Javadoc comment. |
104
|
| Parameter what should be final. |
104
|
| Line contains a tab character. |
105
|
| 'return' is not followed by whitespace. |
105
|
| Line contains a tab character. |
106
|
net/spy/pool/PooledObject.java
| Error | Line |
| Got an exception - unexpected char: '@' |
0
|
net/spy/pool/SNPPPoolAble.java
| Error | Line |
| Got an exception - unexpected char: '@' |
0
|
net/spy/pool/SNPPPoolFiller.java
| Error | Line |
| Got an exception - unexpected char: '@' |
0
|
net/spy/pool/WorkerThread.java
| Error | Line |
| Got an exception - unexpected char: '@' |
0
|
net/spy/stat/ComputingStat.java
| Error | Line |
| Got an exception - unexpected char: '@' |
0
|
net/spy/stat/CounterStat.java
| Error | Line |
| Got an exception - unexpected char: '@' |
0
|
net/spy/stat/Stat.java
| Error | Line |
| Got an exception - unexpected char: '@' |
0
|
net/spy/stat/Stats.java
| Error | Line |
| Got an exception - expecting EOF, found 'stats' |
0
|
net/spy/test/BaseMockCase.java
| Error | Line |
| Line does not match expected header line of 'Copyright (c) 1995-2007 Dustin Sallings <dustin@spy.net>'. |
1
|
| Expected an @return tag. |
19
|
| Method 'any' is not designed for extension - needs to be abstract, final or empty. |
19
|
| Line has trailing spaces. |
21
|
| Parameter i should be final. |
22
|
| Parameter i should be final. |
23
|
| Parameter buf should be final. |
30
|
| Line has trailing spaces. |
35
|
net/spy/test/SyncThread.java
| Error | Line |
| Got an exception - expecting EOF, found 'setDaemon' |
0
|
net/spy/util/AbstractSPNode.java
| Error | Line |
| Got an exception - expecting EOF, found 'this' |
0
|
net/spy/util/Base64.java
| Error | Line |
| Line does not match expected header line of 'Copyright (c) 1995-2007 Dustin Sallings <dustin@spy.net>'. |
1
|
| Line contains a tab character. |
13
|
| Missing a Javadoc comment. |
13
|
| '=' is not preceded with whitespace. |
13
|
| '=' is not followed by whitespace. |
13
|
| Line contains a tab character. |
14
|
| Line contains a tab character. |
15
|
| Line contains a tab character. |
16
|
| Line contains a tab character. |
17
|
| Line contains a tab character. |
18
|
| Line contains a tab character. |
19
|
| Line contains a tab character. |
21
|
| Missing a Javadoc comment. |
21
|
| '=' is not preceded with whitespace. |
21
|
| '=' is not followed by whitespace. |
21
|
| Line contains a tab character. |
23
|
| Line contains a tab character. |
24
|
| Line contains a tab character. |
25
|
| Line contains a tab character. |
26
|
| Line contains a tab character. |
27
|
| Line contains a tab character. |
28
|
| Line has trailing spaces. |
30
|
| Line contains a tab character. |
30
|
| Line contains a tab character. |
31
|
| Line contains a tab character. |
32
|
| Expected an @return tag. |
33
|
| Line contains a tab character. |
33
|
| Line contains a tab character. |
34
|
| 'if' is not followed by whitespace. |
34
|
| Line contains a tab character. |
35
|
| '=' is not preceded with whitespace. |
35
|
| '=' is not followed by whitespace. |
35
|
| Line contains a tab character. |
36
|
| Line contains a tab character. |
37
|
| Line contains a tab character. |
38
|
| Line contains a tab character. |
40
|
| Line contains a tab character. |
41
|
| Line contains a tab character. |
42
|
| Expected an @return tag. |
43
|
| Line contains a tab character. |
43
|
| Method 'encode' is not designed for extension - needs to be abstract, final or empty. |
43
|
| Parameter data should be final. |
43
|
| Expected @param tag for 'data'. |
43
|
| Array brackets at illegal position. |
43
|
| Line contains a tab character. |
44
|
| Line contains a tab character. |
45
|
| '=' is not preceded with whitespace. |
45
|
| '=' is not followed by whitespace. |
45
|
| '*' is not preceded with whitespace. |
45
|
| '*' is not followed by whitespace. |
45
|
| '4' is a magic number. |
45
|
| '/' is not preceded with whitespace. |
45
|
| '/' is not followed by whitespace. |
45
|
| '3' is a magic number. |
45
|
| Line contains a tab character. |
47
|
| '=' is not preceded with whitespace. |
47
|
| '=' is not followed by whitespace. |
47
|
| Line contains a tab character. |
48
|
| Line contains a tab character. |
49
|
| 'for' is not followed by whitespace. |
49
|
| '=' is not preceded with whitespace. |
49
|
| '=' is not followed by whitespace. |
49
|
| '<' is not preceded with whitespace. |
49
|
| '<' is not followed by whitespace. |
49
|
| '+=' is not preceded with whitespace. |
49
|
| '+=' is not followed by whitespace. |
49
|
| '3' is a magic number. |
49
|
| Line contains a tab character. |
50
|
| Line contains a tab character. |
52
|
| '=' is not preceded with whitespace. |
52
|
| '=' is not followed by whitespace. |
52
|
| '0xff' is a magic number. |
52
|
| Line contains a tab character. |
53
|
| '>>' is not preceded with whitespace. |
53
|
| '>>' is not followed by whitespace. |
53
|
| Line contains a tab character. |
54
|
| '=' is not preceded with whitespace. |
54
|
| '=' is not followed by whitespace. |
54
|
| '&' is not preceded with whitespace. |
54
|
| '&' is not followed by whitespace. |
54
|
| '0x03' is a magic number. |
54
|
| '<<' is not preceded with whitespace. |
54
|
| '4' is a magic number. |
54
|
| '<<' is not followed by whitespace. |
54
|
| Line contains a tab character. |
56
|
| Line contains a tab character. |
57
|
| 'if' is not followed by whitespace. |
57
|
| '+' is not preceded with whitespace. |
57
|
| '+' is not followed by whitespace. |
57
|
| Line contains a tab character. |
58
|
| '=' is not preceded with whitespace. |
58
|
| '=' is not followed by whitespace. |
58
|
| '+' is not preceded with whitespace. |
58
|
| '+' is not followed by whitespace. |
58
|
| '0xff' is a magic number. |
58
|
| Line contains a tab character. |
59
|
| '=' is not preceded with whitespace. |
59
|
| '=' is not followed by whitespace. |
59
|
| '>>' is not preceded with whitespace. |
59
|
| '4' is a magic number. |
59
|
| '>>' is not followed by whitespace. |
59
|
| Line contains a tab character. |
60
|
| '|' is not preceded with whitespace. |
60
|
| '|' is not followed by whitespace. |
60
|
| Line contains a tab character. |
61
|
| '=' is not preceded with whitespace. |
61
|
| '=' is not followed by whitespace. |
61
|
| '&' is not preceded with whitespace. |
61
|
| '&' is not followed by whitespace. |
61
|
| '0x0f' is a magic number. |
61
|
| '<<' is not preceded with whitespace. |
61
|
| '<<' is not followed by whitespace. |
61
|
| Line contains a tab character. |
62
|
| 'if' is not followed by whitespace. |
62
|
| '>' is not preceded with whitespace. |
62
|
| '>' is not followed by whitespace. |
62
|
| '+' is not preceded with whitespace. |
62
|
| '+' is not followed by whitespace. |
62
|
| Line contains a tab character. |
63
|
| '=' is not preceded with whitespace. |
63
|
| '=' is not followed by whitespace. |
63
|
| '+' is not preceded with whitespace. |
63
|
| '+' is not followed by whitespace. |
63
|
| '0xff' is a magic number. |
63
|
| Line contains a tab character. |
64
|
| '=' is not preceded with whitespace. |
64
|
| '=' is not followed by whitespace. |
64
|
| '&' is not preceded with whitespace. |
64
|
| '&' is not followed by whitespace. |
64
|
| '0xc0' is a magic number. |
64
|
| '>>' is not preceded with whitespace. |
64
|
| '6' is a magic number. |
64
|
| '>>' is not followed by whitespace. |
64
|
| Line contains a tab character. |
65
|
| '|' is not preceded with whitespace. |
65
|
| '|' is not followed by whitespace. |
65
|
| Line contains a tab character. |
66
|
| '&' is not preceded with whitespace. |
66
|
| '&' is not followed by whitespace. |
66
|
| '0x3f' is a magic number. |
66
|
| Line contains a tab character. |
67
|
| Line contains a tab character. |
68
|
| Line contains a tab character. |
69
|
| Line contains a tab character. |
70
|
| Line contains a tab character. |
71
|
| Line contains a tab character. |
72
|
| Line contains a tab character. |
73
|
| Line contains a tab character. |
74
|
| Line contains a tab character. |
75
|
| Line contains a tab character. |
76
|
| Line contains a tab character. |
78
|
| '+=' is not preceded with whitespace. |
78
|
| '+=' is not followed by whitespace. |
78
|
| '4' is a magic number. |
78
|
| Line contains a tab character. |
79
|
| 'if' is not followed by whitespace. |
79
|
| '(' is followed by whitespace. |
79
|
| '%' is not preceded with whitespace. |
79
|
| '%' is not followed by whitespace. |
79
|
| '76' is a magic number. |
79
|
| '==' is not preceded with whitespace. |
79
|
| '==' is not followed by whitespace. |
79
|
| Line contains a tab character. |
80
|
| Line contains a tab character. |
81
|
| Line contains a tab character. |
82
|
| Line contains a tab character. |
84
|
| 'return' is not followed by whitespace. |
84
|
| Line contains a tab character. |
85
|
| Line contains a tab character. |
87
|
| Line contains a tab character. |
88
|
| Line contains a tab character. |
89
|
| Expected an @return tag. |
90
|
| Line contains a tab character. |
90
|
| Method 'decode' is not designed for extension - needs to be abstract, final or empty. |
90
|
| Parameter input should be final. |
90
|
| Expected @param tag for 'input'. |
90
|
| Line contains a tab character. |
91
|
| Line contains a tab character. |
92
|
| '=' is not preceded with whitespace. |
92
|
| '=' is not followed by whitespace. |
92
|
| '*' is not preceded with whitespace. |
92
|
| '*' is not followed by whitespace. |
92
|
| '3' is a magic number. |
92
|
| '/' is not preceded with whitespace. |
92
|
| '/' is not followed by whitespace. |
92
|
| '4' is a magic number. |
92
|
| Line contains a tab character. |
93
|
| '=' is not preceded with whitespace. |
93
|
| '=' is not followed by whitespace. |
93
|
| Line contains a tab character. |
94
|
| 'if' is not followed by whitespace. |
94
|
| Line contains a tab character. |
95
|
| Line contains a tab character. |
96
|
| Line contains a tab character. |
97
|
| 'if' is not followed by whitespace. |
97
|
| Line contains a tab character. |
98
|
| Line contains a tab character. |
99
|
| Line contains a tab character. |
100
|
| Line contains a tab character. |
101
|
| Line contains a tab character. |
102
|
| '=' is not preceded with whitespace. |
102
|
| '=' is not followed by whitespace. |
102
|
| Line contains a tab character. |
103
|
| '=' is not preceded with whitespace. |
103
|
| '=' is not followed by whitespace. |
103
|
| Line contains a tab character. |
104
|
| '=' is not preceded with whitespace. |
104
|
| '=' is not followed by whitespace. |
104
|
| Line contains a tab character. |
105
|
| '=' is not preceded with whitespace. |
105
|
| '=' is not followed by whitespace. |
105
|
| Line contains a tab character. |
106
|
| '=' is not preceded with whitespace. |
106
|
| '=' is not followed by whitespace. |
106
|
| Line contains a tab character. |
108
|
| 'for' is not followed by whitespace. |
108
|
| '=' is not preceded with whitespace. |
108
|
| '=' is not followed by whitespace. |
108
|
| '<' is not preceded with whitespace. |
108
|
| '<' is not followed by whitespace. |
108
|
| Line contains a tab character. |
109
|
| '=' is not preceded with whitespace. |
109
|
| '=' is not followed by whitespace. |
109
|
| Line contains a tab character. |
111
|
| Line contains a tab character. |
112
|
| 'if' is not followed by whitespace. |
112
|
| '<' is not preceded with whitespace. |
112
|
| '<' is not followed by whitespace. |
112
|
| Line contains a tab character. |
113
|
| Line contains a tab character. |
114
|
| Line contains a tab character. |
115
|
| Line contains a tab character. |
117
|
| Line contains a tab character. |
118
|
| Line contains a tab character. |
120
|
| Line contains a tab character. |
121
|
| '6' is a magic number. |
121
|
| Line contains a tab character. |
123
|
| Line contains a tab character. |
124
|
| 'if' is not followed by whitespace. |
124
|
| '==' is not preceded with whitespace. |
124
|
| '4' is a magic number. |
124
|
| '==' is not followed by whitespace. |
124
|
| Line contains a tab character. |
125
|
| '=' is not preceded with whitespace. |
125
|
| '=' is not followed by whitespace. |
125
|
| 'cast' is not followed by whitespace. |
125
|
| '16' is a magic number. |
125
|
| '&' is not preceded with whitespace. |
125
|
| '&' is not followed by whitespace. |
125
|
| '0xFF' is a magic number. |
125
|
| Line contains a tab character. |
126
|
| '=' is not preceded with whitespace. |
126
|
| '=' is not followed by whitespace. |
126
|
| 'cast' is not followed by whitespace. |
126
|
| '8' is a magic number. |
126
|
| '&' is not preceded with whitespace. |
126
|
| '&' is not followed by whitespace. |
126
|
| '0xFF' is a magic number. |
126
|
| Line contains a tab character. |
127
|
| '=' is not preceded with whitespace. |
127
|
| '=' is not followed by whitespace. |
127
|
| 'cast' is not followed by whitespace. |
127
|
| '&' is not preceded with whitespace. |
127
|
| '&' is not followed by whitespace. |
127
|
| '0xFF' is a magic number. |
127
|
| Line contains a tab character. |
128
|
| '=' is not preceded with whitespace. |
128
|
| '=' is not followed by whitespace. |
128
|
| '=' is not preceded with whitespace. |
128
|
| '=' is not followed by whitespace. |
128
|
| Line contains a tab character. |
129
|
| Line contains a tab character. |
130
|
| Line contains a tab character. |
132
|
| Line contains a tab character. |
133
|
| 'if' is not followed by whitespace. |
133
|
| '==' is not preceded with whitespace. |
133
|
| '==' is not followed by whitespace. |
133
|
| Line contains a tab character. |
134
|
| '=' is not preceded with whitespace. |
134
|
| '=' is not followed by whitespace. |
134
|
| 'cast' is not followed by whitespace. |
134
|
| '(' is followed by whitespace. |
134
|
| '12' is a magic number. |
134
|
| '16' is a magic number. |
134
|
| '&' is not preceded with whitespace. |
134
|
| '&' is not followed by whitespace. |
134
|
| '0xFF' is a magic number. |
134
|
| Line contains a tab character. |
135
|
| 'if' is not followed by whitespace. |
135
|
| '==' is not preceded with whitespace. |
135
|
| '3' is a magic number. |
135
|
| '==' is not followed by whitespace. |
135
|
| Line contains a tab character. |
136
|
| '=' is not preceded with whitespace. |
136
|
| '=' is not followed by whitespace. |
136
|
| 'cast' is not followed by whitespace. |
136
|
| '(' is followed by whitespace. |
136
|
| '6' is a magic number. |
136
|
| '16' is a magic number. |
136
|
| '&' is not preceded with whitespace. |
136
|
| '&' is not followed by whitespace. |
136
|
| '0xFF' is a magic number. |
136
|
| Line contains a tab character. |
137
|
| '=' is not preceded with whitespace. |
137
|
| '=' is not followed by whitespace. |
137
|
| 'cast' is not followed by whitespace. |
137
|
| '(' is followed by whitespace. |
137
|
| '6' is a magic number. |
137
|
| '8' is a magic number. |
137
|
| '0xFF' is a magic number. |
137
|
| Line contains a tab character. |
138
|
| Line contains a tab character. |
140
|
| Line contains a tab character. |
141
|
| 'if' is not followed by whitespace. |
141
|
| '>' is not preceded with whitespace. |
141
|
| '>' is not followed by whitespace. |
141
|
| Line contains a tab character. |
142
|
| '=' is not preceded with whitespace. |
142
|
| '=' is not followed by whitespace. |
142
|
| Line contains a tab character. |
143
|
| Line contains a tab character. |
144
|
| '=' is not preceded with whitespace. |
144
|
| '=' is not followed by whitespace. |
144
|
| Line contains a tab character. |
145
|
| Line contains a tab character. |
147
|
| 'return' is not followed by whitespace. |
147
|
| Line contains a tab character. |
148
|
| Line contains a tab character. |
150
|
| Line contains a tab character. |
151
|
| Line contains a tab character. |
152
|
| Line contains a tab character. |
153
|
| Line contains a tab character. |
154
|
| Line contains a tab character. |
155
|
| Method 'isValidBase64Char' is not designed for extension - needs to be abstract, final or empty. |
155
|
| Parameter c should be final. |
155
|
| Expected @param tag for 'c'. |
155
|
| Line contains a tab character. |
156
|
| 'return' is not followed by whitespace. |
156
|
| '>=' is not preceded with whitespace. |
156
|
| '>=' is not followed by whitespace. |
156
|
| Line contains a tab character. |
157
|
| Line contains a tab character. |
159
|
| Missing a Javadoc comment. |
159
|
| Parameter c should be final. |
159
|
| Line contains a tab character. |
160
|
| '=' is not preceded with whitespace. |
160
|
| '=' is not followed by whitespace. |
160
|
| Line contains a tab character. |
162
|
| 'for' is not followed by whitespace. |
162
|
| '=' is not preceded with whitespace. |
162
|
| '=' is not followed by whitespace. |
162
|
| '<' is not preceded with whitespace. |
162
|
| '<' is not followed by whitespace. |
162
|
| '==' is not preceded with whitespace. |
162
|
| '==' is not followed by whitespace. |
162
|
| Line contains a tab character. |
163
|
| 'if' is not followed by whitespace. |
163
|
| '==' is not preceded with whitespace. |
163
|
| '==' is not followed by whitespace. |
163
|
| Line contains a tab character. |
164
|
| '=' is not preceded with whitespace. |
164
|
| '=' is not followed by whitespace. |
164
|
| Line contains a tab character. |
165
|
| Line contains a tab character. |
166
|
| Line contains a tab character. |
168
|
| 'return' is not followed by whitespace. |
168
|
| Line contains a tab character. |
169
|
net/spy/util/Base64InputStream.java
| Error | Line |
| Got an exception - unexpected char: '@' |
0
|
net/spy/util/Base64OutputStream.java
| Error | Line |
| Got an exception - unexpected char: '@' |
0
|
net/spy/util/BitArray.java
| Error | Line |
| Got an exception - expecting EOF, found 'bitList' |
0
|
net/spy/util/BrokenPromiseException.java
| Error | Line |
| Line does not match expected header line of 'Copyright (c) 1995-2007 Dustin Sallings <dustin@spy.net>'. |
1
|
| Line contains a tab character. |
12
|
| Line contains a tab character. |
13
|
| Line contains a tab character. |
14
|
| Line contains a tab character. |
15
|
| Parameter msg should be final. |
15
|
| Expected @param tag for 'msg'. |
15
|
| Line contains a tab character. |
16
|
| Line contains a tab character. |
17
|
| Line contains a tab character. |
19
|
| Line contains a tab character. |
20
|
| Line contains a tab character. |
21
|
| Line contains a tab character. |
22
|
| Line contains a tab character. |
23
|
| Parameter msg should be final. |
23
|
| Expected @param tag for 'msg'. |
23
|
| Parameter t should be final. |
23
|
| Expected @param tag for 't'. |
23
|
| Line contains a tab character. |
24
|
| Line contains a tab character. |
25
|
net/spy/util/ByteConverionInputStream.java
| Error | Line |
| Got an exception - unexpected char: '@' |
0
|
net/spy/util/CloseUtil.java
| Error | Line |
| Line does not match expected header line of 'Copyright (c) 1995-2007 Dustin Sallings <dustin@spy.net>'. |
1
|
| Utility classes should not have a public or default constructor. |
15
|
| Line contains a tab character. |
17
|
| Missing a Javadoc comment. |
17
|
| '=' is not preceded with whitespace. |
17
|
| '=' is not followed by whitespace. |
17
|
| Parameter closeable should be final. |
22
|
| Expected @param tag for 'closeable'. |
22
|
| Parameter closeable should be final. |
35
|
| Expected @param tag for 'closeable'. |
35
|
net/spy/util/Digest.java
| Error | Line |
| Line does not match expected header line of 'Copyright (c) 1995-2007 Dustin Sallings <dustin@spy.net>'. |
1
|
| Line contains a tab character. |
18
|
| Missing a Javadoc comment. |
18
|
| '=' is not preceded with whitespace. |
18
|
| '=' is not followed by whitespace. |
18
|
| Line contains a tab character. |
19
|
| Missing a Javadoc comment. |
19
|
| '=' is not preceded with whitespace. |
19
|
| '=' is not followed by whitespace. |
19
|
| Line contains a tab character. |
21
|
| Missing a Javadoc comment. |
21
|
| '=' is not preceded with whitespace. |
21
|
| '=' is not followed by whitespace. |
21
|
| Line contains a tab character. |
22
|
| Missing a Javadoc comment. |
22
|
| '=' is not preceded with whitespace. |
22
|
| '=' is not followed by whitespace. |
22
|
| Line contains a tab character. |
24
|
| Line contains a tab character. |
25
|
| Line contains a tab character. |
26
|
| Line contains a tab character. |
27
|
| Line contains a tab character. |
28
|
| Line contains a tab character. |
29
|
| Line contains a tab character. |
31
|
| Line contains a tab character. |
32
|
| Line contains a tab character. |
33
|
| Line contains a tab character. |
34
|
| Parameter alg should be final. |
34
|
| Expected @param tag for 'alg'. |
34
|
| Line contains a tab character. |
35
|
| Line contains a tab character. |
36
|
| '=' is not preceded with whitespace. |
36
|
| '=' is not followed by whitespace. |
36
|
| Line contains a tab character. |
37
|
| '=' is not preceded with whitespace. |
37
|
| '=' is not followed by whitespace. |
37
|
| Line contains a tab character. |
38
|
| '=' is not preceded with whitespace. |
38
|
| '=' is not followed by whitespace. |
38
|
| Line contains a tab character. |
39
|
| Line contains a tab character. |
40
|
| Line contains a tab character. |
42
|
| Line contains a tab character. |
43
|
| Line contains a tab character. |
44
|
| Expected an @return tag. |
45
|
| Line contains a tab character. |
45
|
| Method 'getHashAlg' is not designed for extension - needs to be abstract, final or empty. |
45
|
| Line contains a tab character. |
46
|
| Line contains a tab character. |
47
|
| Line has trailing spaces. |
49
|
| Line contains a tab character. |
49
|
| Line contains a tab character. |
50
|
| Line contains a tab character. |
51
|
| Line has trailing spaces. |
52
|
| Line contains a tab character. |
52
|
| Line contains a tab character. |
53
|
| Line contains a tab character. |
54
|
| Line contains a tab character. |
55
|
| Method 'prefixHash' is not designed for extension - needs to be abstract, final or empty. |
55
|
| Parameter doit should be final. |
55
|
| Line contains a tab character. |
56
|
| '=' is not preceded with whitespace. |
56
|
| '=' is not followed by whitespace. |
56
|
| Line contains a tab character. |
57
|
| Line contains a tab character. |
59
|
| Line contains a tab character. |
60
|
| Line contains a tab character. |
61
|
| Line contains a tab character. |
63
|
| Line contains a tab character. |
64
|
| Line contains a tab character. |
65
|
| Expected an @return tag. |
66
|
| Line contains a tab character. |
66
|
| Method 'checkPassword' is not designed for extension - needs to be abstract, final or empty. |
66
|
| Parameter pw should be final. |
66
|
| Expected @param tag for 'pw'. |
66
|
| Parameter hash should be final. |
66
|
| Expected @param tag for 'hash'. |
66
|
| Line contains a tab character. |
67
|
| '=' is not preceded with whitespace. |
67
|
| '=' is not followed by whitespace. |
67
|
| Line contains a tab character. |
69
|
| '=' is not preceded with whitespace. |
69
|
| '=' is not followed by whitespace. |
69
|
| Line contains a tab character. |
70
|
| '+' is not preceded with whitespace. |
70
|
| '+' is not followed by whitespace. |
70
|
| Line contains a tab character. |
71
|
| 'if' is not followed by whitespace. |
71
|
| Line contains a tab character. |
72
|
| Line contains a tab character. |
73
|
| '=' is not preceded with whitespace. |
73
|
| '=' is not followed by whitespace. |
73
|
| '+' is not preceded with whitespace. |
73
|
| '+' is not followed by whitespace. |
73
|
| Line contains a tab character. |
75
|
| '=' is not preceded with whitespace. |
75
|
| '=' is not followed by whitespace. |
75
|
| Line contains a tab character. |
76
|
| '=' is not preceded with whitespace. |
76
|
| '=' is not followed by whitespace. |
76
|
| Line contains a tab character. |
77
|
| '=' is not preceded with whitespace. |
77
|
| '=' is not followed by whitespace. |
77
|
| '-' is not preceded with whitespace. |
77
|
| '-' is not followed by whitespace. |
77
|
| Line contains a tab character. |
78
|
| Line contains a tab character. |
79
|
| '=' is not preceded with whitespace. |
79
|
| '=' is not followed by whitespace. |
79
|
| Line contains a tab character. |
81
|
| '=' is not preceded with whitespace. |
81
|
| '=' is not followed by whitespace. |
81
|
| Line contains a tab character. |
82
|
| Line is longer than 80 characters. |
83
|
| Line contains a tab character. |
83
|
| Line contains a tab character. |
84
|
| Line contains a tab character. |
86
|
| 'return' is not followed by whitespace. |
86
|
| Line contains a tab character. |
87
|
| Line contains a tab character. |
89
|
| Missing a Javadoc comment. |
89
|
| Parameter p should be final. |
89
|
| Line contains a tab character. |
90
|
| '=' is not preceded with whitespace. |
90
|
| '=' is not followed by whitespace. |
90
|
| Line contains a tab character. |
91
|
| 'if' is not followed by whitespace. |
91
|
| Line contains a tab character. |
92
|
| '=' is not preceded with whitespace. |
92
|
| '=' is not followed by whitespace. |
92
|
| Line contains a tab character. |
93
|
| Line contains a tab character. |
94
|
| 'return' is not followed by whitespace. |
94
|
| Line contains a tab character. |
95
|
| Line contains a tab character. |
97
|
| Line contains a tab character. |
98
|
| Line contains a tab character. |
99
|
| Line contains a tab character. |
100
|
| Line contains a tab character. |
101
|
| Expected an @return tag. |
102
|
| Line contains a tab character. |
102
|
| Method 'getHash' is not designed for extension - needs to be abstract, final or empty. |
102
|
| Parameter word should be final. |
102
|
| Expected @param tag for 'word'. |
102
|
| Parameter salt should be final. |
102
|
| Expected @param tag for 'salt'. |
102
|
| Array brackets at illegal position. |
102
|
| Line contains a tab character. |
103
|
| Line contains a tab character. |
104
|
| Line contains a tab character. |
105
|
| Line contains a tab character. |
106
|
| '=' is not preceded with whitespace. |
106
|
| '=' is not followed by whitespace. |
106
|
| Line contains a tab character. |
107
|
| Line contains a tab character. |
108
|
| Line contains a tab character. |
109
|
| 'return' is not followed by whitespace. |
109
|
| Line contains a tab character. |
110
|
| Line contains a tab character. |
112
|
| Missing a Javadoc comment. |
112
|
| Line contains a tab character. |
113
|
| '=' is not preceded with whitespace. |
113
|
| '=' is not followed by whitespace. |
113
|
| Line contains a tab character. |
114
|
| Line contains a tab character. |
115
|
| '=' is not preceded with whitespace. |
115
|
| '=' is not followed by whitespace. |
115
|
| Line contains a tab character. |
116
|
| 'catch' is not followed by whitespace. |
116
|
| Line is longer than 80 characters. |
117
|
| Line contains a tab character. |
117
|
| Line contains a tab character. |
118
|
| Line contains a tab character. |
119
|
| Line contains a tab character. |
120
|
| Line has trailing spaces. |
122
|
| Line contains a tab character. |
122
|
| Line contains a tab character. |
123
|
| Line has trailing spaces. |
124
|
| Line contains a tab character. |
124
|
| Line contains a tab character. |
125
|
| Line contains a tab character. |
126
|
| Line contains a tab character. |
127
|
| Line contains a tab character. |
128
|
| Method 'getSaltFreeHashBytes' is not designed for extension - needs to be abstract, final or empty. |
128
|
| Parameter s should be final. |
128
|
| Line contains a tab character. |
129
|
| Line contains a tab character. |
130
|
| Line contains a tab character. |
131
|
| '=' is not preceded with whitespace. |
131
|
| '=' is not followed by whitespace. |
131
|
| Line contains a tab character. |
132
|
| 'return' is not followed by whitespace. |
132
|
| Line contains a tab character. |
133
|
| Line contains a tab character. |
135
|
| Line contains a tab character. |
136
|
| Line contains a tab character. |
137
|
| Line contains a tab character. |
138
|
| Expected an @return tag. |
139
|
| Line contains a tab character. |
139
|
| Method 'getSaltFreeHash' is not designed for extension - needs to be abstract, final or empty. |
139
|
| Parameter s should be final. |
139
|
| Expected @param tag for 's'. |
139
|
| Line contains a tab character. |
140
|
| Line contains a tab character. |
141
|
| Line contains a tab character. |
142
|
| 'return' is not followed by whitespace. |
142
|
| Line contains a tab character. |
143
|
| Line contains a tab character. |
145
|
| Line contains a tab character. |
146
|
| Line contains a tab character. |
147
|
| Expected an @return tag. |
148
|
| Line contains a tab character. |
148
|
| Method 'getHash' is not designed for extension - needs to be abstract, final or empty. |
148
|
| Parameter word should be final. |
148
|
| Expected @param tag for 'word'. |
148
|
| Line contains a tab character. |
149
|
| Line contains a tab character. |
150
|
| '=' is not preceded with whitespace. |
150
|
| '=' is not followed by whitespace. |
150
|
| '8' is a magic number. |
150
|
| Line contains a tab character. |
151
|
| '=' is not preceded with whitespace. |
151
|
| '=' is not followed by whitespace. |
151
|
| Line contains a tab character. |
152
|
| Line contains a tab character. |
154
|
| 'return' is not followed by whitespace. |
154
|
| Line contains a tab character. |
156
|
| Line contains a tab character. |
158
|
| Missing a Javadoc comment. |
158
|
| Parameter a should be final. |
158
|
| Array brackets at illegal position. |
158
|
| Parameter b should be final. |
158
|
| Array brackets at illegal position. |
158
|
| Line contains a tab character. |
159
|
| '=' is not preceded with whitespace. |
159
|
| Line contains a tab character. |
160
|
| Line contains a tab character. |
161
|
| Line contains a tab character. |
162
|
| 'return' is not followed by whitespace. |
162
|
| Line contains a tab character. |
163
|
net/spy/util/DigestHex.java
| Error | Line |
| File does not end with a newline. |
0
|
net/spy/util/DigestHex.java
| Error | Line |
| Line does not match expected header line of 'Copyright (c) 1995-2007 Dustin Sallings <dustin@spy.net>'. |
1
|
| Line contains a tab character. |
16
|
| Missing a Javadoc comment. |
16
|
| '=' is not preceded with whitespace. |
16
|
| '=' is not followed by whitespace. |
16
|
| Line contains a tab character. |
18
|
| Missing a Javadoc comment. |
18
|
| Parameter alg should be final. |
18
|
| Line contains a tab character. |
19
|
| Line contains a tab character. |
20
|
| '=' is not preceded with whitespace. |
20
|
| '=' is not followed by whitespace. |
20
|
| Line contains a tab character. |
21
|
| Line contains a tab character. |
22
|
| Line contains a tab character. |
23
|
| Line contains a tab character. |
25
|
| Line contains a tab character. |
26
|
| Line contains a tab character. |
27
|
| Expected an @return tag. |
28
|
| Line contains a tab character. |
28
|
| Method 'getDigest' is not designed for extension - needs to be abstract, final or empty. |
28
|
| Line contains a tab character. |
29
|
| '=' is not preceded with whitespace. |
29
|
| '=' is not followed by whitespace. |
29
|
| Line contains a tab character. |
30
|
| Line contains a tab character. |
31
|
| '=' is not preceded with whitespace. |
31
|
| '=' is not followed by whitespace. |
31
|
| Line contains a tab character. |
32
|
| Line is longer than 80 characters. |
33
|
| Line contains a tab character. |
33
|
| Line contains a tab character. |
34
|
| Line contains a tab character. |
35
|
| Line contains a tab character. |
36
|
| Line contains a tab character. |
38
|
| Line contains a tab character. |
39
|
| Line has trailing spaces. |
40
|
| Line contains a tab character. |
40
|
| Line contains a tab character. |
41
|
| Line contains a tab character. |
42
|
| Line contains a tab character. |
43
|
| Line contains a tab character. |
44
|
| Method 'getHexDigest' is not designed for extension - needs to be abstract, final or empty. |
44
|
| Parameter in should be final. |
44
|
| Line contains a tab character. |
45
|
| '=' is not preceded with whitespace. |
45
|
| '=' is not followed by whitespace. |
45
|
| Line contains a tab character. |
46
|
| Line contains a tab character. |
47
|
| Line contains a tab character. |
48
|
net/spy/util/Enumeriterator.java
| Error | Line |
| Got an exception - expecting EOF, found 'this' |
0
|
net/spy/util/IdentityEqualifier.java
| Error | Line |
| Got an exception - unexpected char: '@' |
0
|
net/spy/util/Instantiator.java
| Error | Line |
| Got an exception - expecting EOF, found '}' |
0
|
net/spy/util/InterfaceImplementor.java
| Error | Line |
| Got an exception - expecting EOF, found 'if' |
0
|
net/spy/util/LoopingThread.java
| Error | Line |
| Got an exception - unexpected char: '@' |
0
|
net/spy/util/NetStringDecoder.java
| Error | Line |
| Line does not match expected header line of 'Copyright (c) 1995-2007 Dustin Sallings <dustin@spy.net>'. |
1
|
| Line contains a tab character. |
20
|
| Line contains a tab character. |
21
|
| Missing a Javadoc comment. |
21
|
| '=' is not preceded with whitespace. |
21
|
| '=' is not followed by whitespace. |
21
|
| Line contains a tab character. |
22
|
| Line contains a tab character. |
23
|
| Missing a Javadoc comment. |
23
|
| '=' is not preceded with whitespace. |
23
|
| '=' is not followed by whitespace. |
23
|
| Line contains a tab character. |
25
|
| Missing a Javadoc comment. |
25
|
| '=' is not preceded with whitespace. |
25
|
| '=' is not followed by whitespace. |
25
|
| Line contains a tab character. |
27
|
| Line contains a tab character. |
28
|
| Line contains a tab character. |
29
|
| Line contains a tab character. |
30
|
| Parameter enc should be final. |
30
|
| Expected @param tag for 'enc'. |
30
|
| Line contains a tab character. |
31
|
| Line contains a tab character. |
32
|
| '=' is not preceded with whitespace. |
32
|
| '=' is not followed by whitespace. |
32
|
| Line contains a tab character. |
33
|
| Line has trailing spaces. |
35
|
| Line contains a tab character. |
35
|
| Line contains a tab character. |
36
|
| Line has trailing spaces. |
37
|
| Line contains a tab character. |
37
|
| Line contains a tab character. |
38
|
| Line contains a tab character. |
39
|
| Line contains a tab character. |
40
|
| Line contains a tab character. |
41
|
| Line contains a tab character. |
42
|
| Line contains a tab character. |
43
|
| Method 'decodeString' is not designed for extension - needs to be abstract, final or empty. |
43
|
| Parameter is should be final. |
43
|
| Line contains a tab character. |
44
|
| '=' is not preceded with whitespace. |
44
|
| '=' is not followed by whitespace. |
44
|
| '10' is a magic number. |
44
|
| Line contains a tab character. |
45
|
| '=' is not preceded with whitespace. |
45
|
| '=' is not followed by whitespace. |
45
|
| Line contains a tab character. |
46
|
| 'while' is not followed by whitespace. |
46
|
| Line contains a tab character. |
47
|
| '=' is not preceded with whitespace. |
47
|
| '=' is not followed by whitespace. |
47
|
| Line contains a tab character. |
48
|
| 'if' is not followed by whitespace. |
48
|
| '==' is not preceded with whitespace. |
48
|
| '==' is not followed by whitespace. |
48
|
| Line is longer than 80 characters. |
49
|
| Line contains a tab character. |
49
|
| Line contains a tab character. |
50
|
| Line contains a tab character. |
51
|
| Line is longer than 80 characters. |
52
|
| Line contains a tab character. |
52
|
| 'if' is not followed by whitespace. |
52
|
| Line is longer than 80 characters. |
53
|
| Line contains a tab character. |
53
|
| Line contains a tab character. |
55
|
| '(' is followed by whitespace. |
55
|
| 'cast' is not followed by whitespace. |
55
|
| Line contains a tab character. |
56
|
| 'if' is not followed by whitespace. |
56
|
| Line contains a tab character. |
57
|
| Line is longer than 80 characters. |
58
|
| Line contains a tab character. |
58
|
| Line contains a tab character. |
59
|
| Line contains a tab character. |
60
|
| 'if' is not followed by whitespace. |
60
|
| Line contains a tab character. |
61
|
| Line contains a tab character. |
62
|
| Line is longer than 80 characters. |
63
|
| Line contains a tab character. |
63
|
| Line contains a tab character. |
64
|
| 'cast' is not followed by whitespace. |
64
|
| Line contains a tab character. |
65
|
| Line contains a tab character. |
66
|
| Line contains a tab character. |
68
|
| Line contains a tab character. |
69
|
| '=' is not preceded with whitespace. |
69
|
| '=' is not followed by whitespace. |
69
|
| Line contains a tab character. |
70
|
| 'if' is not followed by whitespace. |
70
|
| Line contains a tab character. |
71
|
| Line contains a tab character. |
72
|
| Line contains a tab character. |
74
|
| Line contains a tab character. |
75
|
| '=' is not preceded with whitespace. |
75
|
| '=' is not followed by whitespace. |
75
|
| Line contains a tab character. |
76
|
| '=' is not preceded with whitespace. |
76
|
| '=' is not followed by whitespace. |
76
|
| Line contains a tab character. |
77
|
| 'while' is not followed by whitespace. |
77
|
| Line contains a tab character. |
78
|
| '=' is not preceded with whitespace. |
78
|
| '=' is not followed by whitespace. |
78
|
| '-' is not preceded with whitespace. |
78
|
| '-' is not followed by whitespace. |
78
|
| Line contains a tab character. |
79
|
| 'if' is not followed by whitespace. |
79
|
| Line is longer than 80 characters. |
80
|
| Line contains a tab character. |
80
|
| Line contains a tab character. |
81
|
| Line contains a tab character. |
82
|
| '+=' is not preceded with whitespace. |
82
|
| '+=' is not followed by whitespace. |
82
|
| Line contains a tab character. |
83
|
| Line contains a tab character. |
84
|
| '=' is not preceded with whitespace. |
84
|
| '=' is not followed by whitespace. |
84
|
| Line contains a tab character. |
85
|
| 'if' is not followed by whitespace. |
85
|
| Line contains a tab character. |
86
|
| Line contains a tab character. |
87
|
| Line contains a tab character. |
89
|
| Line contains a tab character. |
90
|
| '=' is not preceded with whitespace. |
90
|
| '=' is not followed by whitespace. |
90
|
| Line contains a tab character. |
92
|
| 'return' is not followed by whitespace. |
92
|
| Line contains a tab character. |
93
|
net/spy/util/NetStringEncoder.java
| Error | Line |
| Line does not match expected header line of 'Copyright (c) 1995-2007 Dustin Sallings <dustin@spy.net>'. |
1
|
| Line contains a tab character. |
17
|
| Missing a Javadoc comment. |
17
|
| '=' is not preceded with whitespace. |
17
|
| '=' is not followed by whitespace. |
17
|
| Line contains a tab character. |
19
|
| Line contains a tab character. |
20
|
| Line contains a tab character. |
21
|
| Line contains a tab character. |
22
|
| Parameter enc should be final. |
22
|
| Expected @param tag for 'enc'. |
22
|
| Line contains a tab character. |
23
|
| Line contains a tab character. |
24
|
| '=' is not preceded with whitespace. |
24
|
| '=' is not followed by whitespace. |
24
|
| Line contains a tab character. |
25
|
| Line has trailing spaces. |
27
|
| Line contains a tab character. |
27
|
| Line contains a tab character. |
28
|
| Line has trailing spaces. |
29
|
| Line contains a tab character. |
29
|
| Line contains a tab character. |
30
|
| Line contains a tab character. |
31
|
| Line contains a tab character. |
32
|
| Line contains a tab character. |
33
|
| Line contains a tab character. |
34
|
| Parameter s should be final. |
34
|
| Parameter os should be final. |
34
|
| Line contains a tab character. |
35
|
| Line contains a tab character. |
37
|
| 'if' is not followed by whitespace. |
37
|
| '==' is not preceded with whitespace. |
37
|
| '==' is not followed by whitespace. |
37
|
| Line is longer than 80 characters. |
38
|
| Line contains a tab character. |
38
|
| Line contains a tab character. |
39
|
| Line contains a tab character. |
41
|
| Line contains a tab character. |
42
|
| Line contains a tab character. |
43
|
| Line contains a tab character. |
44
|
| Line contains a tab character. |
45
|
| Line contains a tab character. |
46
|
| Line contains a tab character. |
47
|
| Line contains a tab character. |
48
|
| Line contains a tab character. |
49
|
net/spy/util/NoPathException.java
| Error | Line |
| Got an exception - expecting EOF, found '}' |
0
|
net/spy/util/ObjectDump.java
| Error | Line |
| Got an exception - expecting EOF, found 'for' |
0
|
net/spy/util/ProgressStats.java
| Error | Line |
| Got an exception - unexpected char: '@' |
0
|
net/spy/util/Promise.java
| Error | Line |
| Got an exception - expecting EOF, found '}' |
0
|
net/spy/util/ProxyInterfaceImplementor.java
| Error | Line |
| Got an exception - expecting EOF, found '}' |
0
|
net/spy/util/PwGen.java
| Error | Line |
| Line does not match expected header line of 'Copyright (c) 1995-2007 Dustin Sallings <dustin@spy.net>'. |
1
|
| Line contains a tab character. |
14
|
| Line contains a tab character. |
15
|
| Line contains a tab character. |
16
|
| Line contains a tab character. |
17
|
| '=' is not preceded with whitespace. |
17
|
| '=' is not followed by whitespace. |
17
|
| Line contains a tab character. |
18
|
| Line contains a tab character. |
19
|
| Line contains a tab character. |
20
|
| Line contains a tab character. |
21
|
| Line contains a tab character. |
23
|
| Line contains a tab character. |
24
|
| Line contains a tab character. |
25
|
| Line contains a tab character. |
26
|
| '=' is not preceded with whitespace. |
26
|
| '=' is not followed by whitespace. |
26
|
| Line contains a tab character. |
27
|
| Line contains a tab character. |
28
|
| Line contains a tab character. |
29
|
| Line contains a tab character. |
30
|
| Line contains a tab character. |
32
|
| Line contains a tab character. |
33
|
| Line contains a tab character. |
34
|
| Line contains a tab character. |
35
|
| '=' is not preceded with whitespace. |
35
|
| '=' is not followed by whitespace. |
35
|
| Line contains a tab character. |
36
|
| Line contains a tab character. |
37
|
| Line contains a tab character. |
38
|
| Line contains a tab character. |
39
|
| Line contains a tab character. |
40
|
| Line contains a tab character. |
41
|
| Line contains a tab character. |
43
|
| Line contains a tab character. |
44
|
| Line contains a tab character. |
45
|
| Expected an @return tag. |
46
|
| Line contains a tab character. |
46
|
| Parameter length should be final. |
46
|
| Expected @param tag for 'length'. |
46
|
| Line contains a tab character. |
47
|
| 'return' is not followed by whitespace. |
47
|
| Line contains a tab character. |
48
|
| Line contains a tab character. |
50
|
| Line contains a tab character. |
51
|
| Line contains a tab character. |
52
|
| Expected an @return tag. |
53
|
| Line contains a tab character. |
53
|
| Parameter length should be final. |
53
|
| Expected @param tag for 'length'. |
53
|
| Parameter charset should be final. |
53
|
| Expected @param tag for 'charset'. |
53
|
| Line contains a tab character. |
54
|
| '=' is not preceded with whitespace. |
54
|
| '=' is not followed by whitespace. |
54
|
| Line contains a tab character. |
55
|
| '=' is not preceded with whitespace. |
55
|
| '=' is not followed by whitespace. |
55
|
| Line contains a tab character. |
56
|
| 'for' is not followed by whitespace. |
56
|
| '=' is not preceded with whitespace. |
56
|
| '=' is not followed by whitespace. |
56
|
| '<' is not preceded with whitespace. |
56
|
| '<' is not followed by whitespace. |
56
|
| Line contains a tab character. |
57
|
| Line contains a tab character. |
58
|
| Line contains a tab character. |
59
|
| Line contains a tab character. |
60
|
| 'return' is not followed by whitespace. |
60
|
| Line contains a tab character. |
61
|
net/spy/util/Range.java
| Error | Line |
| Got an exception - expecting EOF, found 'low' |
0
|
net/spy/util/ReferenceSet.java
| Error | Line |
| Got an exception - expecting EOF, found 'contents' |
0
|
net/spy/util/RingBuffer.java
| Error | Line |
| Got an exception - expecting EOF, found 'int' |
0
|
net/spy/util/RunnableRunner.java
| Error | Line |
| Missing a header - not enough lines in file. |
1
|
| Line has trailing spaces. |
12
|
| Line contains a tab character. |
12
|
| Line contains a tab character. |
13
|
| Line contains a tab character. |
14
|
| Line contains a tab character. |
15
|
| Expected @param tag for 'r'. |
15
|
net/spy/util/SPGen.java
| Error | Line |
| Got an exception - expecting EOF, found 'List' |
0
|
net/spy/util/SPNode.java
| Error | Line |
| Got an exception - expecting EOF, found 'Map' |
0
|
net/spy/util/SPVertex.java
| Error | Line |
| Got an exception - expecting EOF, found 'if' |
0
|
net/spy/util/ShortestPath.java
| Error | Line |
| Got an exception - expecting EOF, found 'if' |
0
|
net/spy/util/ShortestPathFinder.java
| Error | Line |
| Got an exception - expecting EOF, found '}' |
0
|
net/spy/util/SoftHashSet.java
| Error | Line |
| Got an exception - expecting EOF, found '}' |
0
|
net/spy/util/SpyConfig.java
| Error | Line |
| Got an exception - expecting EOF, found 'confInit' |
0
|
net/spy/util/SpyToker.java
| Error | Line |
| Got an exception - expecting EOF, found 'int' |
0
|
net/spy/util/SpyUtil.java
| Error | Line |
| Got an exception - expecting EOF, found '}' |
0
|
net/spy/util/TTL.java
| Error | Line |
| Got an exception - unexpected char: '@' |
0
|
net/spy/util/TTLMonitor.java
| Error | Line |
| Line does not match expected header line of 'Copyright (c) 1995-2007 Dustin Sallings <dustin@spy.net>'. |
1
|
| Line contains a tab character. |
18
|
| Missing a Javadoc comment. |
18
|
| '=' is not preceded with whitespace. |
18
|
| '=' is not followed by whitespace. |
18
|
| Line contains a tab character. |
20
|
| Missing a Javadoc comment. |
20
|
| '=' is not preceded with whitespace. |
20
|
| '=' is not followed by whitespace. |
20
|
| Line contains a tab character. |
22
|
| Line contains a tab character. |
23
|
| Line contains a tab character. |
24
|
| Line contains a tab character. |
25
|
| Line contains a tab character. |
26
|
| Line contains a tab character. |
27
|
| Line contains a tab character. |
28
|
| '=' is not preceded with whitespace. |
28
|
| '=' is not followed by whitespace. |
28
|
| Line contains a tab character. |
29
|
| Line has trailing spaces. |
31
|
| Line contains a tab character. |
31
|
| Line contains a tab character. |
32
|
| Line contains a tab character. |
33
|
| Line contains a tab character. |
34
|
| Line contains a tab character. |
35
|
| Line contains a tab character. |
36
|
| '=' is not preceded with whitespace. |
36
|
| '=' is not followed by whitespace. |
36
|
| Line contains a tab character. |
37
|
| Line has trailing spaces. |
39
|
| Line contains a tab character. |
39
|
| Line contains a tab character. |
40
|
| Line has trailing spaces. |
41
|
| Line contains a tab character. |
41
|
| Line contains a tab character. |
42
|
| Line contains a tab character. |
43
|
| Line contains a tab character. |
44
|
| Line contains a tab character. |
45
|
| 'if' is not followed by whitespace. |
45
|
| '==' is not preceded with whitespace. |
45
|
| '==' is not followed by whitespace. |
45
|
| Line contains a tab character. |
46
|
| '=' is not preceded with whitespace. |
46
|
| '=' is not followed by whitespace. |
46
|
| Line contains a tab character. |
47
|
| Line contains a tab character. |
48
|
| 'return' is not followed by whitespace. |
48
|
| Line contains a tab character. |
49
|
| Line contains a tab character. |
51
|
| Line contains a tab character. |
52
|
| Line contains a tab character. |
53
|
| Line contains a tab character. |
54
|
| Parameter ttl should be final. |
54
|
| Expected @param tag for 'ttl'. |
54
|
| Line is longer than 80 characters. |
55
|
| Line contains a tab character. |
55
|
| Line contains a tab character. |
56
|
net/spy/util/TimeSpan.java
| Error | Line |
| Got an exception - unexpected char: '@' |
0
|
net/spy/util/TimeStampedHashMap.java
| Error | Line |
| Got an exception - expecting EOF, found 'long' |
0
|
net/spy/util/ToStringComparator.java
| Error | Line |
| Got an exception - expecting EOF, found '}' |
0
|
net/spy/util/TypeNameGen.java
| Error | Line |
| Line does not match expected header line of 'Copyright (c) 1995-2007 Dustin Sallings <dustin@spy.net>'. |
1
|
| Line contains a tab character. |
18
|
| Line contains a tab character. |
19
|
| Line contains a tab character. |
20
|
| Line contains a tab character. |
21
|
| Line contains a tab character. |
22
|
| Line contains a tab character. |
23
|
| Line has trailing spaces. |
25
|
| Line contains a tab character. |
25
|
| Line contains a tab character. |
26
|
| Line has trailing spaces. |
27
|
| Line contains a tab character. |
27
|
| Line contains a tab character. |
28
|
| Line contains a tab character. |
29
|
| Line contains a tab character. |
30
|
| Line contains a tab character. |
31
|
| Method 'writeTo' is not designed for extension - needs to be abstract, final or empty. |
31
|
| Parameter ps should be final. |
31
|
| Line contains a tab character. |
32
|
| Line contains a tab character. |
33
|
| Line contains a tab character. |
34
|
| Line contains a tab character. |
35
|
| Line contains a tab character. |
36
|
| Line contains a tab character. |
37
|
| Line contains a tab character. |
39
|
| Line contains a tab character. |
40
|
| Line is longer than 80 characters. |
41
|
| Line contains a tab character. |
41
|
| Line contains a tab character. |
42
|
| Line is longer than 80 characters. |
43
|
| Line contains a tab character. |
43
|
| Line contains a tab character. |
44
|
| Line contains a tab character. |
45
|
| Line contains a tab character. |
47
|
| Line contains a tab character. |
48
|
| '=' is not preceded with whitespace. |
48
|
| '=' is not followed by whitespace. |
48
|
| Line contains a tab character. |
49
|
| 'for' is not followed by whitespace. |
49
|
| '=' is not preceded with whitespace. |
49
|
| '=' is not followed by whitespace. |
49
|
| '<' is not preceded with whitespace. |
49
|
| '<' is not followed by whitespace. |
49
|
| Line is longer than 80 characters. |
50
|
| Line contains a tab character. |
50
|
| Line is longer than 80 characters. |
51
|
| Line contains a tab character. |
51
|
| Line contains a tab character. |
52
|
| Line contains a tab character. |
53
|
| Line contains a tab character. |
55
|
| Line contains a tab character. |
56
|
| Line contains a tab character. |
57
|
| Line contains a tab character. |
58
|
| Line contains a tab character. |
59
|
| Line contains a tab character. |
61
|
| Line contains a tab character. |
62
|
| Line has trailing spaces. |
64
|
| Line contains a tab character. |
64
|
| Line contains a tab character. |
65
|
| Line has trailing spaces. |
66
|
| Line contains a tab character. |
66
|
| Line contains a tab character. |
67
|
| Line contains a tab character. |
68
|
| Line contains a tab character. |
69
|
| Line contains a tab character. |
70
|
| Parameter args should be final. |
70
|
| Array brackets at illegal position. |
70
|
| Line contains a tab character. |
71
|
| '=' is not preceded with whitespace. |
71
|
| '=' is not followed by whitespace. |
71
|
| Line contains a tab character. |
72
|
| '=' is not preceded with whitespace. |
72
|
| '=' is not followed by whitespace. |
72
|
| Line contains a tab character. |
73
|
| '=' is not preceded with whitespace. |
73
|
| '=' is not followed by whitespace. |
73
|
| Line contains a tab character. |
75
|
| Line contains a tab character. |
77
|
| Line contains a tab character. |
78
|
| Line contains a tab character. |
79
|
net/spy/util/WeakHashSet.java
| Error | Line |
| Got an exception - expecting EOF, found 'map' |
0
|