[java-decompiler] IDEA-323804 Increase the threshold for decompiling

GitOrigin-RevId: 09563069274b5f05d20a22abdb0248f20659fe88
This commit is contained in:
Mikhail Pyltsin
2023-08-01 17:36:28 +02:00
committed by intellij-monorepo-bot
parent 98b9fc9293
commit cdaa9f5b5a

View File

@@ -62,7 +62,7 @@ class IdeaDecompiler : ClassFileDecompilers.Light() {
IFernflowerPreferences.NEW_LINE_SEPARATOR to "1",
IFernflowerPreferences.BANNER to BANNER,
IFernflowerPreferences.MAX_PROCESSING_METHOD to 60,
IFernflowerPreferences.MAX_BYTES_CLASS_NOT_UNDER_PROGRESS to 20_000, //approximately 2_000 lines
IFernflowerPreferences.MAX_BYTES_CLASS_NOT_UNDER_PROGRESS to 150_000, //approximately 9_000 lines
IFernflowerPreferences.INDENT_STRING to indent,
IFernflowerPreferences.IGNORE_INVALID_BYTECODE to "1",
IFernflowerPreferences.VERIFY_ANONYMOUS_CLASSES to "1",