| Commit message (Expand) | Author | Age | Files | Lines |
* | Add Java23 support | Andrew Clement | 2025-03-07 | 3 | -9/+42 |
* | ClasspathManagerTestCase cosmetics | Alexander Kriegisch | 2024-04-26 | 1 | -132/+132 |
* | Improve ClassPathManager performance, caching unfound entries | Ric Harris | 2024-04-26 | 1 | -12/+21 |
* | Add ClasspathManagerTestCase::testUnfoundClassPerformance | Alexander Kriegisch | 2024-04-26 | 1 | -1/+28 |
* | BcelObjectType: Add experimental code to set source file name for | Alexander Kriegisch | 2024-04-13 | 1 | -4/+13 |
* | Minor code cosmetics | Alexander Kriegisch | 2024-04-13 | 1 | -1/+1 |
* | Implement source location matching for weave messages in XML tests | Alexander Kriegisch | 2024-04-13 | 2 | -27/+63 |
* | Revert WeavingAdaptor generated class map optimisation | Alexander Kriegisch | 2024-04-08 | 1 | -0/+1 |
* | SimpleCache: structural refactoring, better docs | Alexander Kriegisch | 2024-04-08 | 1 | -117/+130 |
* | Remove BCEL files from 'lib' module | Alexander Kriegisch | 2024-03-15 | 1 | -4/+8 |
* | Improved fix for #285 | KimmingLau | 2024-03-04 | 2 | -45/+67 |
* | Improve unwoven class file handling in SimpleCache | Alexander Kriegisch | 2024-03-02 | 1 | -3/+2 |
* | Rephrase docs for WeavingXmlConfig::excludesType | Alexander Kriegisch | 2024-02-23 | 1 | -7/+17 |
* | LangUtil: remove methods like 'is11VMOrGreater', 'is1dot5VMOrGreater' | Alexander Kriegisch | 2024-02-19 | 5 | -8/+8 |
* | Globally replace "http:" by "https:" in non-XML files | Alexander Kriegisch | 2024-02-15 | 2 | -4/+4 |
* | Remove noise from aspectj_1_5_0.dtd | Alexander Kriegisch | 2024-02-15 | 1 | -68/+47 |
* | Factor out some anonymous IWeaveRequestor classes to inner classes | Alexander Kriegisch | 2024-02-08 | 2 | -60/+55 |
* | Store only weaved class names in the generatedClasses map | Uri Simchoni | 2024-02-08 | 1 | -1/+0 |
* | Remove WeavingAdaptor.couldWeave() | Uri Simchoni | 2024-02-08 | 1 | -9/+1 |
* | Use previous weaving result if classes were generated during weaving | Uri Simchoni | 2024-02-08 | 1 | -1/+24 |
* | Change value of woven class in generatedClasses map | Uri Simchoni | 2024-02-08 | 1 | -1/+1 |
* | Add javadoc links to ClassFileTransformer::transform | Alexander Kriegisch | 2024-02-07 | 1 | -0/+2 |
* | Weaver returns null instead of original bytes for unwoven classes | Alexander Kriegisch | 2024-02-07 | 2 | -19/+28 |
* | Simple regression test unit test for #266 | Alexander Kriegisch | 2023-12-10 | 1 | -0/+51 |
* | Set exception root cause in ExtensibleURLClassLoader::findClass | Andy Russell | 2023-12-10 | 1 | -1/+1 |
* | Remove old '.cvsignore' files | Alexander Kriegisch | 2023-09-27 | 1 | -2/+0 |
* | Improve error message in LazyClassGen.getJavaClassBytesIncludingReweavable | Alexander Kriegisch | 2023-08-06 | 3 | -11/+17 |
* | Fix inline accessor method bug in BcelAccessForInlineMunger | Alexander Kriegisch | 2023-08-06 | 1 | -5/+9 |
* | Use relocated ASM class names in BCException message | Alexander Kriegisch | 2023-08-04 | 1 | -5/+8 |
* | BcelTypeMunger.getRealMemberForITDFromAspect code cosmetics | Alexander Kriegisch | 2023-06-26 | 1 | -33/+24 |
* | Correctly identify ITD method signatures in weaver | Alexander Kriegisch | 2023-06-26 | 1 | -7/+1 |
* | Fix GitHub #214 | Alexander Kriegisch | 2023-01-21 | 1 | -1/+1 |
* | BcelTypeMunger.mungeMethodDelegate: only use 'synchronized' when necessary | Alexander Kriegisch | 2023-01-07 | 1 | -3/+25 |
* | Improve BcelTypeMunger.mungeMethodDelegate to avoid race condition | Alexander Kriegisch | 2023-01-04 | 1 | -2/+31 |
* | Fix #366085 concerning declared annotations with source retention | Alexander Kriegisch | 2022-12-21 | 1 | -2/+8 |
* | Cleanup redundant null check before instanceof | Andrey Turbanov | 2022-04-17 | 1 | -1/+1 |
* | Remove redundant casts after generics update | Andrey Turbanov | 2022-04-12 | 5 | -5/+5 |
* | BcelWorld.reportMatch: handle 'kind.getName() == null' correctly | Alexander Kriegisch | 2022-04-10 | 1 | -5/+7 |
* | Cleanup redundant type casts, due to too weak variable type declaration | Andrey Turbanov | 2022-02-26 | 6 | -13/+7 |
* | Try to improve error reporting when Asm access issues | Andy Clement | 2022-01-31 | 3 | -4/+7 |
* | Merge pull request #113 from turbanoff/use_generic_in_weaver_module | Andy Clement | 2022-01-14 | 10 | -28/+28 |
|\ |
|
| * | Update 'weaver' code to use generics | Andrey Turbanov | 2022-01-14 | 10 | -28/+28 |
* | | Couple of basic tests for the repository optimizations | Andy Clement | 2022-01-13 | 1 | -12/+14 |
* | | Optimize class loading - make backward compatible with legacy behaviour | Alexander Kriegisch | 2022-01-13 | 1 | -3/+3 |
* | | Optimize class loading | Stefan Starke | 2022-01-13 | 1 | -14/+39 |
|/ |
|
* | Reduce empty array allocations | Andrey Turbanov | 2021-12-18 | 14 | -36/+33 |
* | Merge pull request #102 from turbanoff/trim_trailing_whitespaces | Andy Clement | 2021-11-30 | 3 | -14/+14 |
|\ |
|
| * | Trim trailing whitespaces. | Andrey Turbanov | 2021-11-20 | 3 | -14/+14 |
* | | Replace uses of StringBuffer with StringBuilder. | Andrey Turbanov | 2021-11-20 | 17 | -29/+29 |
|/ |
|
* | Upgrade license from CPLv1/EPLv1 to EPLv2 | Alexander Kriegisch | 2021-06-04 | 187 | -1736/+1736 |