PMD Results
The following document contains the results of PMD 4.2.5.
Files
net/sourceforge/queried/Demo.java
Violation | Line |
---|
Do not hard code IPv4 or IPv6 addresses, even 127.0.0.1 ! | 14 |
net/sourceforge/queried/gametypes/BF1942ServerInfo.java
Violation | Line |
---|
Method call on object which may be null | 41 - 55 |
Avoid unused local variables such as 'playerCount'. | 43 |
net/sourceforge/queried/gametypes/BF2142ServerInfo.java
Violation | Line |
---|
Avoid empty catch blocks | 68 - 70 |
Avoid empty catch blocks | 70 - 72 |
Avoid empty catch blocks | 72 - 74 |
net/sourceforge/queried/gametypes/BF2ServerInfo.java
Violation | Line |
---|
Avoid empty catch blocks | 68 - 70 |
Avoid empty catch blocks | 70 - 72 |
Avoid empty catch blocks | 72 - 74 |
net/sourceforge/queried/gametypes/D3ServerInfo.java
Violation | Line |
---|
Method call on object which may be null | 50 - 68 |
Avoid unused local variables such as 'chr'. | 54 |
Avoid unused local variables such as 'plyr'. | 57 |
net/sourceforge/queried/gametypes/ETServerInfo.java
Violation | Line |
---|
Method call on object which may be null | 50 - 70 |
Avoid unused local variables such as 'playerCount'. | 54 |
net/sourceforge/queried/gametypes/NEXServerInfo.java
Violation | Line |
---|
Method call on object which may be null | 54 - 69 |
net/sourceforge/queried/gametypes/SOF2Q3ServerInfo.java
Violation | Line |
---|
Method call on object which may be null | 50 - 66 |
Avoid unused local variables such as 'playerCount'. | 52 |
net/sourceforge/queried/gametypes/SourceServerInfo.java
Violation | Line |
---|
Avoid unused imports such as 'java.io.FileOutputStream' | 3 |
Avoid unused imports such as 'java.io.IOException' | 4 |
net/sourceforge/queried/gametypes/UT2ServerInfo.java
Violation | Line |
---|
Avoid empty catch blocks | 139 - 141 |
net/sourceforge/queried/gametypes/UTServerInfo.java
Violation | Line |
---|
An empty statement (semicolon) not part of a loop | 19 |
Method call on object which may be null | 43 - 55 |
Avoid unused local variables such as 'playerCount'. | 45 |
net/sourceforge/queried/ServerInfo.java
Violation | Line |
---|
Avoid unused private fields such as 'pbEnabled'. | 21 |