mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 14:30:47 +00:00
Added: AS2 - Information about need of decompiling all scripts to detect uninitialized class fields
Fixed: #2338 AS decompiling threads got stuck after cancelling / timeout CancellableWorker refactoring
This commit is contained in:
@@ -909,7 +909,7 @@ public class DecompiledEditorPane extends DebuggableEditorPane implements CaretL
|
||||
boolean decompileNeeded = decompiledText == null;
|
||||
|
||||
if (decompileNeeded) {
|
||||
CancellableWorker worker = new CancellableWorker() {
|
||||
CancellableWorker worker = new CancellableWorker("abc.decompiledEditorPane") {
|
||||
@Override
|
||||
protected Void doInBackground() throws Exception {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user