java-decompiler: optimization (less string buffer allocations on generating text)
This commit is contained in:
@@ -3,7 +3,6 @@ package pkg;
|
||||
import java.util.Date;
|
||||
|
||||
public class TestConstants {
|
||||
|
||||
static final boolean T = true;
|
||||
static final boolean F = false;
|
||||
static final char C0 = '\n';
|
||||
@@ -28,7 +27,6 @@ public class TestConstants {
|
||||
static final double DMin = 4.9E-324D;
|
||||
static final double DMax = 1.7976931348623157E308D;
|
||||
|
||||
|
||||
@TestConstants.A(byte.class)
|
||||
void m1() {
|
||||
}
|
||||
@@ -70,7 +68,6 @@ public class TestConstants {
|
||||
}
|
||||
|
||||
@interface A {
|
||||
|
||||
Class<?> value();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user