java-decompiler: optimization (less string buffer allocations on generating text)
This commit is contained in:
@@ -1,11 +1,8 @@
|
||||
package pkg;
|
||||
|
||||
|
||||
class TestCodeConstructs {
|
||||
|
||||
private int count = 0;
|
||||
|
||||
|
||||
void expressions() {
|
||||
(new String()).hashCode();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user