| soot.TypeSwitch.caseDefault(Type)
Replaced by defaultCase(Type)
|
| soot.TypeSwitch.caseDefault(Type)
Replaced by defaultCase(Type)
|
| soot.toolkits.scalar.ArraySparseSet.contains(Object)
This method uses linear-time lookup. For better performance,
consider using a HashSet instead, if you require this
operation.
|
| soot.toolkits.scalar.ArraySparseSet.contains(Object)
This method uses linear-time lookup. For better performance,
consider using a HashSet instead, if you require this
operation.
|
| soot.EquivalentValue.getDeepestValue() |
| soot.EquivalentValue.getDeepestValue() |
| soot.toolkits.graph.PseudoTopologicalOrderer.isReverseOrder()
use #newList(DirectedGraph, boolean)) instead
|
| soot.toolkits.graph.SlowPseudoTopologicalOrderer.isReverseOrder()
use #newList(DirectedGraph, boolean)) instead
|
| soot.toolkits.graph.PseudoTopologicalOrderer.isReverseOrder()
use #newList(DirectedGraph, boolean)) instead
|
| soot.toolkits.graph.SlowPseudoTopologicalOrderer.isReverseOrder()
use #newList(DirectedGraph, boolean)) instead
|
| soot.toolkits.graph.PseudoTopologicalOrderer.newList(DirectedGraph)
use #newList(DirectedGraph, boolean)) instead
|
| soot.toolkits.graph.SlowPseudoTopologicalOrderer.newList(DirectedGraph)
use #newList(DirectedGraph, boolean)) instead
|
| soot.toolkits.graph.PseudoTopologicalOrderer.newList(DirectedGraph)
use #newList(DirectedGraph, boolean)) instead
|
| soot.toolkits.graph.SlowPseudoTopologicalOrderer.newList(DirectedGraph)
use #newList(DirectedGraph, boolean)) instead
|
| soot.toolkits.graph.PseudoTopologicalOrderer.setReverseOrder(boolean)
use #newList(DirectedGraph, boolean)) instead
|
| soot.toolkits.graph.SlowPseudoTopologicalOrderer.setReverseOrder(boolean)
use #newList(DirectedGraph, boolean)) instead
|
| soot.toolkits.graph.PseudoTopologicalOrderer.setReverseOrder(boolean)
use #newList(DirectedGraph, boolean)) instead
|
| soot.toolkits.graph.SlowPseudoTopologicalOrderer.setReverseOrder(boolean)
use #newList(DirectedGraph, boolean)) instead
|
| soot.util.HashChain.toList(Chain)
you can use new ArrayList(c) instead
|
| soot.util.HashChain.toList(Chain)
you can use new ArrayList(c) instead
|