processing / processing/processing4
Missing hashCode on Sketch
Open
@FranciscoJ26 is already working on this.
Since Feb 11, 2026.
Reserved: EC
- Dominant language
- Java
- Stars
- 494
- Forks
- 183
- Avg merge
- 4h 39m
- Merged PRs (30d)
- 3
Description
[[Reserved for Mark Sherman's Class]]
In Sketch.java we override equals(), but not hashCode(). This can lead to some silent errors.
See: https://www.baeldung.com/java-equals-hashcode-contracts
Please implement hashCode()
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.