62 Revīzijas (65f1ec72c2fc9446a162780dc3f6dee625704c02)

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