Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
Description
1. Static analysis ran to spot places to be changed
IDEA code inspection - Declaration redundancy - Unused declaration
2. Short summary of the problem spotted by the static analysis tool
Unused stuff is dead code, dead code besides that it is not used can be harmful, if someone starts to use it, but because it was not used it might not have been updated either along with similar functionality, so it is better to get rid of it.
Attachments
Issue Links
- is duplicated by
-
HDDS-10606 Clean-up of un-used code
- Resolved