java-decompiler: optimization (less string buffer allocations on generating text)
This commit is contained in:
@@ -1,12 +1,9 @@
|
||||
package pkg;
|
||||
|
||||
|
||||
public class TestClassVar {
|
||||
|
||||
private boolean field_boolean = Math.random() > 0.0D;
|
||||
public int field_int = 0;
|
||||
|
||||
|
||||
public void testFieldSSAU() {
|
||||
for(int var1 = 0; var1 < 10; ++var1) {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user