Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(ArchitectureEnforcer): replace treeSet with hashset #3661

Merged
merged 1 commit into from
Oct 24, 2020

Conversation

MartinWitt
Copy link
Collaborator

A few lines above the code states:
// contract: Spoon's code never uses TreeSet constructor, because they implicitly depend on Comparable (no static check, only dynamic checks)
So lets fulfil the contract. Simply TreeSet -> HashSet. Shouldn't change anything.

@MartinWitt MartinWitt changed the title WIP: refactor(ArchitectureEnforcer): replace treeSet with hashset Review: refactor(ArchitectureEnforcer): replace treeSet with hashset Oct 22, 2020
@monperrus
Copy link
Collaborator

Thanks, LGTM.

@monperrus monperrus changed the title Review: refactor(ArchitectureEnforcer): replace treeSet with hashset refactor(ArchitectureEnforcer): replace treeSet with hashset Oct 24, 2020
@monperrus monperrus merged commit 5781f48 into INRIA:master Oct 24, 2020
@monperrus
Copy link
Collaborator

Thanks!

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.

2 participants