Add findbugs support, esp for @Nullable / @NonNull annotation
- Dominant language
- Java
- Stars
- 3.1k
- Forks
- 1.6k
- Avg merge
- 3d 12h
- Merged PRs (30d)
- 33
Description
It'd be really great to have our CI run findbugs. This should document how to fail the build if there are any warnings or errors, but not turn it on yet (though it should still run with CI so we can reference it).
It would be great to have the build enforce using Preconditions and null checks, among other benefits of static analysis
**Reporter**: [Jonathan Coveney](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=jcoveney) / @jcoveney
**Note**: *This issue was originally created as [PARQUET-60](https://issues.apache.org/jira/browse/PARQUET-60). Please see the [migration documentation](https://issues.apache.org/jira/browse/PARQUET-2502) for further details.*
Contributor guide
No contributing guide indexed for this repository
Research direction
The issue names no files or tests; start by locating the repository's CI and build configuration, then identify where FindBugs support and its documentation belong. Done means CI runs FindBugs for reference without failing the build, and the documentation explains how warnings or errors could later be enforced.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- ci-cd, tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100