mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 22:30:45 +00:00
Added Checkstyle to build process and fixing checkstyle to all com.src.jpexs classes
This commit is contained in:
@@ -334,6 +334,7 @@ public class Win32ProcessTools extends ProcessTools {
|
||||
Logger.getLogger(Win32ProcessTools.class.getName()).log(Level.SEVERE, "Can't get EXE path");
|
||||
}
|
||||
} catch (Exception | UnsatisfiedLinkError e) {
|
||||
//ignored
|
||||
}
|
||||
|
||||
try {
|
||||
@@ -342,6 +343,7 @@ public class Win32ProcessTools extends ProcessTools {
|
||||
Logger.getLogger(Win32ProcessTools.class.getName()).log(Level.SEVERE, "Can't get EXE path");
|
||||
}
|
||||
} catch (Exception | UnsatisfiedLinkError e) {
|
||||
//ignored
|
||||
}
|
||||
i = 0;
|
||||
for (; i < outputnames.length; i++) {
|
||||
|
||||
Reference in New Issue
Block a user