62 Commits (65f1ec72c2fc9446a162780dc3f6dee625704c02)

Author SHA1 Message Date
  Alexander Kriegisch 65f1ec72c2 Fix #366085 concerning declared annotations with source retention 1 year ago
  Andrey Turbanov 816f585d54 Cleanup redundant null check before instanceof 2 years ago
  Andrey Turbanov 1c487b2e0f Remove redundant casts after generics update 2 years ago
  Alexander Kriegisch 238af52f84 BcelWorld.reportMatch: handle 'kind.getName() == null' correctly 2 years ago
  Andrey Turbanov 2301b36776 Cleanup redundant type casts, due to too weak variable type declaration 2 years ago
  Andy Clement ea734d7e5d Try to improve error reporting when Asm access issues 2 years ago
  Andrey Turbanov ffda2dde2d Update 'weaver' code to use generics 2 years ago
  Andy Clement 3227aad604 Couple of basic tests for the repository optimizations 2 years ago
  Alexander Kriegisch 4ee5489a4a Optimize class loading - make backward compatible with legacy behaviour 3 years ago
  Stefan Starke 0e58847d8d Optimize class loading 4 years ago
  Andrey Turbanov 4c8c90de69 Reduce empty array allocations 2 years ago
  Andrey Turbanov b1c52e2f5e Replace uses of StringBuffer with StringBuilder. 2 years ago
  Alexander Kriegisch 49cb924f54 Upgrade license from CPLv1/EPLv1 to EPLv2 3 years ago
  Alexander Kriegisch 45254f5881 Replace use of ASM-renamed by original ASM 3 years ago
  Alexander Kriegisch ecb5320c7b Fix some deprecated Java and JUnit warnings by using newer API calls 3 years ago
  Alexander Kriegisch 7fab8259c4 Upgrade to ASM 9.1, delete obsolete ASM binaries 3 years ago
  Alexander Kriegisch 2fd6804db8 Fix 'ajdoc' tests for Java 15 build 3 years ago
  Anuj Dodhia f560b86175
Remove call to System.out 3 years ago
  Jerry James 192083a567 Typo fixes 3 years ago
  Jerry James 3255a3c562 Fix javadoc references to nonexistent fields, classes, or packages 3 years ago
  Jerry James de14ca22d7 Fix misplaced or incorrect javadoc tags 3 years ago
  Jerry James f8f117808b Fix misplaced or incorrectly nested HTML tags 3 years ago
  Jerry James f7f7656f81 Fix incorrect HTML entities in javadoc comments 3 years ago
  Lars Grefer 85ad27ee70 Remove unnecessary interface modifiers 3 years ago
  Lars Grefer c5be7f1734 Remove unnecessary enum modifiers 3 years ago
  Lars Grefer 702f3fa5bd Cleanup unused imports 3 years ago
  Lars Grefer 639f5030e0 Weaken Collection declarations 3 years ago
  Lars Grefer 2409bcbc7c Redundant Collection.addAll() call 3 years ago
  Lars Grefer 3641f1626d Collection.toArray() call style 3 years ago
  Lars Grefer 2debfa05f4 Single Map method can be used 3 years ago
  Lars Grefer efa2e5ce8c Collections.sort() can be replaced with List.sort() 3 years ago
  Lars Grefer a85308ec10 Manual array to collection copy 3 years ago
  Andy Clement 9cab747172 Fix the serial version UID contribution to work properly 3 years ago
  Andy Clement b0b2f50a27 Fix up tests and reduce verbosity on J11 3 years ago
  Lars Grefer 05f797adde Simplify checks for Java 8 to true 3 years ago
  Lars Grefer d7ba05ce26 Remove checks for old Java Versions 3 years ago
  Andy Clement 4f027bd94f Adjust ASM version number used to work properly with Records (J14) 3 years ago
  Lars Grefer e1bff9a570 Use the diamond operator where possible 3 years ago
  Lars Grefer f33600d4d5 Unnecessary boxing 3 years ago
  Lars Grefer c1c373f427 'String.indexOf()' expression is replaceable with 'contains()' 3 years ago
  Lars Grefer a508fd5315 'while' loop replaceable with enhanced 'for' loop 3 years ago
  Lars Grefer 72194b7982 'for' loop replaceable with enhanced 'for' loop 3 years ago
  eli-fin 5c82acb58e Fix serialVersionUID initialization for java9+ 5 years ago
  Andy Clement c3c07fdb4b polish 4 years ago
  Andy Clement 4d6668df0c Fix 550494 4 years ago
  Andy Clement 2704db20ec Java 13 support 4 years ago
  Andy Clement 7215c4599e Fix Bug 387122 - threadlocal in weavingadaptor is potential memory leak 4 years ago
  Andy Clement feacb252cb 543657: tweak to use current data rather than last known packed data 4 years ago
  Andy Clement aa4e441fca Moved tests around for avoiding weaving switch infrastructure method 4 years ago
  Semyon Danilov d8821e28d6 - dont't weave synthetic enum helper method for switch 4 years ago