processing / processing/processing4
request to remove org.jetbrains.annotations.NotNull as a processing dependency
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 494
- Forks
- 183
- Avg merge
- 4h 39m
- Merged PRs (30d)
- 3
Description
Inside Base.java there is import org.jetbrains.annotations.NotNull;.
The @NotNull is used only once.
I don't know it this made it into the processing source by accident but I think having this is another dependency is not worth it. Specially since it doesn't really add anything that can't be done with vanilla java in a few lines of code.
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 in Base.java by inspecting the org.jetbrains.annotations.NotNull import and its single use, then locate the corresponding dependency configuration. Remove the processing dependency and verify that the project still builds without the annotation; done means no source or build dependency on it remains.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- build-system
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100