Skip to content

Replace Collection With Set in Char Inclusion Domain#251

Merged
lucaneg merged 7 commits intolisa-analyzer:masterfrom
BlueRyse:hot_fix
Nov 28, 2022
Merged

Replace Collection With Set in Char Inclusion Domain#251
lucaneg merged 7 commits intolisa-analyzer:masterfrom
BlueRyse:hot_fix

Conversation

@BlueRyse
Copy link
Contributor

@BlueRyse BlueRyse commented Nov 23, 2022

Description
Since in the Char Inclusion domain maybe contained and certainly contained are sets, I replaced the Java Collection interface with the Set one, which doesn't accept duplicates

@BlueRyse BlueRyse requested a review from lucaneg as a code owner November 23, 2022 20:07
@BlueRyse
Copy link
Contributor Author

Replace HashSet with TreeSet to make Char Inclusion deterministic

@lucaneg lucaneg self-assigned this Nov 28, 2022
@lucaneg lucaneg added 🛠 type:refactoring Refactoring of the codebase 🔍 scope:analysis Work regarding abstract domains or fixpoint algorithms labels Nov 28, 2022
@lucaneg lucaneg added this to the 0.1b8 milestone Nov 28, 2022
@lucaneg
Copy link
Member

lucaneg commented Nov 28, 2022

Related to #232

@lucaneg lucaneg merged commit e3f8730 into lisa-analyzer:master Nov 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🔍 scope:analysis Work regarding abstract domains or fixpoint algorithms 🛠 type:refactoring Refactoring of the codebase

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

3 participants