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/src/org/jetbrains/java/decompiler/modules/decompiler
Graham 1f2ee3c81f Inline assignments made before a return 4 years ago
..
decompose Preventing duplicate field access 6 years ago
deobfuscator Annotate variables in catch statements with @Pc 4 years ago
exps Use names from OriginalPcTable earlier during the decompilation process 4 years ago
sforms Add variable declaration support to iterateExprents 4 years ago
stats Annotate variables in catch statements with @Pc 4 years ago
vars Re-enable simpleMerge with additional scoping restrictions 4 years ago
ClasspathHelper.java [java decompiler] updates copyright comment 7 years ago
ClearStructHelper.java [java decompiler] updates copyright comment 7 years ago
ConcatenationHelper.java [java decompiler] cleanup (dead code; optimizations; warnings) 7 years ago
DecHelper.java Use bounded wildcards in API in static methods to make it more conventional and flexible 6 years ago
DomHelper.java Annotate variables in catch statements with @Pc 4 years ago
ExitHelper.java 'Switch' statements with single case converted to 'if', other warnings fixed 6 years ago
ExprProcessor.java Add bytecodeOffset to stack variables where it is unique 4 years ago
ExprentStack.java add override 6 years ago
FinallyProcessor.java Fix finally processor instruction comparison 4 years ago
IdeaNotNullHelper.java IfStatementMissingBreakInLoopInspection: added break if iterations have no effect after condition is met (IDEA-210094) 5 years ago
IfHelper.java Fix warnings (redundant boolean operation and others) 4 years ago
InlineSingleBlockHelper.java Apply common if parts inspection 6 years ago
LabelHelper.java [java decompiler] cleanup (dead code; optimizations; warnings) 7 years ago
LoopExtractHelper.java [java decompiler] cleanup (dead code; optimizations; warnings) 7 years ago
MergeHelper.java Improve heuristic for converting while loops to for loops 4 years ago
PPandMMHelper.java [java decompiler] updates copyright comment 7 years ago
PrimitiveExprsList.java [java decompiler] updates copyright comment 7 years ago
SecondaryFunctionsHelper.java [java decompiler] cleanup (dead code; optimizations; warnings) 7 years ago
SequenceHelper.java [java decompiler] updates copyright comment 7 years ago
SimplifyExprentsHelper.java Inline assignments made before a return 4 years ago
StackVarsProcessor.java Fix local variables incorrectly merging. 4 years ago
StatEdge.java Annotate variables in catch statements with @Pc 4 years ago
StrongConnectivityHelper.java Use bounded wildcards in API in static methods to make it more conventional and flexible 6 years ago
SwitchHelper.java IDEA-174243 Decompiler Switch-Enum Sugaring Doesn't Support Obfuscated Code 6 years ago