removed spurious warning about 'Heavily obfuscated exception ranges' in
a loop at the beginning of a method
This commit is contained in:
parent
7d44f73cb9
commit
781a2e1cc8
@ -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…
Reference in New Issue
Block a user