Hiding synthetic fields (IDEA-132625)

This commit is contained in:
Stiver
2015-03-08 08:43:57 +01:00
parent 8a2d3c3c9c
commit 302a354720
4 changed files with 16 additions and 4 deletions

View File

@@ -52,6 +52,7 @@ public class ClassWrapper {
public void init() throws IOException {
DecompilerContext.setProperty(DecompilerContext.CURRENT_CLASS, classStruct);
DecompilerContext.setProperty(DecompilerContext.CURRENT_CLASS_WRAPPER, this);
DecompilerContext.getLogger().startClass(classStruct.qualifiedName);
// collect field names