Egor.Ushakov
|
8c440e281c
|
fixed incorrect constructor method reference
|
8 years ago |
Egor.Ushakov
|
a62cc3f709
|
IDEA-127499 Decompiler doesn't support switch over enums
|
8 years ago |
Dmitry Cherniachenko
|
592a24cd85
|
Fixed tests after rebasing to the latest master
|
8 years ago |
Dmitry Cherniachenko
|
94198aa8a5
|
Detect external vararg methods too (if available on the classpath)
|
8 years ago |
Dmitry Cherniachenko
|
dfd90978c9
|
Avoid explicit array creation for vararg parameters
|
8 years ago |
Oleg Panashchenko
|
2a213aa4a0
|
Use fully qualified static field name in conflict #541
|
8 years ago |
Dmitry Cherniachenko
|
0a7a60fa7b
|
Add '(byte)' and '(short)' type cast for int literals only in invocation parameters
|
8 years ago |
Dmitry Cherniachenko
|
7e1cb88fe2
|
Removed unnecessary boxing of primitive types
|
8 years ago |
Dmitry Cherniachenko
|
cd1acfa266
|
IDEA-171459 fix type cast for int literals used as byte / short in decompiled code
|
8 years ago |
Egor.Ushakov
|
d706718b1b
|
added spaces after if and inside the ternary operator
|
8 years ago |
Egor.Ushakov
|
e09e303e71
|
IDEA-169534 Decompiler overuses ternary operation
|
8 years ago |
Egor.Ushakov
|
f53a873116
|
IDEA-167346 Do not escape single quote in strings
|
8 years ago |
Egor.Ushakov
|
45384fb8c5
|
fixed access to private outer class methods with params
|
8 years ago |
Egor.Ushakov
|
6713b9c495
|
test for anonymous class with params
|
8 years ago |
Egor.Ushakov
|
0684264b3a
|
IDEA-166073 Extended Width (long, double) constructors cause issues with anonymous classes
|
8 years ago |
Egor.Ushakov
|
5e45e5ac40
|
IDEA-130708 Incorrect locals names
|
8 years ago |
Egor.Ushakov
|
cb133af01e
|
IDEA-166363 Support LocalVariableTypeTable attribute
|
8 years ago |
Egor.Ushakov
|
32693c314a
|
IDEA-149813 Decompiler has lost generic parameter
|
8 years ago |
Egor.Ushakov
|
fe5260df8a
|
IDEA-166101 Imports Added for Classes in Same Package
|
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 |
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
|
249903478c
|
Cleanup (test data)
|
9 years ago |
Roman Shevchenko
|
b366de8eb4
|
[java-decompiler] unneeded cast around byte/short constants
|
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 |
Roman Shevchenko
|
1ac2304d60
|
[java-decompiler] fixes enum constant initializer decompilation (IDEA-154547)
|
9 years ago |
Egor.Ushakov
|
404783c874
|
decompiler: Setup increment/decrement test properly #376
|
9 years ago |
Egor.Ushakov
|
95215dc2e2
|
replace increment / decrement synthetic access method, pull-request #373
|
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 |
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
|
cb72744cdb
|
removed misplaced test file
|
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
|
1794156473
|
[java-decompiler] synthetic inner class constructor parameter filtering (IDEA-147606)
|
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
|
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
|
022d552b30
|
IDEA-140321 Wrong current line highlighting when debugging synchronized block in decompiled code
|
10 years ago |
Egor.Ushakov
|
44ba5816f2
|
IDEA-138578 Debugger spuriously jumps to decompiled method signature
|
10 years ago |
Egor.Ushakov
|
d5e22fe0c9
|
decompiler: map line number for catch statement
|
10 years ago |
Egor.Ushakov
|
9ec79b5701
|
decompiler: line mapping for break and continue
|
10 years ago |
Egor.Ushakov
|
7e30facd33
|
decompiler: generate line number matching for return and some other statements
|
10 years ago |
Egor.Ushakov
|
917c680276
|
decompiler: better line matching for single block methods
|
10 years ago |