removed spurious warning about 'Heavily obfuscated exception ranges' in

a loop at the beginning of a method
master
Stiver 11 years ago
parent 7d44f73cb9
commit 781a2e1cc8
  1. 2
      src/de/fernflower/modules/decompiler/deobfuscator/ExceptionDeobfuscator.java

@ -313,7 +313,7 @@ public class ExceptionDeobfuscator {
}
if(!setEntries.isEmpty()) {
if(setEntries.size() > 1 || ent.getValue().contains(first)) {
if(setEntries.size() > 1 /*|| ent.getValue().contains(first)*/) {
return true;
}
}

Loading…
Cancel
Save