.. |
InvalidMethodSignature.dec
|
Use fully qualified static field name in conflict #541
|
8 years ago |
MoreAnnotations.dec
|
Add '(byte)' and '(short)' type cast for int literals only in invocation parameters
|
8 years ago |
PrivateClasses.dec
|
[java decompiler] fixes constructor parameters naming
|
7 years ago |
TestAbstractMethods.dec
|
decompiler: map dummy return line to the method closing bracket
|
10 years ago |
TestAccessReplace.dec
|
fixed line numbers when replacing nested access
|
7 years ago |
TestAmbiguousCall.dec
|
decompiler: map dummy return line to the method closing bracket
|
10 years ago |
TestAmbiguousCallWithDebugInfo.dec
|
IDEA-130708 Incorrect locals names
|
8 years ago |
TestAnonymousClass.dec
|
added spaces after if and inside the ternary operator
|
8 years ago |
TestAnonymousClassConstructor.dec
|
IDEA-166073 Extended Width (long, double) constructors cause issues with anonymous classes
|
8 years ago |
TestAnonymousParamNames.dec
|
IDEA-166073 Extended Width (long, double) constructors cause issues with anonymous classes
|
8 years ago |
TestAnonymousParams.dec
|
test for anonymous class with params
|
8 years ago |
TestAnonymousSignature.dec
|
IDEA-149813 Decompiler has lost generic parameter
|
8 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
|
8 years ago |
TestClassCast.dec
|
added spaces after if and inside the ternary operator
|
8 years ago |
TestClassFields.dec
|
fixed line numbers when replacing nested access
|
7 years ago |
TestClassLambda.dec
|
Omit unnecessary unboxing calls in decompiled code
|
7 years ago |
TestClassLoop.dec
|
IDEA-127533 int field is displayed as char
|
8 years ago |
TestClassNestedInitializer.dec
|
decompiler: map dummy return line to the method closing bracket
|
10 years ago |
TestClassSimpleBytecodeMapping.dec
|
added spaces after if and inside the ternary operator
|
8 years ago |
TestClassSwitch.dec
|
decompiler: map dummy return line to the method closing bracket
|
10 years ago |
TestClassTypes.dec
|
added spaces after if and inside the ternary operator
|
8 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
|
10 years ago |
TestConstType.dec
|
IDEA-127533 int field is displayed as char
|
8 years ago |
TestConstants.dec
|
decompiler: map dummy return line to the method closing bracket
|
10 years ago |
TestConstructorReference.dec
|
fixed incorrect constructor method reference
|
8 years ago |
TestDebugSymbols.dec
|
decompiler: major line numbers fixes
|
10 years ago |
TestDeprecations.dec
|
decompiler: map dummy return line to the method closing bracket
|
10 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)
|
9 years ago |
TestExtendingSubclass.dec
|
fix constructor arguments for extended inner classes
|
9 years ago |
TestExtendsList.dec
|
decompiler: major line numbers fixes
|
10 years ago |
TestGroovyClass.dec
|
[java decompiler] detecting Groovy synthetic constructor parameters
|
7 years ago |
TestGroovyTrait.dec
|
[java decompiler] excludes false inner classes
|
7 years ago |
TestIffSimplification.dec
|
added spaces after if and inside the ternary operator
|
8 years ago |
TestIllegalVarName.dec
|
[java-decompiler] skips illegal local variable names
|
9 years ago |
TestInUse.dec
|
test for already used var
|
8 years ago |
TestInner2.dec
|
test for class extending a class with a private constructor
|
8 years ago |
TestInnerClassConstructor.dec
|
[java-decompiler] synthetic inner class constructor parameter filtering (IDEA-147606)
|
9 years ago |
TestInnerLocal.dec
|
decompiler: map dummy return line to the method closing bracket
|
10 years ago |
TestInnerLocalPkg.dec
|
decompiler: map dummy return line to the method closing bracket
|
10 years ago |
TestInnerSignature.dec
|
[java decompiler] fixes constructor parameters naming
|
7 years ago |
TestInterfaceFields.dec
|
[java-decompiler] test data cleanup; warnings
|
9 years ago |
TestInterfaceMethods.dec
|
fixed static interface methods
|
8 years ago |
TestInterfaceSuper.dec
|
test for super default method call
|
8 years ago |
TestJava9StringConcat.dec
|
IDEA-151950 Decompiler doesn't work for classes from JDK 9 - support java 9 string concatenation
|
9 years ago |
TestKotlinConstructorKt.dec
|
added spaces after if and inside the ternary operator
|
8 years ago |
TestLambdaParams.dec
|
fixed lambda parameter names already used in the context
|
8 years ago |
TestLocalClass.dec
|
[java decompiler] adds an empty line before local classes
|
7 years ago |
TestLocalsNames.dec
|
added spaces after if and inside the ternary operator
|
8 years ago |
TestLocalsSignature.dec
|
IDEA-166363 Support LocalVariableTypeTable attribute
|
8 years ago |
TestMemberAnnotations.dec
|
[tests] test cases added
|
9 years ago |
TestMethodParameters.dec
|
decompiler: map dummy return line to the method closing bracket
|
10 years ago |
TestMethodParametersAttr.dec
|
IDEA-184560 Java decompiler doesn't use stored parameter names - fixed param idx
|
7 years ago |
TestMethodReferenceLetterClass.dec
|
decompiler: fixed incorrect method references from single letter classes
|
9 years ago |
TestMethodReferenceSameName.dec
|
decompiler: fixed SOE if referenced method name is the same as current
|
9 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 |
TestParameterizedTypes.dec
|
Fixed Fernflower decompiler output for generic nested types (IDEA-141230)
|
10 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
|
[Fernflower] autoboxing primitives should not always be ignored
|
7 years ago |
TestPrivateEmptyConstructor.dec
|
Cleanup (test data format)
|
6 years ago |
TestShadowing.dec
|
Fix short name imports shadowed by super inner classes
|
6 years ago |
TestStaticNameClash.dec
|
Cleanup (test data)
|
9 years ago |
TestStringConcat.dec
|
IDEA-151950 Decompiler doesn't work for classes from JDK 9 - support java 9 string concatenation
|
9 years ago |
TestStringLiterals.dec
|
IDEA-167346 Do not escape single quote in strings
|
8 years ago |
TestSuperInner.dec
|
[java decompiler] corrects test data
|
7 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
|
8 years ago |
TestSwitchOnStrings.dec
|
IDEA-127499 Decompiler doesn't support switch over enums
|
8 years ago |
TestSynchronizedMapping.dec
|
IDEA-140321 Wrong current line highlighting when debugging synchronized block in decompiled code
|
10 years ago |
TestSynchronizedUnprotected.dec
|
Cleanup (test data format)
|
6 years ago |
TestSyntheticAccess.dec
|
fixed line numbers when replacing nested access
|
7 years ago |
TestThrowException.dec
|
added spaces after if and inside the ternary operator
|
8 years ago |
TestTryCatchFinally.dec
|
fix extra semicolon in decompiled empty blocks IDEA-196314 #843
|
6 years ago |
TestUnionType.dec
|
test for union types
|
8 years ago |
TestVarArgCalls.dec
|
Fixed conflicts after recent changes in master
|
7 years ago |
TypeAnnotations.dec
|
[java, java-decompiler] type annotations in class files
|
9 years ago |
package-info.dec
|
more tests (disabled for now)
|
8 years ago |