Use newer version of fernflower and remove __xx names
This commit is contained in:
@@ -24,7 +24,7 @@ public class RunException extends RuntimeException {
|
||||
@ObfuscatedGetter(
|
||||
intValue = 121013503
|
||||
)
|
||||
public static int __fx_w;
|
||||
public static int field761;
|
||||
@ObfuscatedName("o")
|
||||
@Export("string")
|
||||
String string;
|
||||
@@ -54,13 +54,12 @@ public class RunException extends RuntimeException {
|
||||
public static void method3431() {
|
||||
Object var0 = IndexStoreActionHandler.IndexStoreActionHandler_lock;
|
||||
synchronized(IndexStoreActionHandler.IndexStoreActionHandler_lock) {
|
||||
if(IndexStoreActionHandler.__iv_q != 0) {
|
||||
IndexStoreActionHandler.__iv_q = 1;
|
||||
if (IndexStoreActionHandler.field412 != 0) {
|
||||
IndexStoreActionHandler.field412 = 1;
|
||||
|
||||
try {
|
||||
IndexStoreActionHandler.IndexStoreActionHandler_lock.wait();
|
||||
} catch (InterruptedException var3) {
|
||||
;
|
||||
} catch (InterruptedException var4) {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user