Commit Graph

47 Commits (e44ba9905e410be06b69152fff5950094c6651bf)

Author SHA1 Message Date
Egor.Ushakov 7575bb57de removed unneeded boxing 7 years ago
Egor.Ushakov 2fab291fe1 minor cleanup: avoid creating empty arrays and unneeded boxing 7 years ago
Egor.Ushakov 7041accfe9 reduced memory usage - use HashMap for attributes 7 years ago
Egor.Ushakov 234073efb2 specify the exact collection size when we know 7 years ago
Egor.Ushakov 6fc7ae736a speedup descriptors parsing, avoid using regexp split 7 years ago
Tagir Valeev fdf34d9be2 DataPoint: useless check removed (already handled in previous branch) 7 years ago
Egor.Ushakov 5e45e5ac40 IDEA-130708 Incorrect locals names 8 years ago
Egor.Ushakov 6a09fe2524 avoid stream to array copying 8 years ago
Egor.Ushakov cb133af01e IDEA-166363 Support LocalVariableTypeTable attribute 8 years ago
Anna.Kozlova 947fae191f explicit types to diamonds 8 years ago
Egor.Ushakov 7628ddfd2c toString impls for debug 8 years ago
Roman Shevchenko 71bb82acbe [java-decompiler] correct decompilation of refs to inner generic classes (IDEA-155430) 8 years ago
Roman Shevchenko 52b31bf325 [java, java-decompiler] type annotations in class files 8 years ago
Roman Shevchenko b96586cc2f [java-decompiler] utility classes reorganized 8 years ago
Roman Shevchenko 23da5d99d2 Cleanup (I/O ops in java-decompiler) 8 years ago
Egor.Ushakov ec51c10d08 decompiler: support java 9 bytecode version 8 years ago
Christopher Carpenter 94851b6cbb Added a TODO regarding IDEA-137253. 9 years ago
Roman Shevchenko c825dd68ec Cleanup (formatting; minor optimization) 9 years ago
Christopher Carpenter bfddced4e2 Fixed renaming class elements when using the decompilers -ren=1 option. Fixes issue IDEA-137253 9 years ago
Roman Shevchenko 45a41684e6 [java-decompiler] cleanup (arrays to data classes; formatting; typos; dead code) 9 years ago
Sebastian Zarnekow e4e72404dc Fixed Fernflower decompiler output for generic nested types (IDEA-141230) 9 years ago
Egor.Ushakov 262d580ccc decompiler: cleanup 9 years ago
Egor.Ushakov ca7e2dfa1c decompiler: cleanup - marked const fields final 9 years ago
Stiver b3962a09ca Extended option 'dc4' to handle inlined class references (mainly Eclipse). See IDEA-135387 for an example. 9 years ago
Egor.Ushakov 635c94f023 decompiler: read sourceFile attribute 10 years ago
Roman Shevchenko 82a2939271 java-decompiler: cleanups and fixes 10 years ago
Roman Shevchenko 020f5c404b java-decompiler: extra casts on method calls omitted 10 years ago
Roman Shevchenko a721490f62 IDEA-127182 (passing line number map to debugger) 10 years ago
Egor.Ushakov 1a183952b4 decompiler: build original lines mapping 10 years ago
Egor.Ushakov a182de6271 decompiler: map all lines according to bytecode information 10 years ago
Stiver c975f11ecc Activated bytecode-to-source mapping for all instructions 10 years ago
Egor.Ushakov 37422ead1c cleanup after review - use option for decompiler banner text 10 years ago
Egor.Ushakov 125441a88f decompiler: move generated lines as it is stated in debug line table (disabled for now) 10 years ago
Roman Shevchenko bef17b44fc java-decompiler: minor optimization (no more empty array creation) 10 years ago
Roman Shevchenko 07ca9cf062 java-decompiler: unwanted dependency dropped 10 years ago
Egor Ushakov 0c8508ff8a decompiler: support line number table attribute 10 years ago
Roman Shevchenko e90f1de039 IDEA-129221 (tolerate invalid signature attributes) 10 years ago
Roman Shevchenko ff382a6fdf java-decompiler: fixes and cleanups 10 years ago
Roman Shevchenko 4e79d160ca java-decompiler: code attributes reading restored 10 years ago
Roman Shevchenko 686b5abef9 java-decompiler: optimization (empty lists allocation avoided) 10 years ago
Roman Shevchenko 2df49d32a7 java-decompiler: fixes and cleanups 10 years ago
Roman Shevchenko 984af2e7d0 java-decompiler: post-import cleanup (typos) 10 years ago
Roman Shevchenko f5431c3bb1 java-decompiler: post-import cleanup (common fixes and optimizations) 10 years ago
Roman Shevchenko 63b8d35d08 java-decompiler: post-import cleanup (dead code dropped) 10 years ago
Roman Shevchenko 84ea54eb1e java-decompiler: post-import cleanup (code style issues) 10 years ago
Roman Shevchenko 076e4393f2 java-decompiler: post-import cleanup (formatting and copyright) 10 years ago
Roman Shevchenko 663631f045 java-decompiler: post-import cleanup (classes moved) 10 years ago