50 Commits (1c487b2e0f54eeb4c2630940e7d57c279ba5a032)

Author SHA1 Message Date
  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
  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 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 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
  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 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
  Andy Clement 589e3dc730 Fix Bug 550696 - ClassCastException during load time weaving: InstructionHandle cannot be cast to BranchHandle 4 years ago
  Andy Clement 08861eb882 Fix 548785: Check level is >=1.8 when looking to skip inlining around advice lambdas 5 years ago
  Andy Clement c2fc1564f0 Fix 548860: don't pass lowercased string through 5 years ago
  Andy Clement ff7f5a5441 Fix 547808: npe regression for multi @Around 5 years ago
  Andy Clement 2db13f12ae Final bits of AspectJ 1.9.4 5 years ago
  Andy Clement eca9069c8f extra check... 5 years ago
  Andy Clement 8819fad9f4 333274: more tests and fixes: nested @Around advice with proceed 5 years ago
  Andy Clement d3da67c03d mavenizing weaver - wip 5 years ago