Commit Graph

393 Commits (master)

Author SHA1 Message Date
Roman Shevchenko 03a6b01b83 [java decompiler] getting rid of deprecated API usage 3 years ago
Maxim Degtyarev 31cff62c94 Fix for IDEABKL-8006 IDE hangs when decompiling class which 3 years ago
Tagir Valeev e16fb8ef1d Avoid assignment used as condition 3 years ago
Vladimir Krivosheev ede143d4bd use jdk9+ Map.entry API instead of AbstractMap.SimpleImmutableEntry 3 years ago
Tagir Valeev 56d2f5f887 Unused assignments removed, misc other fixes 3 years ago
Roman Shevchenko 9cd86f9640 [java decompiler] skipping generated `module-info` statements 3 years ago
Roman Shevchenko e130aa6896 [java decompiler] supporting `package-info` 3 years ago
Roman Shevchenko 37bb6cf4d8 [java decompiler] separating `module-info` sections 3 years ago
Roman Shevchenko f40b96ebcf [java decompiler] minor refactoring + cleanup (duplicates; dependencies; test data layout; typos; formatting) 3 years ago
leonardosnt f259b38c72 IDEA-245329: Handle CONSTANT_Module and CONSTANT_Package 3 years ago
Anna Kozlova e708ad6393 java 11 migration: explicit -> diamond for anonymous classes 3 years ago
Nikolay Chashnikov e19aab61ce [java] API cleanup: remove unused API which was deprecated for a long time (IDEA-259329) 3 years ago
Maxim Degtyarev dbf407a655 Fix NPE inside `ExceptionRangeCFG::toString()` for `finally` exception range 3 years ago
Tagir Valeev 143e2396ae Avoid set.removeAll(list) 3 years ago
Alexey Kudravtsev 7f65f48b3f use more high-level methods to copy arrays instead of low-level cryptic System.arraycopy() 4 years ago
Vladimir Krivosheev 50691f39fb cleanup (final) 4 years ago
Graham f11ed78169 Replace openrs2.dev with openrs2.org 4 years ago
Graham d12a2dab06 Split custom merge logic into a separate shouldMerge function 4 years ago
covers1624 9e525f7aeb Revert change to FieldExprent#getExprentUse 4 years ago
Graham 1f2ee3c81f Inline assignments made before a return 4 years ago
Graham 74c7174bbf Re-enable simpleMerge with additional scoping restrictions 4 years ago
LexManos fda8f42dd0 Fix local variables incorrectly merging. 4 years ago
Tagir Valeev f61e659e58 [java-stubs] Hide synthetic equals/hashCode/toString in records (stubs+decompiler) 4 years ago
Tagir Valeev 1651445c90 [java-decompiler] IDEA-246839 Support java records in decompiler 4 years ago
Graham 0c1291b8ff Implement common superclass/interface algorithm in getCommonSupertype 4 years ago
Tagir Valeev 0749965bc9 [java-decompiler] initConstant: fix getField/putField handling 4 years ago
simon816 44ae885a96 Ignore library classes when saving decompilation result 4 years ago
malte0811 ab4a7ddd16 Fix incorrect decompilation of inverted floating point comparisons with NaN (IDEA-196302) 4 years ago
Graham 34110df5f4 Improve heuristic for converting while loops to for loops 4 years ago
Graham 49c640733c Remove issingle condition in matchFor 4 years ago
Graham 4d46ef6312 Use more deterministic local variable names 4 years ago
Graham 964f7292a8 Defer refreshVarNames until debug names have been assigned 4 years ago
Graham 17c4438d37 Fix renaming variable declarations without assignments 4 years ago
Graham 7a34b8e85a Add variable declaration support to iterateExprents 4 years ago
Graham 9addbd6349 Use names from OriginalPcTable earlier during the decompilation process 4 years ago
Graham eaa8533e74 Use names from MethodParameters earlier during the decompilation process 4 years ago
Graham 2bf9bb4e9b Use mapped local variable names from the OriginalPcTable 4 years ago
Graham b7ff940440 Fix references to parameters renamed with the MethodParameters table 4 years ago
Vladimir Krivosheev 1d63f7d447 cleanup (final) 4 years ago
Anna Kozlova 5f94a0d0d5 apply remove redundant cast 4 years ago
Graham b3a455fb1a Relax isExprentIndependent 4 years ago
Tagir Valeev 1685759f61 Use Math.min/max 4 years ago
Tagir Valeev 8382c008b2 Fixed unnecessarily escaped character 4 years ago
Tagir Valeev 488da329f4 Fix warnings (redundant boolean operation and others) 4 years ago
Graham 1526cea2a5 Annotate variables in catch statements with @Pc 4 years ago
Graham d2718bd7b0 Improve code for setting the bytecodeOffset in VarDefinitionHelper 4 years ago
Graham eb536c94d7 Add bytecodeOffset to stack variables where it is unique 4 years ago
Graham 35228e6d63 Populate bytecodeOffset of definitions created in VarDefinitionHelper 4 years ago
Graham b4c1bab1b6 Add separate bytecodeOffset variable to VarExprent 4 years ago
Justin 0d2a413b2a Fix finally processor instruction comparison 4 years ago