aboutsummaryrefslogtreecommitdiffstats
path: root/runtime
Commit message (Collapse)AuthorAgeFilesLines
...
* Cleaning up thread locals when counters/stacks hit zeroAndy Clement2013-03-227-1/+25
|
* 323438aclement2010-08-231-0/+31
|
* 89009: added getId() to joinpoint.staticpartaclement2009-03-243-498/+577
|
* 154427: test and fixaclement2008-12-011-37/+81
|
* switch to container from jrelibaclement2008-06-061-5/+5
|
* 210848: better javadocaclement2008-02-211-2/+15
|
* javadoc only - null Constructor for interface and static initializers, empty ↵wisberg2006-09-211-2/+13
| | | | CodeSignatures values for static initializers.
* Bug 155972 "NullPointerException in ConstructorSignature.getConstructor()"mwebster2006-09-043-3/+3
|
* Bug 113948 "Repackage AspectJ" (move module root suites out of default package)mwebster2006-07-301-2/+1
|
* 126167: Fix for @Around problems...aclement2006-06-232-7/+82
|
* test and fix for 145086aclement2006-06-033-14/+47
|
* update license to EPLacolyer2006-06-0148-92/+92
|
* tests and fix for 122253aclement2006-05-301-0/+188
|
* fix for NPE in SignatureImpl reported on the list by Simon Walteraclement2006-05-301-1/+5
|
* synchronization joinpoints: aspectjrt changesaclement2006-05-246-0/+154
|
* fixes for 135780: aspectjrt will work better now on a 1.1 vmaclement2006-05-031-12/+44
|
* spelling fixed! (pr122417)aclement2006-01-101-1/+1
|
* moved to aspectj5rtacolyer2005-12-191-188/+0
|
* organized importsaclement2005-11-101-2/+0
|
* fix for pr104220 - poor toString implementations for adviceexecution join ↵acolyer2005-11-083-5/+19
| | | | points.
* fix for pr59076, much more memory efficient creation of join point static partsacolyer2005-09-012-38/+159
|
* Fix and tests for PR94167: NPE in reflection API. Fix submitted by Ron Bodkin.aclement2005-06-072-2/+2
|
* ignore bintest directoriesacolyer2005-05-311-0/+1
|
* newbuild.xml replacing build.xml, with Alex okwisberg2005-05-192-59/+3
|
* prospective replacements for {module}/build.xml - will move there once ↵wisberg2005-05-111-0/+6
| | | | validated by those who use build.xml.
* hacked out 1.4 apis - needs tidying up but I'm just trying to see if I can ↵aclement2005-05-041-3/+6
| | | | get the build to work.
* PTW perClause for @AJ + perClause testavasseur2005-05-021-10/+102
|
* @AJ annotation are runtime visible, fixed all licenses from branch for EPLavasseur2005-04-223-13/+30
|
* fixing a missing "throw" clauseavasseur2005-04-221-1/+1
|
* back to 1.3 exception API, report bad method via NoAspectBoundException.wisberg2005-04-211-9/+8
|
* commented jar target from bcel-builder/build.xml since broken (can someone ↵avasseur2005-04-201-2/+2
| | | | | | | comment ?) impl @Aspect("issingleton") fixed error reporting on readPerClause from @AJ
* accessed from gen'd code, needs to be visibleaclement2005-04-191-1/+1
|
* From branch: Changes to runtime for @AJaclement2005-04-195-10/+229
|
* Empty interface for EnclosingStaticPart, to enable differentiation between ↵aclement2005-04-191-1/+3
| | | | ESP and SP. migration issue?
* From branch: New build scripts that Alex uses under IntelliJ - can be run ↵aclement2005-04-191-0/+41
| | | | individually or via master in build module.
* remove dependency on 1.2 API - runtime libs must work at 1.1 levelacolyer2005-03-1012-53/+66
|
* enhancements to signature to support getAccessibleMember() (see ↵acolyer2005-03-097-0/+88
| | | | ajdk:annotations)
* aspectj5rt.mf.txt is now the manifest in aspectjrt.jar (per build alias in ↵wisberg2005-02-111-14/+2
| | | | build/src/.../Builder.properties), so this is disabled (not deleted since undeleting in CVS is, um, awkward)
* APIs allowing 3rd parties to integrate with AspectJ's pointcut parsing and ↵acolyer2004-12-021-1/+28
| | | | matching
* Needs a blank-line before Name: sectionacolyer2004-10-221-0/+1
|
* Fix for Bugzilla Bug 74238: Applet which uses cflow pointcut gets ↵aclement2004-10-142-2/+22
| | | | AccessControlException
* 76030 - cflow optimizations. Part 1 fix - use counters rather than stacks ↵aclement2004-10-116-0/+197
| | | | when we can.
* Fixing javadoc commentsehilsdal2004-09-083-3/+5
|
* fix for enh 73360 Extend aspectjrt.jar manifest with OSGi attributesacolyer2004-09-071-1/+8
|
* Enhancement for Bugzilla Bug 49743aclement2004-09-0113-16/+177
| | | | | performance improvements for runtime library (From Matthew)
* Fix for Bugzilla Bug 70404aclement2004-08-271-1/+3
| | | | passing null to array arguments confuzes static join point signature.
* copyright statement!acolyer2004-08-091-6/+10
|
* fix for Bugzilla Bug 67592 value in the args[] array of thisJoinPoint can be ↵acolyer2004-08-093-1/+48
| | | | changed....
* exposed additional factory methods for creating signaturesacolyer2004-06-081-0/+43
| | | | | (the create from string ones that already exist seem to be unused and are a little odd).
* Fix for Bugzilla Bug 59909 aclement2004-05-056-35/+223
| | | | CFlowStack removesThreads to late