Addition to false-positive rule for S3749

Hello Sonar Team,
is it possible to add the shortcut annotations @SessionScope, @RequestScope … to the rule java:s3749?
There was a ticket, that flags the @Scope(....) annotated classes as false-postive. But the above mentioned Annotations are still triggering the issue.
https://sonarsource.atlassian.net/browse/SONARJAVA-3394

Thank you!

1 Like

Hi Tobias, thanks for the report!
Indeed it makes sense that the two specialized annotations have the same effect on this rule.
I created a ticket to improve this.