project: update from 184 to 184 (#1675)
* 184 * checkstyle * project: fix exports.
This commit is contained in:
@@ -112,7 +112,9 @@ public class RenameUniqueTest
|
||||
|
||||
InvokeInstruction ii = (InvokeInstruction) i;
|
||||
Assert.assertTrue(ii.getMethod().getName().length() > Deob.OBFUSCATED_NAME_MAX_LEN
|
||||
|| ii.getMethod().getClazz().getName().length() > Deob.OBFUSCATED_NAME_MAX_LEN);
|
||||
|| ii.getMethod().getClazz().getName().length() > Deob.OBFUSCATED_NAME_MAX_LEN
|
||||
|| ii.getMethod().getName().equals("run")
|
||||
|| ii.getMethod().getName().equals("add"));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user