summaryrefslogtreecommitdiffstats
path: root/src/org/jetbrains/java/decompiler/struct/attr/StructGeneralAttribute.java
Commit message (Collapse)AuthorAgeLines
* decompiler: support line number table attributeEgor Ushakov2014-10-05-0/+4
|
* java-decompiler: fixes and cleanupsRoman Shevchenko2014-09-07-2/+1
| | | | | | | | | - 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-4/+11
|
* java-decompiler: fixes and cleanupsRoman Shevchenko2014-09-03-70/+25
| | | | | | | | - unified attribute loading code - common methods for checking member flags - verifying skip() - correct resource closing - typos
* java-decompiler: post-import cleanup (formatting and copyright)Roman Shevchenko2014-08-28-120/+132
|
* java-decompiler: post-import cleanup (classes moved)Roman Shevchenko2014-08-28-0/+145