You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found (for now) two rules that are not detected with plugin locally in Intellij but our sonarqube instance detected. Those are SPP_EQUALS_ON_ENUM and CLI_CONSTANT_LIST_INDEX.
Can someone check this, to mee it looks like that additional plugin rules are not detected at all.
The text was updated successfully, but these errors were encountered:
cvetan
changed the title
SPP_EQUALS_ON_ENUM from fb-contrib not detected by plugin
Rules from fb-contrib not detected by plugin, but are detected in sonarqube
Feb 21, 2024
I’ve managed to reproduce all three fb-contrib rules you mentioned using the IntelliJ SpotBugs plugin. Below are the screenshots demonstrating the issues:
1. SPP_EQUALS_ON_ENUM Rule
2. CLI_CONSTANT_LIST_INDEX Rule
3. LEST_LOST_EXCEPTION_STACK_TRACE Rule
Please ensure that the fb-contrib plugin has been added in the IntelliJ SpotBugs plugin settings. Additionally, check the Report, Filter, and Detector tabs in the IntelliJ SpotBugs plugin settings. The screenshot below shows the relevant settings:
I found (for now) two rules that are not detected with plugin locally in Intellij but our sonarqube instance detected. Those are
SPP_EQUALS_ON_ENUM
andCLI_CONSTANT_LIST_INDEX
.Can someone check this, to mee it looks like that additional plugin rules are not detected at all.
The text was updated successfully, but these errors were encountered: