mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-21 01:25:33 +00:00
Added Checkstyle to build process and fixing checkstyle to all com.src.jpexs classes
This commit is contained in:
@@ -520,7 +520,6 @@ public class DebuggerHandler implements DebugConnectionListener {
|
||||
Main.getMainFrame().getPanel().updateMenu();
|
||||
boolean isAS3 = (Main.getMainFrame().getPanel().getCurrentSwf().isAS3());
|
||||
|
||||
|
||||
//enlog(DebuggerConnection.class);
|
||||
//enlog(DebuggerCommands.class);
|
||||
//enlog(DebuggerHandler.class);
|
||||
@@ -615,7 +614,6 @@ public class DebuggerHandler implements DebugConnectionListener {
|
||||
|
||||
con.isAS3 = isAS3;
|
||||
|
||||
|
||||
//Widelines - only AS3, it hangs in AS1/2 and SWD does not support UI32 lines
|
||||
if (isAS3) {
|
||||
con.wideLines = commands.getOption("wide_line_player", "false").equals("true");
|
||||
@@ -907,7 +905,7 @@ public class DebuggerHandler implements DebugConnectionListener {
|
||||
}
|
||||
return icf;
|
||||
} catch (IOException e) {
|
||||
|
||||
//ignored
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user