Hiding synthetic fields (IDEA-132625)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user