-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove StateNames and getStateByName
`getStateByName` existed uniquely as a workaround for retrieving the jvm/heap tree state from a composite abstract state containing both. Since composite abstract states have been removed together with the heap tree model, `getStateByName` has no reason to exist anymore. The code is functionally unchanged since for a JvmAbstractState `getStateByName("Jvm") is just the state itself. There are still problems with unchecked casts for all the states that were returned by getStateByName, but these will be resolved in a separate commit.
- Loading branch information
1 parent
96393cd
commit 8339ae6
Showing
5 changed files
with
8 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
33 changes: 0 additions & 33 deletions
33
base/src/main/java/proguard/analysis/cpa/util/StateNames.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters