mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 14:30:47 +00:00
AS editing fix + some DottedChain changes
This commit is contained in:
@@ -1401,7 +1401,7 @@ public class CommandLineArgumentParser {
|
||||
inFile.delete();
|
||||
tmpFile.renameTo(inFile);
|
||||
tmpFile = null;
|
||||
System.out.println("" + inFile + " overwritten.");
|
||||
System.out.println(inFile + " overwritten.");
|
||||
}
|
||||
System.out.println("OK");
|
||||
} catch (FileNotFoundException ex) {
|
||||
|
||||
@@ -626,7 +626,7 @@ public class ABCPanel extends JPanel implements ItemListener, SearchListener<ABC
|
||||
ClassesListTreeModel clModel = (ClassesListTreeModel) scriptsNode;
|
||||
ScriptPack pack = null;
|
||||
for (ScriptPack item : clModel.getList()) {
|
||||
if (!pack.isSimple && Configuration.ignoreCLikePackages.get()) {
|
||||
if (!item.isSimple && Configuration.ignoreCLikePackages.get()) {
|
||||
continue;
|
||||
}
|
||||
ClassPath classPath = item.getClassPath();
|
||||
|
||||
Reference in New Issue
Block a user