IDEA-149077 Default decompiler is chosen for several classes instead of Fernflower - tests

This commit is contained in:
Egor.Ushakov
2017-05-10 17:02:31 +03:00
parent 1f0d42ba0d
commit adbf29f8ce
68 changed files with 20713 additions and 4 deletions

View File

@@ -0,0 +1,49 @@
import java.util.concurrent.TimeUnit;
public class as extends ap {
private volatile long d = 0L;
private volatile long e;
private final TimeUnit f;
private final Double g;
private String h;
private double i;
public as(String var1, String var2, TimeUnit var3, Double var4, String var5) {
super(var1, var2);
this.f = var3;
this.h = var5;
this.g = var4;
this.e = System.currentTimeMillis();
}
public String c() {
return this.h;
}
public void a() {
// $FF: Couldn't be decompiled
}
public void a(long var1) {
try {
if (9223372036854775797L - var1 > this.d) {
this.d += var1;
}
} catch (a_ var3) {
throw var3;
}
}
public double d() {
// $FF: Couldn't be decompiled
}
public double b() {
return this.i;
}
public Double e() {
return this.g;
}
}