typetools / typetools/checker-framework
overlap between checker.jar and checker-qual.jar
Open
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 1.1k
- Forks
- 440
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 134
Description
checker-qual.jar contains some classes that aren't annotations and that also appear in checker.jar. Could these be omitted to avoid overlap between the two jars?
org/checkerframework/framework/util/PurityUnqualified.class
org/checkerframework/checker/i18nformatter/I18nFormatUtil.class
org/checkerframework/checker/i18nformatter/I18nFormatUtil$MessageFormatParser.class
org/checkerframework/checker/i18nformatter/I18nFormatUtil$I18nConversion.class
org/checkerframework/checker/signedness/SignednessUtil.class
org/checkerframework/checker/formatter/FormatUtil$IllegalFormatConversionCategoryException.class
org/checkerframework/checker/formatter/FormatUtil.class
org/checkerframework/checker/formatter/FormatUtil$ExcessiveOrMissingFormatArgumentException.class
org/checkerframework/checker/formatter/FormatUtil$Conversion.class
org/checkerframework/checker/nullness/NullnessUtil.class
org/checkerframework/checker/nullness/Opt.class
org/checkerframework/checker/units/UnitsTools.class
org/checkerframework/checker/regex/RegexUtil$CheckedPatternSyntaxException.class
org/checkerframework/checker/regex/RegexUtil.class
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 how checker.jar and checker-qual.jar are assembled, then compare their contents against the class list in the issue. Done means the non-annotation classes listed here no longer overlap between the two jars, while the needed annotation classes remain available.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100