java-decompiler: extra casts on method calls omitted

(loosely based on https://github.com/JetBrains/intellij-community/pull/217)
This commit is contained in:
Roman Shevchenko
2014-11-04 11:30:23 +01:00
parent 38f1a1a9ee
commit 020f5c404b
9 changed files with 104 additions and 39 deletions

View File

@@ -35,7 +35,7 @@ import java.util.Map;
*/
public class StructLocalVariableTableAttribute extends StructGeneralAttribute {
private Map<Integer, String> mapVarNames = new HashMap<Integer, String>();
private Map<Integer, String> mapVarNames = Collections.emptyMap();
@Override
public void initContent(ConstantPool pool) throws IOException {