mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 07:40:46 +00:00
Issue #51 AS1/2 displaying java class name instead of expression
Better constantpool detection
This commit is contained in:
@@ -37,7 +37,7 @@ public class ExtendsTreeItem extends TreeItem {
|
||||
public String toString(ConstantPool constants) {
|
||||
List localData = new ArrayList();
|
||||
localData.add(constants);
|
||||
return subclass.toString(localData) + hilight(" extends ") + stripQuotes(superclass);
|
||||
return subclass.toString(localData) + hilight(" extends ") + stripQuotes(superclass, constants);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user