Skip to content

Resolves: #1414 Missing hashCode on Sketch#1483

Open
FranciscoJ26 wants to merge 1 commit intoprocessing:mainfrom
FranciscoJ26:override-hashCode-1414
Open

Resolves: #1414 Missing hashCode on Sketch#1483
FranciscoJ26 wants to merge 1 commit intoprocessing:mainfrom
FranciscoJ26:override-hashCode-1414

Conversation

@FranciscoJ26
Copy link

Resolves #1414

Changes: Implemented an override method for hashCode() on line 1934 in Sketch.java that returns the hash of mainPath. This ensures that two equal Sketch objects will produce the same hash code.

Tests: Wrote tests, but did not include them as they're currently broken.

Checklist: Ensure tests pass (N/A) and the branch is up to date

@FranciscoJ26 FranciscoJ26 changed the title Resolves: #[1414] Missing hashCode on Sketch Resolves: #1414 Missing hashCode on Sketch Mar 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Missing hashCode on Sketch

1 participant