aboutsummaryrefslogtreecommitdiffstats
path: root/weaver5/java5-src/org/aspectj/weaver/reflect/Java15AnnotationFinder.java
Commit message (Collapse)AuthorAgeFilesLines
* tidyup retired modules and add aspectjtools submoduleAndy Clement2019-02-081-386/+0
|
* Fixes Bug 525293 - Spring AOP could be fasterAndy Clement2017-09-281-73/+69
| | | | | | | Multiple changes here: - annotation unpacking is smarter and if it only needs runtime retention annotations it uses reflection and doesn't unpack the bytes to discover class level retention annotations. - Reflection worlds are shared if for the same classloader.
* Fix 487694: Race condition in annotation unpacking can surface through ↵Andy Clement2016-02-111-1/+1
| | | | Spring AOP
* 246125: c16aclement2008-10-211-69/+37
|
* 246125: comment 3: reworked AnnotationX - got rid of the thingaclement2008-09-051-102/+169
|
* findbugs: cleared warningsaclement2008-08-261-2/+2
|
* 231396: Comment #4: Big Refactoringaclement2008-05-281-6/+8
|
* 210470: preventing weaver leaks: use a weak classloader refaclement2008-05-271-6/+12
|
* 222987 - NPE guardaclement2008-03-201-0/+2
|
* stopgap for 220430V1_6_0M2aclement2008-02-261-4/+14
|
* annoValMatch: implementationaclement2008-02-251-0/+68
|
* debug diagnostics for spring bug http://jira.springframework.org/browse/SPR-4390aclement2008-02-191-1/+5
|
* paramannos: aware of parameter annotation matchingaclement2008-01-251-1/+60
|
* test and fix for 160674: simpler strategy for loading bytecode on SAPaclement2006-10-121-0/+1
|
* test and fix for 160674: simpler strategy for loading bytecode on SAPBEFORE_133532aclement2006-10-121-2/+4
|
* use signature rather than name when annotation matching as Bcel chops name ↵acolyer2006-04-141-2/+2
| | | | in the java.lang package !!
* for pointcuts in @AspectJ aspects compiled by javac, try a bit harder to ↵V1_5_1a_finalacolyer2006-04-071-1/+39
| | | | find the pointcut parameter names
* fixes getGenericXXX methods in Reflection-based resolved member impl, ↵acolyer2005-12-061-3/+8
| | | | GenericSignatureInformationProvider allows this to work across both 1.4 and 1.5
* updated tests and fix for pr116229acolyer2005-11-271-2/+2
|
* tests and fix for pr116229 and pr116755. Also adds support and tests for ↵acolyer2005-11-191-4/+10
| | | | parseTypePattern in PointcutParser.
* weaver5 split out so weaver can continue to be built with Java1.3aclement2005-09-261-0/+152