blob: 89b384efd9c4e0cd15e73e704aaa3c2f76b58a01 [file] [log] [blame]
Eclipse Warnings:
Code style
Non-static access to static member
Method with a constructor Name
Potential programming problems
Assignment as no effect: Error
Possible accidental boolean assignment:Error
‘finally’ does not complete normally
Using a char array in string concatenation
Hidden catch block
Name shadowing and conflicts
Field declaration hides another field or variable
Type parameter hides another type
Interface methods conflicts with protected Object method
Depreciated and restricted API
Forbidden reference:Error
Unnecessary code
Local variable is never read
Unused import
Unnecessary cast of ‘instanceof’ operation
Unused break/continue label