mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 09:31:09 +00:00
AS3: Constant tab moved to the top
AS3: Empty namespaces shown as "-"
This commit is contained in:
@@ -250,7 +250,7 @@ public class ABC {
|
||||
}
|
||||
bodies[i].traits = ais.readTraits();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public void saveToStream(OutputStream os) throws IOException {
|
||||
ABCOutputStream aos = new ABCOutputStream(os);
|
||||
@@ -367,6 +367,7 @@ public class ABC {
|
||||
String name = m.getName(constants);
|
||||
if (ns != null) {
|
||||
String newimport = ns.getName(constants);
|
||||
if(newimport.equals("-")) newimport="";
|
||||
if (!newimport.equals("")) {
|
||||
newimport += "." + name;
|
||||
if (newimport.contains(":")) {
|
||||
|
||||
Reference in New Issue
Block a user