typetools / typetools/checker-framework
Fix receiver override checks for generic parameters of receivers
Open
@csgordon is already working on this.
Since Nov 28, 2017.
- Dominant language
- Java
- Stars
- 1.1k
- Forks
- 440
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 134
Description
As mentioned in the discussion for #1624, the current implementation of BaseTypeVisitor.OverrideChecker.checkReceiverOverride doesn't check the generic parameters of the receiver as it should (and as a result, the similar check in the GuiEffectChecker doesn't either)
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.
Assessment
This issue has not been assessed yet.