Skip to content

Fix #159 - Use LinkedHashSet to store sets#161

Open
CheShianHung wants to merge 23 commits into
masterfrom
issue159
Open

Fix #159 - Use LinkedHashSet to store sets#161
CheShianHung wants to merge 23 commits into
masterfrom
issue159

Conversation

@CheShianHung

@CheShianHung CheShianHung commented Oct 11, 2017

Copy link
Copy Markdown
Contributor

Fixes #159

@psybers
psybers self-requested a review October 11, 2017 20:50

@psybers psybers left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Anywhere the variable is declared, the type should be the more general type Set. Only when instantiated do we want a concrete type LinkedHashSet.

Comment thread src/java/boa/aggregators/SetAggregator.java Outdated
Comment thread src/java/boa/functions/BoaIntrinsics.java Outdated
Comment thread src/java/boa/functions/BoaIntrinsics.java Outdated
Comment thread src/java/boa/functions/BoaIntrinsics.java Outdated
Comment thread src/java/boa/functions/BoaIntrinsics.java Outdated
Comment thread src/java/boa/graphs/cfg/CFGNode.java Outdated
Comment thread src/java/boa/graphs/cfg/CFGNode.java Outdated
Comment thread src/java/boa/graphs/cfg/CFGNode.java Outdated
Comment thread src/java/boa/graphs/cfg/CFGNode.java Outdated
Comment thread src/java/boa/graphs/cfg/CFGNode.java Outdated

@psybers psybers left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

doesnt pass tests

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Use LinkedHashSet to store sets

2 participants