typetools / typetools/checker-framework
Use the context object and a new object model
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 1.1k
- Forks
- 440
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 134
Description
The context object will make it easier to decouple the annotation processor from the type system (for example, by making the ProcessingEnvironment available) . We can also think about a new object model for the Checker Framework so that initialization and wiring is not so tricky.
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 tracing how the annotation processor, type system, ProcessingEnvironment, initialization, and wiring currently interact. The issue provides no file or test entry point; done would require an agreed context object and a new object model that decouple these components and simplify initialization.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- compilers
- Issue type
- Refactor
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100