Harry
Harry

Reputation: 505

Private method 'method' is never used sonar-false violation by sonar

I have sonar enabled for my code base. There was a violation Private method 'method' is never used. I have remove the method from code base but violation is still getting displayed. I go inside the file from sonar and it does not display the line. I am not sure why this is happening. I searched for this method in my entire work space still it is not present. Any idea why this is not getting resolved.

Upvotes: 0

Views: 911

Answers (1)

agabrys
agabrys

Reputation: 9126

Probably you have a zombie issue. Please add any comment to the issue in the SonarQube - this will refresh the issue state.

Upvotes: 1

Related Questions