summaryrefslogtreecommitdiffstats
path: root/testData/results/TestClassFields.dec
diff options
context:
space:
mode:
authorRoman Shevchenko <roman.shevchenko@jetbrains.com>2014-09-04 14:30:28 +0400
committerRoman Shevchenko <roman.shevchenko@jetbrains.com>2014-09-04 14:33:34 +0400
commit1cea85e49ae7659e7124383b619730ba6053bb46 (patch)
tree9893c2ed765e9f1dfa887b7123dd034569e12549 /testData/results/TestClassFields.dec
parentf4f9e8be28142ebb4b85026eef6505055a31b68a (diff)
downloadfernflower-1cea85e49ae7659e7124383b619730ba6053bb46.tar
fernflower-1cea85e49ae7659e7124383b619730ba6053bb46.tar.gz
fernflower-1cea85e49ae7659e7124383b619730ba6053bb46.tar.lz
fernflower-1cea85e49ae7659e7124383b619730ba6053bb46.tar.xz
fernflower-1cea85e49ae7659e7124383b619730ba6053bb46.zip
java-decompiler: optimization (less string buffer allocations on generating text)
Diffstat (limited to 'testData/results/TestClassFields.dec')
-rw-r--r--testData/results/TestClassFields.dec3
1 files changed, 0 insertions, 3 deletions
diff --git a/testData/results/TestClassFields.dec b/testData/results/TestClassFields.dec
index 2a20fb8..749d828 100644
--- a/testData/results/TestClassFields.dec
+++ b/testData/results/TestClassFields.dec
@@ -1,12 +1,9 @@
package pkg;
-
public class TestClassFields {
-
private static int[] sizes;
private static String[] names = new String[]{"name1", "name2"};
-
static {
sizes = new int[names.length];
}