Commit Graph

15 Commits (9c869a42c3f0935955f2e315254fdd0c4a45eeba)

Author SHA1 Message Date
Sergey Ignatov 877b0bb707 there's no need to use <? extends String>, because String is final 5 years ago
Alexey Kudravtsev 5650f57ad2 Use bounded wildcards in API in constructors/final methods to make it more conventional and flexible 6 years ago
Tagir Valeev 023bb2462a Unnecessary null check before instanceof removed 7 years ago
Roman Shevchenko 4fd89eeb42 [java decompiler] moves TextBuffer into "util" package 7 years ago
Roman Shevchenko 7521c17aba [java decompiler] updates copyright comment 7 years ago
Roman Shevchenko 52b31bf325 [java, java-decompiler] type annotations in class files 8 years ago
Roman Shevchenko 4a1a747bdc [java-decompiler] fixes indentation in annotations 8 years ago
Roman Shevchenko 82a2939271 java-decompiler: cleanups and fixes 10 years ago
Egor.Ushakov eb3db8dc8b decompiler: use more TextBuffer methods 10 years ago
Egor.Ushakov 46c36636bc decompiler: track lines in anonymous classes as well 10 years ago
Stiver f735cbc7ea Started work on mapping bytecode instructions to source code lines 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 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
Roman Shevchenko f864084061 java-decompiler: post-import cleanup (root package renamed) 10 years ago
Roman Shevchenko 879330b555 minor optimization (o == this in equals) 10 years ago
Stiver e2d0f5d9c3 initial commit 10 years ago