aboutsummaryrefslogtreecommitdiffstats
path: root/weaver/src
Commit message (Expand)AuthorAgeFilesLines
* Remove old '.cvsignore' filesAlexander Kriegisch2023-09-271-2/+0
* Improve error message in LazyClassGen.getJavaClassBytesIncludingReweavableAlexander Kriegisch2023-08-063-11/+17
* Fix inline accessor method bug in BcelAccessForInlineMungerAlexander Kriegisch2023-08-061-5/+9
* Use relocated ASM class names in BCException messageAlexander Kriegisch2023-08-041-5/+8
* BcelTypeMunger.getRealMemberForITDFromAspect code cosmeticsAlexander Kriegisch2023-06-261-33/+24
* Correctly identify ITD method signatures in weaverAlexander Kriegisch2023-06-261-7/+1
* Fix GitHub #214Alexander Kriegisch2023-01-211-1/+1
* BcelTypeMunger.mungeMethodDelegate: only use 'synchronized' when necessaryAlexander Kriegisch2023-01-071-3/+25
* Improve BcelTypeMunger.mungeMethodDelegate to avoid race conditionAlexander Kriegisch2023-01-041-2/+31
* Fix #366085 concerning declared annotations with source retentionAlexander Kriegisch2022-12-211-2/+8
* Cleanup redundant null check before instanceofAndrey Turbanov2022-04-171-1/+1
* Remove redundant casts after generics updateAndrey Turbanov2022-04-125-5/+5
* BcelWorld.reportMatch: handle 'kind.getName() == null' correctlyAlexander Kriegisch2022-04-101-5/+7
* Cleanup redundant type casts, due to too weak variable type declarationAndrey Turbanov2022-02-266-13/+7
* Try to improve error reporting when Asm access issuesAndy Clement2022-01-313-4/+7
* Merge pull request #113 from turbanoff/use_generic_in_weaver_moduleAndy Clement2022-01-1410-28/+28
|\
| * Update 'weaver' code to use genericsAndrey Turbanov2022-01-1410-28/+28
* | Couple of basic tests for the repository optimizationsAndy Clement2022-01-131-12/+14
* | Optimize class loading - make backward compatible with legacy behaviourAlexander Kriegisch2022-01-131-3/+3
* | Optimize class loadingStefan Starke2022-01-131-14/+39
|/
* Reduce empty array allocationsAndrey Turbanov2021-12-1814-36/+33
* Merge pull request #102 from turbanoff/trim_trailing_whitespacesAndy Clement2021-11-303-14/+14
|\
| * Trim trailing whitespaces.Andrey Turbanov2021-11-203-14/+14
* | Replace uses of StringBuffer with StringBuilder.Andrey Turbanov2021-11-2017-29/+29
|/
* Upgrade license from CPLv1/EPLv1 to EPLv2Alexander Kriegisch2021-06-04187-1736/+1736
* Replace use of ASM-renamed by original ASMAlexander Kriegisch2021-05-163-15/+18
* Make sure to clean up temp-dirs in 'weaver' moduleAlexander Kriegisch2021-04-091-2/+5
* Fix some deprecated Java and JUnit warnings by using newer API callsAlexander Kriegisch2021-03-214-7/+6
* Add Java 15 class vile version to BCEL constants, adjust test tools etc.Alexander Kriegisch2021-03-161-7/+7
* Upgrade to ASM 9.1, delete obsolete ASM binariesAlexander Kriegisch2021-03-161-2/+2
* Fix 'ajdoc' tests for Java 15 buildAlexander Kriegisch2021-03-144-31/+31
* Make MoveInstructionsWeaveTestCase.testFancyHello pass when run twiceAlexander Kriegisch2021-03-131-9/+14
* Remove call to System.outAnuj Dodhia2020-12-021-2/+1
* Typo fixesJerry James2020-09-142-3/+3
* Fix javadoc references to nonexistent fields, classes, or packagesJerry James2020-09-141-3/+3
* Fix misplaced or incorrect javadoc tagsJerry James2020-09-146-6/+5
* Fix misplaced or incorrectly nested HTML tagsJerry James2020-09-1411-33/+49
* Fix incorrect HTML entities in javadoc commentsJerry James2020-09-144-4/+4
* Remove unnecessary interface modifiersLars Grefer2020-08-174-69/+69
* Remove unnecessary enum modifiersLars Grefer2020-08-172-2/+2
* polishAndy Clement2020-08-163-38/+38
* Merge branch 'master' into feature/collection-performanceAndy Clement2020-08-1517-22/+0
|\
| * Cleanup unused importsLars Grefer2020-08-1617-22/+0
* | Weaken Collection declarationsLars Grefer2020-08-155-24/+24
* | Redundant Collection.addAll() callLars Grefer2020-08-154-14/+7
* | Collection.toArray() call styleLars Grefer2020-08-154-4/+4
* | Single Map method can be usedLars Grefer2020-08-151-5/+1
* | Collections.sort() can be replaced with List.sort()Lars Grefer2020-08-154-4/+4
* | Manual array to collection copyLars Grefer2020-08-151-6/+2
|/
* Fix the serial version UID contribution to work properlyAndy Clement2020-08-141-126/+126