reserveSmallConstants renamed to doCodeTransformation

git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@467 379699f6-c40d-0410-875b-85095c16579e
stable
jochen 26 years ago
parent ed8097fb50
commit c7fbe7c2b9
  1. 2
      jode/jode/obfuscator/ClassIdentifier.java

@ -317,7 +317,7 @@ public class ClassIdentifier extends Identifier {
for (int i=fieldCount; i < identifiers.length; i++)
if (!Obfuscator.shouldStrip || identifiers[i].isReachable())
((MethodIdentifier)identifiers[i]).reserveSmallConstants(gcp);
((MethodIdentifier)identifiers[i]).doCodeTransformations(gcp);
int[] hierarchyInts;
{

Loading…
Cancel
Save