Rule |
Violation |
Priority |
Line |
ReturnEmptyCollectionRatherThanNull |
Return an empty collection rather than null. |
1 |
456 |
AvoidLiteralsInIfCondition |
Avoid using Literals in Conditional Statements |
3 |
693 |
CloseResource |
Ensure that resources like this ItemInputStream object are closed after use |
3 |
811 |
CloseResource |
Ensure that resources like this ItemInputStream object are closed after use |
3 |
812 |
CloseResource |
Ensure that resources like this InputStream object are closed after use |
3 |
1001 |
NullAssignment |
Assigning an Object to null is a code smell. Consider refactoring. |
3 |
1062 |
NullAssignment |
Assigning an Object to null is a code smell. Consider refactoring. |
3 |
1079 |