IDEA-149077 Default decompiler is chosen for several classes instead of Fernflower - tests
This commit is contained in:
32
testData/obfuscated/ag.java
Normal file
32
testData/obfuscated/ag.java
Normal file
@@ -0,0 +1,32 @@
|
||||
public class ag {
|
||||
private long a = 0L;
|
||||
private long[] b = new long[100];
|
||||
private int c = 0;
|
||||
private int d = 0;
|
||||
|
||||
public void a(long param1) {
|
||||
// $FF: Couldn't be decompiled
|
||||
}
|
||||
|
||||
public double a() {
|
||||
try {
|
||||
if (this.d == 0) {
|
||||
return 0.0D;
|
||||
}
|
||||
} catch (a_ var4) {
|
||||
throw var4;
|
||||
}
|
||||
|
||||
double var1 = 0.0D;
|
||||
|
||||
for(int var3 = 0; var3 <= this.d; ++var3) {
|
||||
var1 += (double)this.b[var3];
|
||||
}
|
||||
|
||||
return var1 / (double)this.d;
|
||||
}
|
||||
|
||||
public long b() {
|
||||
return this.a;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user