[ 
https://issues.apache.org/jira/browse/HDDS-10247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

István Fajth updated HDDS-10247:
--------------------------------
    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.

  was:
1. Static analysis ran to spot places needs to be changed
IDEA code inspection - Declaration redundancy - Unused declaration

2. Short summary of the problem that is 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.


> Remove unused, dead code
> ------------------------
>
>                 Key: HDDS-10247
>                 URL: https://issues.apache.org/jira/browse/HDDS-10247
>             Project: Apache Ozone
>          Issue Type: Improvement
>            Reporter: István Fajth
>            Assignee: István Fajth
>            Priority: Major
>
> 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.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to