removed spurious warning about 'Heavily obfuscated exception ranges' in
a loop at the beginning of a method
This commit is contained in:
@@ -313,7 +313,7 @@ public class ExceptionDeobfuscator {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if(!setEntries.isEmpty()) {
|
if(!setEntries.isEmpty()) {
|
||||||
if(setEntries.size() > 1 || ent.getValue().contains(first)) {
|
if(setEntries.size() > 1 /*|| ent.getValue().contains(first)*/) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user