aboutsummaryrefslogtreecommitdiffstats
path: root/weaver5/java5-src
Commit message (Collapse)AuthorAgeFilesLines
* tidyup retired modules and add aspectjtools submoduleAndy Clement2019-02-089-1263/+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.
* Polish javadocAndy Clement2017-09-281-9/+6
|
* 509327: extended the test slightlyAndy Clement2016-12-161-2/+2
|
* 509327: Minor fixes to improve the situation, wipAndy Clement2016-12-161-1/+11
|
* Code polishing and extra diagnostics around types and parameterized typesAndy Clement2016-05-122-45/+37
|
* Fix 487694: Race condition in annotation unpacking can surface through ↵Andy Clement2016-02-111-1/+1
| | | | Spring AOP
* Fix 436653: conditional aspect activation plus various polishAndy Clement2014-10-061-0/+8
| | | | | | | | | | | | | | Modified test expectation system so it is possible to say the test cares about one particular message and the rest do not matter (prefix message string with '*') - crude but quick. Polished many places to exploit generics Upgraded all the tests to work on Java8 - some serious changes regarding ajdoc on Java8. Hopefully it has stayed backwards compatible with earlier JDK versions (e.g. if using AspectJ 1.8.3+ with a JDK less than 8) but no explicit testing done for this.
* Use class file attributes to find containing classAndy Clement2013-05-311-0/+11
| | | https://bugs.eclipse.org/bugs/show_bug.cgi?id=407494
* 239649 and primitives no longer all resolved by defaultaclement2011-08-122-19/+13
|
* 340806aclement2011-08-031-18/+10
|
* debug logic added (but currently commented out)aclement2010-06-141-27/+40
|
* refactored generic type handlingaclement2010-04-051-13/+33
|
* bug markeraclement2009-11-161-1/+2
|
* 258510: promoted additional annotation/class/interface storage from delegate ↵aclement2009-01-201-94/+49
| | | | to referencetype
* 246125: c16aclement2008-10-211-69/+37
|
* 246125: comment 3: reworked AnnotationX - got rid of the thingaclement2008-09-052-223/+329
|
* 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-272-9/+15
|
* 231396: optimization notesaclement2008-05-121-0/+1
|
* 227029: multithreaded bug in reflectionaclement2008-04-181-7/+6
|
* 227029: multithreaded bug in reflectionaclement2008-04-181-18/+21
|
* 227029: multithreaded bug in reflectionaclement2008-04-181-2/+3
|
* 222987 - NPE guardaclement2008-03-201-0/+2
|
* 205907 - world remembers registered handlersaclement2008-03-141-0/+8
|
* set the world! bug 219830aclement2008-02-261-0/+1
|
* 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
|
* Bug 155148 "jdk14 trace deadlock in oc4j" (use formatObj for _all_ arguments)mwebster2006-08-251-3/+3
|
* Bug 150487 "Tracing and Logging Framework" (Trace.event())mwebster2006-08-251-0/+15
|
* fix for pr153572 LTWWorld with Annotation finding and boot classespost_pr_153572acolyer2006-08-181-1/+1
|
* Bug 150487 "Tracing and Logging Framework" (support debug, info, warn, error ↵mwebster2006-08-091-0/+30
| | | | and fatal)
* copyright noticewisberg2006-08-032-0/+24
|
* Bug 150487 "Tracing and Logging Framework" (add JUnit tests)mwebster2006-07-271-2/+20
|
* First drop of Bug 150487 "Tracing and Logging Framework" (Trace & TraceFactory)mwebster2006-07-142-0/+83
|
* test and fix for pr144717 - array type as pointcut parameter in reflective worldacolyer2006-05-311-1/+1
|
* organized importsaclement2006-05-101-2/+0
|
* test and fix for pr140357, reference pointcuts that refer to other reference ↵acolyer2006-05-053-14/+89
| | | | pointcuts in the same type, in a reflective world...
* 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-073-4/+86
| | | | find the pointcut parameter names
* must use the same world when creating a pointcut parseracolyer2006-04-071-0/+4
|
* delegates modified to return the same thing as BCEL. Ctors have the name ↵aclement2005-12-091-2/+3
| | | | <init> and a return type of 'void'. Fix for 119353
* fixes for 118715 from Matthew.aclement2005-12-061-7/+0
|
* fixes getGenericXXX methods in Reflection-based resolved member impl, ↵acolyer2005-12-064-93/+254
| | | | GenericSignatureInformationProvider allows this to work across both 1.4 and 1.5
* fixes for 118192aclement2005-11-281-2/+6
|