Fork of the Fernflower decompiler
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
fernflower/testData/results
Maxim Degtyarev 31cff62c94 Fix for IDEABKL-8006 IDE hangs when decompiling class which 3 years ago
..
InvalidMethodSignature.dec Use fully qualified static field name in conflict #541 7 years ago
MoreAnnotations.dec Add '(byte)' and '(short)' type cast for int literals only in invocation parameters 7 years ago
PrivateClasses.dec [java decompiler] fixes constructor parameters naming 6 years ago
TestAbstractMethods.dec decompiler: map dummy return line to the method closing bracket 9 years ago
TestAccessReplace.dec fixed line numbers when replacing nested access 6 years ago
TestAmbiguousCall.dec decompiler: map dummy return line to the method closing bracket 9 years ago
TestAmbiguousCallWithDebugInfo.dec IDEA-130708 Incorrect locals names 7 years ago
TestAnonymousClass.dec added spaces after if and inside the ternary operator 7 years ago
TestAnonymousClassConstructor.dec IDEA-166073 Extended Width (long, double) constructors cause issues with anonymous classes 7 years ago
TestAnonymousParamNames.dec IDEA-166073 Extended Width (long, double) constructors cause issues with anonymous classes 7 years ago
TestAnonymousParams.dec test for anonymous class with params 7 years ago
TestAnonymousSignature.dec IDEA-149813 Decompiler has lost generic parameter 7 years ago
TestAsserts.dec decompiler: a test for the pull request #394 8 years ago
TestClashName.dec Use fully qualified static field name in conflict #541 7 years ago
TestClassCast.dec added spaces after if and inside the ternary operator 7 years ago
TestClassFields.dec fixed line numbers when replacing nested access 6 years ago
TestClassLambda.dec IDEA-204310: Decompiler adds redundant imports for lambdas 5 years ago
TestClassLoop.dec IDEA-127533 int field is displayed as char 7 years ago
TestClassNestedInitializer.dec decompiler: map dummy return line to the method closing bracket 9 years ago
TestClassSimpleBytecodeMapping.dec added spaces after if and inside the ternary operator 7 years ago
TestClassSwitch.dec decompiler: map dummy return line to the method closing bracket 9 years ago
TestClassTypes.dec added spaces after if and inside the ternary operator 7 years ago
TestClassVar.dec fix extra semicolon in decompiled empty blocks IDEA-196314 #843 6 years ago
TestCodeConstructs.dec decompiler: map dummy return line to the method closing bracket 9 years ago
TestConstType.dec IDEA-127533 int field is displayed as char 7 years ago
TestConstants.dec decompiler: map dummy return line to the method closing bracket 9 years ago
TestConstructorReference.dec fixed incorrect constructor method reference 7 years ago
TestDebugSymbols.dec decompiler: major line numbers fixes 9 years ago
TestDeprecations.dec decompiler: map dummy return line to the method closing bracket 9 years ago
TestEmptyBlocks.dec fix extra semicolon in decompiled empty blocks IDEA-196314 #843 6 years ago
TestEnum.dec [java-decompiler] fixes enum constant initializer decompilation (IDEA-154547) 8 years ago
TestExtendingSubclass.dec fix constructor arguments for extended inner classes 8 years ago
TestExtendsList.dec decompiler: major line numbers fixes 9 years ago
TestFieldSingleAccess.dec Preventing duplicate field access 6 years ago
TestGenericArgs.dec [tests] generic vararg decompilation test case (IDEA-204272) 5 years ago
TestGroovyClass.dec [java decompiler] detecting Groovy synthetic constructor parameters 6 years ago
TestGroovyTrait.dec [java decompiler] excludes false inner classes 6 years ago
TestIffSimplification.dec added spaces after if and inside the ternary operator 7 years ago
TestIllegalVarName.dec [java-decompiler] skips illegal local variable names 8 years ago
TestInUse.dec test for already used var 7 years ago
TestInheritanceChainCycle.dec Fix for IDEABKL-8006 IDE hangs when decompiling class which 3 years ago
TestInner2.dec test for class extending a class with a private constructor 7 years ago
TestInnerClassConstructor.dec [java-decompiler] synthetic inner class constructor parameter filtering (IDEA-147606) 9 years ago
TestInnerLocal.dec [tests] extends Java decompiler test data; drops duplicated test 6 years ago
TestInnerSignature.dec [tests] extends Java decompiler test data; drops duplicated test 6 years ago
TestInterfaceFields.dec [java-decompiler] test data cleanup; warnings 8 years ago
TestInterfaceMethods.dec fixed static interface methods 7 years ago
TestInterfaceSuper.dec test for super default method call 7 years ago
TestInvertedFloatComparison.dec Fix incorrect decompilation of inverted floating point comparisons with NaN (IDEA-196302) 4 years ago
TestJava9StringConcat.dec IDEA-151950 Decompiler doesn't work for classes from JDK 9 - support java 9 string concatenation 8 years ago
TestJava11StringConcat.dec IDEA-208443 Java decompiler not correctly decompiling string concatenation with recent Java 5 years ago
TestKotlinConstructorKt.dec added spaces after if and inside the ternary operator 7 years ago
TestLambdaParams.dec fixed lambda parameter names already used in the context 7 years ago
TestLocalClass.dec [java decompiler] adds an empty line before local classes 6 years ago
TestLocalsNames.dec added spaces after if and inside the ternary operator 7 years ago
TestLocalsSignature.dec IDEA-166363 Support LocalVariableTypeTable attribute 7 years ago
TestMemberAnnotations.dec [tests] test cases added 8 years ago
TestMethodParameters.dec decompiler: map dummy return line to the method closing bracket 9 years ago
TestMethodParametersAttr.dec IDEA-184560 Java decompiler doesn't use stored parameter names - fixed param idx 6 years ago
TestMethodReferenceLetterClass.dec decompiler: fixed incorrect method references from single letter classes 8 years ago
TestMethodReferenceSameName.dec Preventing duplicate field access 6 years ago
TestMissingConstructorCallBad.dec fix extra semicolon in decompiled empty blocks IDEA-196314 #843 6 years ago
TestMissingConstructorCallGood.dec fix extra semicolon in decompiled empty blocks IDEA-196314 #843 6 years ago
TestNamedSuspendFun2Kt.dec Handling some cases of obfuscated exception ranges 6 years ago
TestParameterizedTypes.dec Fixed Fernflower decompiler output for generic nested types (IDEA-141230) 9 years ago
TestPop2OneDoublePop2.dec [PATCH] Fix POP2 opcode handling bug with two category 1 values at the stack top. 7 years ago
TestPop2OneLongPop2.dec [PATCH] Fix POP2 opcode handling bug with two category 1 values at the stack top. 7 years ago
TestPop2TwoIntPop2.dec [PATCH] Fix POP2 opcode handling bug with two category 1 values at the stack top. 7 years ago
TestPop2TwoIntTwoPop.dec [PATCH] Fix POP2 opcode handling bug with two category 1 values at the stack top. 7 years ago
TestPrimitiveNarrowing.dec [PATCH] [Fernflower] prevent null to be cast as short/byte 7 years ago
TestPrimitives.dec IDEA-204223 Decompiler doesn't add mandatory narrowing cast on integer type 5 years ago
TestPrivateEmptyConstructor.dec Cleanup (test data format) 6 years ago
TestRecordAnno.dec [java-stubs] Hide synthetic equals/hashCode/toString in records (stubs+decompiler) 4 years ago
TestRecordEmpty.dec [java-stubs] Hide synthetic equals/hashCode/toString in records (stubs+decompiler) 4 years ago
TestRecordGenericVararg.dec [java-stubs] Hide synthetic equals/hashCode/toString in records (stubs+decompiler) 4 years ago
TestRecordSimple.dec [java-stubs] Hide synthetic equals/hashCode/toString in records (stubs+decompiler) 4 years ago
TestRecordVararg.dec [java-stubs] Hide synthetic equals/hashCode/toString in records (stubs+decompiler) 4 years ago
TestShadowing.dec Fix short name imports shadowed by super inner classes 6 years ago
TestStaticNameClash.dec IDEA-197665 Decompiler decompiles references to static fields inside class incorrectly 5 years ago
TestStringConcat.dec IDEA-151950 Decompiler doesn't work for classes from JDK 9 - support java 9 string concatenation 8 years ago
TestStringLiterals.dec IDEA-167346 Do not escape single quote in strings 7 years ago
TestSuperInner.dec [java decompiler] corrects test data 6 years ago
TestSuspendLambdaKt.dec Cleanup (test data format) 6 years ago
TestSwitchOnEnum.dec IDEA-172200 Decompiler switch-on-enum multiple switches in same class generates wrong cases for all but the first switch-on-enum 7 years ago
TestSwitchOnStrings.dec IDEA-127499 Decompiler doesn't support switch over enums 7 years ago
TestSynchronizedMapping.dec IDEA-140321 Wrong current line highlighting when debugging synchronized block in decompiled code 9 years ago
TestSynchronizedUnprotected.dec Cleanup (test data format) 6 years ago
TestSyntheticAccess.dec fixed line numbers when replacing nested access 6 years ago
TestThrowException.dec added spaces after if and inside the ternary operator 7 years ago
TestTryCatchFinally.dec fix extra semicolon in decompiled empty blocks IDEA-196314 #843 6 years ago
TestUnionType.dec test for union types 7 years ago
TestVarArgCalls.dec Fixed conflicts after recent changes in master 7 years ago
TypeAnnotations.dec [java, java-decompiler] type annotations in class files 8 years ago
module-info.dec [java decompiler] skipping generated `module-info` statements 3 years ago
package-info.dec [java decompiler] supporting `package-info` 3 years ago