summaryrefslogtreecommitdiffstats
path: root/src/org/jetbrains/java/decompiler/main
Commit message (Collapse)AuthorAgeLines
* Format via embedded eclipse formatter & add determinerHEADmastermd_52018-07-14-1/+1
|
* fixed lambda parameter names already used in the contextEgor.Ushakov2018-06-25-10/+13
| | | | | | | | # Conflicts: # src/org/jetbrains/java/decompiler/main/collectors/VarNamesCollector.java # src/org/jetbrains/java/decompiler/main/rels/NestedClassProcessor.java # src/org/jetbrains/java/decompiler/modules/decompiler/vars/VarProcessor.java # test/org/jetbrains/java/decompiler/SingleClassesTest.java
* Fix lambda param namesmd_52017-11-29-1/+7
|
* fixed incorrect constructor method referencemd_52017-10-28-1/+1
|
* More lambda fixesmd_52017-08-03-14/+12
|
* Some decompilation fixes regarding lambdasmd_52017-05-14-1/+4
|
* Import "Enhance switches on enums." from LexManos / MinecraftForgeLex Manos2016-10-21-0/+127
|
* Mavenized and fixed formatting to match jacobeformattingThinkofdeath2014-12-11-13/+42
|
* Spigot Changesmd_52014-10-25-14/+25
|
* java-decompiler: minor optimizationRoman Shevchenko2014-10-08-5/+16
|
* cleanup after review - use option for decompiler banner textEgor.Ushakov2014-10-08-8/+10
|
* java-decompiler: class name logging on non-fatal errorsRoman Shevchenko2014-10-08-16/+42
|
* Cleanup (formatting)Roman Shevchenko2014-10-07-23/+17
|
* calculate less indent buffersEgor.Ushakov2014-10-07-45/+45
|
* decompiler: move generated lines as it is stated in debug line table ↵Egor.Ushakov2014-10-07-23/+204
| | | | (disabled for now)
* Fixed some errors in line countingStiver2014-10-07-11/+32
|
* java-decompiler: minor optimizationRoman Shevchenko2014-10-06-2/+4
|
* Propagated bytecode-to-source tracerStiver2014-10-06-34/+102
|
* Started work on mapping bytecode instructions to source code linesStiver2014-10-01-15/+149
|
* IDEA-129221 (tolerate invalid signature attributes)Roman Shevchenko2014-09-12-6/+8
|
* java-decompiler: fixes and cleanupsRoman Shevchenko2014-09-07-441/+318
| | | | | | | | | - console decompiler: resource closing, lookup instead of scan, error reporting - logger interface reworked - saver interface renamed - bytecode provider returns byte array (to reduce stream leakage) - extra level of context unit avoided - unneeded exceptions, dead code, formatting
* java-decompiler: optimization (empty lists allocation avoided)Roman Shevchenko2014-09-04-6/+6
|
* java-decompiler: optimization (less string buffer allocations on generating ↵Roman Shevchenko2014-09-04-840/+684
| | | | text)
* java-decompiler: cleanupsRoman Shevchenko2014-09-03-71/+58
| | | | | | | - better signatures - accurate suppression - unused symbols - typos
* java-decompiler: hide synthetic field assignmentRoman Shevchenko2014-09-03-62/+23
|
* java-decompiler: fixes and cleanupsRoman Shevchenko2014-09-03-125/+91
| | | | | | | | - unified attribute loading code - common methods for checking member flags - verifying skip() - correct resource closing - typos
* java-decompiler: post-import cleanup (OS-dependent line separator)Roman Shevchenko2014-09-01-1/+2
|
* java-decompiler: post-import cleanup (typos)Roman Shevchenko2014-09-01-78/+62
|
* java-decompiler: post-import cleanup (explicit defaults for all preferences)Roman Shevchenko2014-09-01-63/+55
|
* java-decompiler: post-import cleanup (tests reorganized)Roman Shevchenko2014-09-01-1/+6
|
* java-decompiler: post-import cleanup (obsolete copyright option dropped)Roman Shevchenko2014-08-31-15/+0
|
* java-decompiler: post-import cleanup (common fixes and optimizations)Roman Shevchenko2014-08-29-77/+58
|
* java-decompiler: post-import cleanup (code style issues)Roman Shevchenko2014-08-29-93/+85
|
* java-decompiler: post-import cleanup (formatting and copyright)Roman Shevchenko2014-08-28-5572/+5635
|
* java-decompiler: post-import cleanup (classes moved)Roman Shevchenko2014-08-28-0/+6117