Hello,
We have a framework, home made one, that makes dependencies injection using annotations and it generates false positive with S2259 java rule as for the framework it is manadatory to declare field as final and initialize with null.
Is there a way to add a check for field annotation in S2259 rule in order to remove those false positive issues.
I’m new with sonarqube, there is perhaps another way to process. Perhaps is there similar questions with spring framework already solved.
Regards