Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: USELESS-CODE-TRACKER-1.0
-
Component/s: Useless Code Tracker
-
Labels:None
-
Number of attachments :
Description
Hello,
Useless code is also hidden in:
- Empty blocks inside switch/try/catch/finally/if/for/while statements (PMD)
- if(s) with a condition that can never be true (PMD?)
- unused local variables, parameters and private methods (PMD)
- etc.
There are surely more than that. Please consider this as a non exhaustive list of ideas.
Thanks,
Jean-Noel