Sonarqube shows Codesmell count but not showing the issue

In the sonarqube for a project it shows we have 2 code smells but i tried to open the code smells it shows 0.
When tried to debug codesmells its not showing the description it used to show before.

Screenshot 1:

Screenshot 2:
image

Hi,

Could we have a larger screenshot of all the filers on the Issues page?

 
Ann

Hi,

What happens when you click on “Clear All Filters”? Do you only have the one filter in use?

If so, this could be a corrupt Elasticsearch index. You would need to

  • stop the server
  • delete $SONARQUBE-HOME/data/es7
  • restart

 
Ann