aboutsummaryrefslogtreecommitdiffstats
path: root/weaver5
Commit message (Collapse)AuthorAgeFilesLines
* 1.9.2.RC1 changesV1_9_2_RC1Andy Clement2018-09-291-1/+8
|
* removed shared reflection world test for nowAndy Clement2017-10-202-3/+4
|
* Tests for smart annotation unpacking for reflection typesAndy Clement2017-09-281-0/+71
|
* Fixes Bug 525293 - Spring AOP could be fasterAndy Clement2017-09-282-77/+135
| | | | | | | 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
|
* Update project source/target levels to 1.7Andy Clement2017-09-271-4/+3
|
* polishAndy Clement2017-09-211-11/+5
|
* Bring Java9 branch in line with 1.8.11 progressAndy Clement2017-09-213-7/+182
|\
| * 509327: extended the test slightlyAndy Clement2016-12-161-2/+2
| |
| * 509327: Minor fixes to improve the situation, wipAndy Clement2016-12-162-2/+172
| |
| * fix warnings in build - support .isJava8 option in buildV1_8_10Andy Clement2016-12-091-5/+5
| |
| * Upgraded to new JDT compiler - neon.1 and a bitAndy Clement2016-11-071-2/+0
| |
* | Merged post 1.8.5 changes into Java9 branchAndy Clement2017-09-203-46/+38
|\|
| * 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
* | Upgrading to latest 1.9 compilerAndy Clement2016-06-172-2/+25
|/
* 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
* 376918Andy Clement2012-04-161-0/+22
|
* 239649 and primitives no longer all resolved by defaultaclement2011-08-124-181/+178
|
* 340806aclement2011-08-031-18/+10
|
* debug logic added (but currently commented out)aclement2010-06-141-27/+40
|
* 312839: smaller class filesaclement2010-05-191-2/+3
|
* change all relevant DataOutputStream usage to use CompressingDataOutputStreamaclement2010-05-181-2/+2
|
* 309336: faster isAssignableFromaclement2010-04-161-0/+118
|
* refactored generic type handlingaclement2010-04-054-127/+165
|
* parser speed testsaclement2010-01-051-0/+61
|
* work in progress to improve MemberImplaclement2009-11-161-1/+77
|
* bug markeraclement2009-11-161-1/+2
|
* slowly merging in optimizationsaclement2009-11-071-1/+1
|
* 268419: testcode: dynamic proxies and genericsaclement2009-03-182-1/+109
|
* 268419: testcode: dynamic proxies and genericspre268419aclement2009-03-183-0/+58
|
* 267559: generic itd npe: fixaclement2009-03-091-0/+30
|
* 258510: promoted additional annotation/class/interface storage from delegate ↵aclement2009-01-201-94/+49
| | | | to referencetype
* missing license + removed from suiteaclement2008-12-112-3/+14
|
* some annotation matching testsaclement2008-12-102-0/+22
|
* more testsaclement2008-12-091-169/+226
|
* 253109: tests and fixaclement2008-12-091-10/+601
|
* 246125: pulled tests from weaver into matcher and created bcel subtypes of ↵aclement2008-10-284-436/+484
| | | | matcher tests where appropriate
* 246125: moving some very simple tests across to matcher from weaveraclement2008-10-233-16/+43
|
* 246125: c16aclement2008-10-211-69/+37
|
* 246125: removed last Asm dependency from org.aspectj.weaver (world model ↵aclement2008-10-201-3/+4
| | | | ref). Removed bcelobjecttype dependency in ReferenceType.
* 246125: promoted generic sig parsing code to utilaclement2008-10-201-37/+34
|
* 250632: fix (poor code tho...)aclement2008-10-151-1/+1
|
* change due to 250632 changeaclement2008-10-141-31/+30
|
* 246125: comment 3: reworked AnnotationX - got rid of the thingaclement2008-09-052-223/+329
|
* findbugs: cleared warningsaclement2008-08-266-12/+12
|
* 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
|