[
https://issues.apache.org/jira/browse/JCR-4301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16487427#comment-16487427
]
Konrad Windszus edited comment on JCR-4301 at 5/23/18 3:15 PM:
---------------------------------------------------------------
At least the SonarQube support for null annotations seems very broad now. For
further details check
https://github.com/SonarSource/sonar-java/blob/b4b5419753a2e635bfc53b65bc70e200786c6092/java-frontend/src/main/java/org/sonar/java/se/NullableAnnotationUtils.java#L38.
For spotbugs check
https://github.com/spotbugs/spotbugs/blob/release-3.1/spotbugs/src/main/java/edu/umd/cs/findbugs/ba/NullnessAnnotation.java#L35.
was (Author: kwin):
At least the SonarQube support for null annotations seems very broad now. For
further details check
https://github.com/SonarSource/sonar-java/blob/b4b5419753a2e635bfc53b65bc70e200786c6092/java-frontend/src/main/java/org/sonar/java/se/NullableAnnotationUtils.java#L38.
> get rid of JSR 305 dependency
> -----------------------------
>
> Key: JCR-4301
> URL: https://issues.apache.org/jira/browse/JCR-4301
> Project: Jackrabbit Content Repository
> Issue Type: Task
> Components: jackrabbit-api
> Reporter: Julian Reschke
> Assignee: Julian Reschke
> Priority: Major
> Attachments: JCR-4301-2.diff, JCR-4301.diff, JCR-4301.diff
>
>
> We should consider getting rid of the JSR 305 dependency (see
> <https://blog.codefx.org/java/jsr-305-java-9/>). Note that we only used the
> annotations in a few recently changed APIs.
> Further note that we could use spotbugs as replacement for findbugs to detect
> problems.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)