diff options
Diffstat (limited to 'src/main/java/cuchaz/enigma/gui')
| -rw-r--r-- | src/main/java/cuchaz/enigma/gui/GuiController.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/cuchaz/enigma/gui/GuiController.java b/src/main/java/cuchaz/enigma/gui/GuiController.java index 06cb33e..fd9e7f0 100644 --- a/src/main/java/cuchaz/enigma/gui/GuiController.java +++ b/src/main/java/cuchaz/enigma/gui/GuiController.java | |||
| @@ -332,7 +332,7 @@ public class GuiController { | |||
| 332 | new Thread(() -> | 332 | new Thread(() -> |
| 333 | { | 333 | { |
| 334 | // decompile,deobfuscate the bytecode | 334 | // decompile,deobfuscate the bytecode |
| 335 | CompilationUnit sourceTree = deobfuscator.getSourceTree(classEntry.getFullName()); | 335 | CompilationUnit sourceTree = deobfuscator.getSourceTree(classEntry.getOutermostClass().getFullName()); |
| 336 | if (sourceTree == null) { | 336 | if (sourceTree == null) { |
| 337 | // decompilation of this class is not supported | 337 | // decompilation of this class is not supported |
| 338 | gui.setSource("Unable to find class: " + classEntry); | 338 | gui.setSource("Unable to find class: " + classEntry); |