Egor.Ushakov
|
32693c314a
|
IDEA-149813 Decompiler has lost generic parameter
|
8 years ago |
Egor.Ushakov
|
7bdec4ffc7
|
decompiler: a test for the pull request #394
|
8 years ago |
Egor.Ushakov
|
ee83b25d1d
|
IDEA-162579 "Unrecognized invocation of <init>" when decompiling kotlin bytecode
|
8 years ago |
Anna.Kozlova
|
947fae191f
|
explicit types to diamonds
|
8 years ago |
Vladimir Krivosheev
|
d586edbb3f
|
use assertJ instead of hamcrest
|
8 years ago |
Anna.Kozlova
|
7067504c27
|
block lambda -> expr lambda
|
9 years ago |
Anna.Kozlova
|
ffd54ff4f4
|
anonym -> lambda
|
9 years ago |
Roman Shevchenko
|
52b31bf325
|
[java, java-decompiler] type annotations in class files
Step 1: add top-level field/method/parameter annotations to stubs; include them in decompiled text.
|
9 years ago |
Roman Shevchenko
|
4a1a747bdc
|
[java-decompiler] fixes indentation in annotations
|
9 years ago |
Roman Shevchenko
|
eaa61a1f81
|
[java-decompiler] skips illegal local variable names
|
9 years ago |
Egor.Ushakov
|
95215dc2e2
|
replace increment / decrement synthetic access method, pull-request #373
|
9 years ago |
Roman Shevchenko
|
96ff7f787e
|
Cleanup (formatting; typos)
|
9 years ago |
Alexandru-Constantin Bledea
|
0e514a6253
|
fix constructor arguments for extended inner classes
|
9 years ago |
Roman Shevchenko
|
93a39b7b50
|
[java-decompiler] test data cleanup; warnings
|
9 years ago |
Alexandru-Constantin Bledea
|
1359577355
|
add additional tests for static initializers
|
9 years ago |
Alexandru-Constantin Bledea
|
06c993b508
|
correctly decompile interface object fields
|
9 years ago |
Roman Shevchenko
|
35259c3e20
|
Cleanup (formatting)
|
9 years ago |
Roman Shevchenko
|
23da5d99d2
|
Cleanup (I/O ops in java-decompiler)
|
9 years ago |
Alexandru-Constantin Bledea
|
7cf7bec4b6
|
prevent static field name clashes in local methods
|
9 years ago |
Roman Shevchenko
|
5795c1d9e0
|
[tests] test cases added
|
9 years ago |
Egor.Ushakov
|
876740dd0e
|
decompiler: fixed incorrect method references from single letter classes
|
9 years ago |
Egor.Ushakov
|
1b23240c84
|
decompiler: fixed SOE if referenced method name is the same as current
|
9 years ago |
Egor.Ushakov
|
4724fd78a6
|
IDEA-151950 Decompiler doesn't work for classes from JDK 9 - support java 9 string concatenation
|
9 years ago |
Roman Shevchenko
|
a725e5b7b6
|
Cleanup (java decompiler test optimization)
|
9 years ago |
Roman Shevchenko
|
26ab681d56
|
[java-decompiler] cleanup (text rearranging mode dropped)
|
9 years ago |
Alexandru-Constantin Bledea
|
766fc1390d
|
Decompiler name shadowing resolution
https://github.com/JetBrains/intellij-community/pull/295
|
9 years ago |
Roman Shevchenko
|
ee740aa056
|
[java-decompiler] main test method extended to accept companion files
|
9 years ago |
Roman Shevchenko
|
aab87019ef
|
[java-decompiler] common file comparison method extracted; test data updated
|
9 years ago |
Sebastian Zarnekow
|
e4e72404dc
|
Fixed Fernflower decompiler output for generic nested types (IDEA-141230)
https://github.com/JetBrains/intellij-community/pull/273
|
10 years ago |
Egor.Ushakov
|
ae2c64a157
|
tests for IDEA-135314 Inner classes constructors calls decompiled incorrectly
|
10 years ago |
Egor.Ushakov
|
02e235dcee
|
decompiler: fixed inner class constructor signature decompilation
|
10 years ago |
Egor.Ushakov
|
c254ddd8f2
|
IDEA-130477 Instance creation of local inner class within static method is not decompiled correctly
|
10 years ago |
Egor.Ushakov
|
4ee8ad716d
|
decompiler: major line numbers fixes
|
10 years ago |
Egor.Ushakov
|
4a6a658b4c
|
decompiler: fixed incorrect line mapping after abstract and native methods
|
10 years ago |
Roman Shevchenko
|
020f5c404b
|
java-decompiler: extra casts on method calls omitted
(loosely based on https://github.com/JetBrains/intellij-community/pull/217)
|
10 years ago |
Egor.Ushakov
|
56b3edd3ca
|
decompiler: fixed line mapping in synchronized block
|
10 years ago |
Egor.Ushakov
|
d00bc545fe
|
IDEA-131658 try-catch-finally is not supported
|
10 years ago |
Roman Shevchenko
|
08c4c683a1
|
java-decompiler: print mapping table only in unit test mode
|
10 years ago |
Roman Shevchenko
|
b3681fe952
|
Cleanup (test extracted to make option setting per-class instead of per-test)
|
10 years ago |
Stiver
|
22ceacc969
|
Unit test
|
10 years ago |
Roman Shevchenko
|
6889e7435a
|
EA-41231 (omit synthetic inner class constructor parameter)
|
10 years ago |
Roman Shevchenko
|
848c420977
|
java-decompiler: line numbers matching test
|
10 years ago |
Roman Shevchenko
|
ce2169f372
|
java-decompiler: base class extracted to allow decompiler customization in tests
|
10 years ago |
Roman Shevchenko
|
512a08c13e
|
tests: decompiler test data lookup fixed for particular build configuration
|
10 years ago |
Roman Shevchenko
|
e1d1425f22
|
java-decompiler: fix for broken Git checkout on Windows
|
10 years ago |
Roman Shevchenko
|
e90f1de039
|
IDEA-129221 (tolerate invalid signature attributes)
|
10 years ago |
Roman Shevchenko
|
69dc786510
|
java-decompiler: NPE in test fixture; diagnostic
|
10 years ago |
Roman Shevchenko
|
e74977d467
|
IDEA-128685 (test added)
|
10 years ago |
Roman Shevchenko
|
95cd67883e
|
IDEA-128676 (test added)
|
10 years ago |
Roman Shevchenko
|
ccd7b93497
|
Cleanup (test)
|
10 years ago |