java-decompiler: cleanups and fixes
- duplicates eliminated - immutable fields - typos - formatting
This commit is contained in:
@@ -73,7 +73,7 @@ public class DataPoint {
|
||||
VarType var = md.params[i];
|
||||
|
||||
point.setVariable(k++, var);
|
||||
if (var.stack_size == 2) {
|
||||
if (var.stackSize == 2) {
|
||||
point.setVariable(k++, new VarType(CodeConstants.TYPE_GROUP2EMPTY));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user