maplibre / maplibre/maplibre-java
Integrate with Error Prone
Open
Nobody has claimed this yet.
good first issue
- Dominant language
- Java
- Stars
- 21
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
Integrate build process with https://github.com/google/error-prone. The original library came with this to ensure static compilation checks. But I had to remove it in #4 because it was breaking builds due to Java version compatibility.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting the repository's build configuration and the changes in issue #4, then review the Error Prone integration requirements. Determine which Java versions the project supports and verify the build with Error Prone enabled. Done means static compilation checks run without breaking supported builds.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100