mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[java-decompiler] IJ-CR-18503 Fix bulk compilation test
Removes 'D' suffix from double literals in bulk compilation test data. GitOrigin-RevId: 44571663d3ac84acba7d9c7284cced7242dfca3f
This commit is contained in:
committed by
intellij-monorepo-bot
parent
3bc4ba0063
commit
ce1dfda7f1
@@ -11,13 +11,13 @@ public class ag {
|
||||
public double a() {
|
||||
try {
|
||||
if (this.d == 0) {
|
||||
return 0.0D;
|
||||
return 0.0;
|
||||
}
|
||||
} catch (a_ var4) {
|
||||
throw var4;
|
||||
}
|
||||
|
||||
double var1 = 0.0D;
|
||||
double var1 = 0.0;
|
||||
|
||||
for(int var3 = 0; var3 <= this.d; ++var3) {
|
||||
var1 += (double)this.b[var3];
|
||||
|
||||
@@ -106,7 +106,7 @@ public class aj implements am {
|
||||
Long var7 = (Long)this.b.get(var6.getKey());
|
||||
if (var7 != null) {
|
||||
double var8 = (double)(((Long)var6.getValue() - var7) * 10L) / (double)var3;
|
||||
var1.a((Object)(new ar(h[1], (String)var6.getKey(), "%", var8 * 100.0D)));
|
||||
var1.a((Object)(new ar(h[1], (String)var6.getKey(), "%", var8 * 100.0)));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -8,9 +8,9 @@ public class al implements Comparable<al> {
|
||||
private final ak a;
|
||||
private final List<n<Date, Double>> b = new ArrayList();
|
||||
private final List<n<Date, Double>> c = new ArrayList();
|
||||
private double d = 0.0D;
|
||||
private double e = 0.0D;
|
||||
private double f = 0.0D;
|
||||
private double d = 0.0;
|
||||
private double e = 0.0;
|
||||
private double f = 0.0;
|
||||
private static final String[] g;
|
||||
|
||||
public al(ak var1) {
|
||||
@@ -52,7 +52,7 @@ public class al implements Comparable<al> {
|
||||
public double e() {
|
||||
try {
|
||||
if (this.b.isEmpty()) {
|
||||
return 0.0D;
|
||||
return 0.0;
|
||||
}
|
||||
} catch (a_ var1) {
|
||||
throw var1;
|
||||
@@ -64,7 +64,7 @@ public class al implements Comparable<al> {
|
||||
public double f() {
|
||||
try {
|
||||
if (this.c.isEmpty()) {
|
||||
return 0.0D;
|
||||
return 0.0;
|
||||
}
|
||||
} catch (a_ var1) {
|
||||
throw var1;
|
||||
|
||||
@@ -8,7 +8,7 @@ class at extends ap {
|
||||
}
|
||||
|
||||
public double d() {
|
||||
return (double)an.a(this.d).getHeapMemoryUsage().getUsed() / 1024.0D / 1024.0D;
|
||||
return (double)an.a(this.d).getHeapMemoryUsage().getUsed() / 1024.0 / 1024.0;
|
||||
}
|
||||
|
||||
public String c() {
|
||||
@@ -16,7 +16,7 @@ class at extends ap {
|
||||
}
|
||||
|
||||
public Double e() {
|
||||
return (double)an.a(this.d).getHeapMemoryUsage().getMax() / 1024.0D / 1024.0D;
|
||||
return (double)an.a(this.d).getHeapMemoryUsage().getMax() / 1024.0 / 1024.0;
|
||||
}
|
||||
|
||||
static {
|
||||
|
||||
@@ -19,6 +19,6 @@ class au extends ap {
|
||||
}
|
||||
|
||||
public Double e() {
|
||||
return 100.0D;
|
||||
return 100.0;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -19,6 +19,6 @@ class av extends ap {
|
||||
}
|
||||
|
||||
public Double e() {
|
||||
return 100.0D;
|
||||
return 100.0;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -25,7 +25,7 @@ public class ax {
|
||||
}
|
||||
|
||||
public String a(boolean var1) {
|
||||
String var2 = String.valueOf(((double)System.nanoTime() - (double)this.a) / 1000.0D);
|
||||
String var2 = String.valueOf(((double)System.nanoTime() - (double)this.a) / 1000.0);
|
||||
|
||||
try {
|
||||
if (var1) {
|
||||
|
||||
@@ -67,7 +67,7 @@ class e<K, V> implements a<K, V> {
|
||||
throw var5;
|
||||
}
|
||||
|
||||
var10000 = Math.round(100.0D * (double)var1 / (double)(var1 + var3));
|
||||
var10000 = Math.round(100.0 * (double)var1 / (double)(var1 + var3));
|
||||
return var10000;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user