mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 14:20:43 +00:00
Issue #710 Information about deobfuscation settings in the error comment
This commit is contained in:
@@ -93,7 +93,7 @@ import java.util.logging.Logger;
|
||||
* Represents one ACTIONRECORD, also has some static method to work with Actions
|
||||
*/
|
||||
public class Action implements GraphSourceItem {
|
||||
|
||||
|
||||
private boolean ignored = false;
|
||||
/**
|
||||
* Action type identifier
|
||||
@@ -880,6 +880,7 @@ public class Action implements GraphSourceItem {
|
||||
"",
|
||||
" * " + AppResources.translate("decompilationError"),
|
||||
" * " + AppResources.translate("decompilationError.obfuscated"),
|
||||
Helper.decompilationErrorAdd==null?null:" * "+Helper.decompilationErrorAdd,
|
||||
" * " + AppResources.translate("decompilationError.errorType") + ": "
|
||||
+ ex2.getClass().getSimpleName(),
|
||||
""}));
|
||||
|
||||
Reference in New Issue
Block a user