| Feb 22, 2015 6:39 PM |
System |
Activated |
The members of an interface declaration or class should appear in a pre-defined order |
Severity set to MINOR
|
| Feb 22, 2015 6:39 PM |
System |
Activated |
"public static" fields should be constant |
Severity set to MAJOR
|
| Feb 22, 2015 6:39 PM |
System |
Activated |
Generic wildcard types should not be used in return parameters |
Severity set to MAJOR
|
| Feb 22, 2015 6:39 PM |
System |
Activated |
Unused local variables should be removed |
Severity set to MAJOR
|
| Feb 22, 2015 6:39 PM |
System |
Activated |
Unused "private" fields should be removed |
Severity set to MAJOR
|
| Feb 22, 2015 6:39 PM |
System |
Activated |
"StringBuilder" and "StringBuffer" should not be instantiated with a character |
Severity set to MAJOR
|
| Feb 22, 2015 6:39 PM |
System |
Activated |
Collections.emptyList(), emptyMap() and emptySet() should be used instead of Collections.EMPTY_LIST, EMPTY_MAP and EMPTY_SET |
Severity set to MAJOR
|
| Feb 22, 2015 6:39 PM |
System |
Activated |
Unused "private" methods should be removed |
Severity set to MAJOR
|
| Feb 22, 2015 6:39 PM |
System |
Activated |
Throws declarations should not be superfluous |
Severity set to MINOR
|
| Feb 22, 2015 6:39 PM |
System |
Activated |
Public methods should throw at most one checked exception |
Severity set to MAJOR
|
| Feb 22, 2015 6:39 PM |
System |
Activated |
Thread.run() should not be called directly |
Severity set to CRITICAL
|
| Feb 22, 2015 6:39 PM |
System |
Activated |
Related "if/else if" statements should not have the same condition |
Severity set to CRITICAL
|
| Feb 22, 2015 6:39 PM |
System |
Activated |
Local Variables should not be declared and then immediately returned or thrown |
Severity set to MINOR
|
| Feb 22, 2015 6:39 PM |
System |
Activated |
Lamdbas containing only one statement should not nest this statement in a block |
Severity set to MAJOR
|
| Feb 22, 2015 6:39 PM |
System |
Activated |
Parentheses should be removed from a single lambda input parameter when its type is inferred |
Severity set to MINOR
|
| Feb 22, 2015 6:39 PM |
System |
Activated |
A field should not duplicate the name of its containing class |
Severity set to MAJOR
|
| Feb 22, 2015 6:39 PM |
System |
Activated |
Unused method parameters should be removed |
Severity set to MAJOR
|
| Feb 22, 2015 6:39 PM |
System |
Activated |
Magic numbers should not be used |
Severity set to MINOR
|
| Feb 22, 2015 6:39 PM |
System |
Activated |
The Array.equals(Object obj) method should not be used |
Severity set to CRITICAL
|
| Feb 22, 2015 6:39 PM |
System |
Activated |
Package declaration should match source file directory |
Severity set to MAJOR
|