IDEA-149077 Default decompiler is chosen for several classes instead of Fernflower - fixes for IDEA-CR-20517
This commit is contained in:
@@ -142,7 +142,9 @@ public class ClassWrapper {
|
||||
}
|
||||
}
|
||||
catch (Throwable ex) {
|
||||
DecompilerContext.getLogger().writeMessage("Method " + mt.getName() + " " + mt.getDescriptor() + " couldn't be decompiled.", ex);
|
||||
DecompilerContext.getLogger().writeMessage("Method " + mt.getName() + " " + mt.getDescriptor() + " couldn't be decompiled.",
|
||||
IFernflowerLogger.Severity.WARN,
|
||||
ex);
|
||||
isError = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user