summaryrefslogtreecommitdiffstats
path: root/src/org/jetbrains/java/decompiler/util
Commit message (Collapse)AuthorAgeLines
* Add odouble / ofloat variable switches.md_52016-10-21-0/+6
|
* Fix support for some non-english locales (tr_TR)md_52016-06-21-1/+2
|
* Fix issues with generics with genericsThinkofdeath2015-02-25-1/+1
|
* Fix innerclass and generics breaking variable namesThinkofdeath2015-02-24-0/+5
|
* Mavenized and fixed formatting to match jacobeformattingThinkofdeath2014-12-11-0/+12
|
* Spigot Changesmd_52014-10-25-0/+157
|
* calculate less indent buffersEgor.Ushakov2014-10-07-8/+3
|
* decompiler: move generated lines as it is stated in debug line table ↵Egor.Ushakov2014-10-07-2/+3
| | | | (disabled for now)
* java-decompiler: minor optimization (no more empty array creation)Roman Shevchenko2014-10-06-4/+7
|
* Cleanup (formatting)Roman Shevchenko2014-10-06-1/+1
|
* IDEA-130478 (optimization of 6fcac6a5: less short-lived objects)Roman Shevchenko2014-09-29-15/+13
|
* Fixing migration errors: stream.read() doesn't read the entire available ↵Stiver2014-09-28-5/+12
| | | | stream. It has to be called in a loop or replaced with readFully().
* java-decompiler: fixes and cleanupsRoman Shevchenko2014-09-07-3/+28
| | | | | | | | | - 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 (less string buffer allocations on generating ↵Roman Shevchenko2014-09-04-3/+7
| | | | text)
* java-decompiler: cleanupsRoman Shevchenko2014-09-03-14/+9
| | | | | | | - better signatures - accurate suppression - unused symbols - typos
* java-decompiler: fixes and cleanupsRoman Shevchenko2014-09-03-6/+11
| | | | | | | | - unified attribute loading code - common methods for checking member flags - verifying skip() - correct resource closing - typos
* java-decompiler: post-import cleanup (common fixes and optimizations)Roman Shevchenko2014-08-29-11/+11
|
* java-decompiler: post-import cleanup (dead code dropped)Roman Shevchenko2014-08-29-549/+0
|
* java-decompiler: post-import cleanup (code style issues)Roman Shevchenko2014-08-29-34/+29
|
* java-decompiler: post-import cleanup (formatting and copyright)Roman Shevchenko2014-08-28-2686/+2730
|
* java-decompiler: post-import cleanup (classes moved)Roman Shevchenko2014-08-28-0/+2823