java-decompiler: cleanups
- better signatures - accurate suppression - unused symbols - typos
This commit is contained in:
@@ -117,7 +117,7 @@ public class AssignmentExprent extends Exprent {
|
||||
if (field.isStatic() && fd.hasModifier(CodeConstants.ACC_FINAL)) {
|
||||
fieldInClassInit = true;
|
||||
}
|
||||
if (node.wrapper.getHideMembers().contains(InterpreterUtil.makeUniqueKey(fd.getName(), fd.getDescriptor()))) {
|
||||
if (node.wrapper.getHiddenMembers().contains(InterpreterUtil.makeUniqueKey(fd.getName(), fd.getDescriptor()))) {
|
||||
hiddenField = true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user