Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a build tool which does nullability checks #7

Closed
felixbarny opened this issue Mar 8, 2018 · 1 comment
Closed

Add a build tool which does nullability checks #7

felixbarny opened this issue Mar 8, 2018 · 1 comment
Milestone

Comments

@felixbarny
Copy link
Member

Other code quality tools might also be interesting, but I had bad experiences with most of them in terms of an overwhelming amount of false-positives.

@alvarolobato
Copy link
Contributor

Findbugs usually works well, the problem is they have deprecated it in favor of JSR-305 which is not published and in status dormant. Not being published affects the licensing in some situations for non OSS software. I've seen many OSS projects use it, it should be fine.

felixbarny added a commit to felixbarny/apm-agent-java that referenced this issue Mar 14, 2018
(closes elastic#7)

Signed-off-by: Felix Barnsteiner <felix.barnsteiner@elastic.co>
@felixbarny felixbarny added this to the Alpha milestone Mar 21, 2018
eyalkoren added a commit to eyalkoren/apm-agent-java that referenced this issue Dec 6, 2018
eyalkoren added a commit to eyalkoren/apm-agent-java that referenced this issue Dec 10, 2018
eyalkoren added a commit to eyalkoren/apm-agent-java that referenced this issue Dec 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants