aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/src/org/aspectj/lang
Commit message (Collapse)AuthorAgeFilesLines
* mavenizing runtime module - completeAndy Clement2019-01-2419-956/+0
|
* polish javadocAndy Clement2018-10-151-12/+12
|
* 89009: added getId() to joinpoint.staticpartaclement2009-03-241-1/+21
|
* 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.
* update license to EPLacolyer2006-06-0115-28/+28
|
* tests and fix for 122253aclement2006-05-301-0/+188
|
* synchronization joinpoints: aspectjrt changesaclement2006-05-243-0/+39
|
* spelling fixed! (pr122417)aclement2006-01-101-1/+1
|
* moved to aspectj5rtacolyer2005-12-191-188/+0
|
* fix for pr104220 - poor toString implementations for adviceexecution join ↵acolyer2005-11-081-1/+1
| | | | points.
* 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-222-12/+14
|
* 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
|
* From branch: Changes to runtime for @AJaclement2005-04-192-0/+147
|
* Empty interface for EnclosingStaticPart, to enable differentiation between ↵aclement2005-04-191-1/+3
| | | | ESP and SP. migration issue?
* remove dependency on 1.2 API - runtime libs must work at 1.1 levelacolyer2005-03-106-4/+14
|
* enhancements to signature to support getAccessibleMember() (see ↵acolyer2005-03-091-0/+3
| | | | ajdk:annotations)
* Fixing javadoc commentsehilsdal2004-09-083-3/+5
|
* fix for Bugzilla Bug 54721 acolyer2004-03-191-0/+7
| | | | add this to API (Signature.getDeclaringTypeName())
* 47952 fix: SoftException.printStackTrace(..) prints wrapped throwable (if ↵wisberg2004-01-151-3/+47
| | | | | | not >= 1.4) tested in 1.1, 1.3, 1.4 (but not in 1.1 release tests)
* Fix for Bugzilla Bug 44587 jhugunin2004-01-141-0/+12
| | | | | | | | | | | Erroneous exception conversion and Bugzilla Bug 34206 before():execution(new(..)) does not throw NoAspectBoundException All exceptions that occur during the static intialization of a persingleton aspect will be swallowed. When using that aspect (via aspectOf()) a NoAspectBoundException will be thrown with the original exception from the staitc initializer as the cause.
* added getCause method (patch from Andy) for 1.4 compatibility. bug 49250acolyer2004-01-071-2/+1
|
* resolving unused-imports warningswisberg2003-02-131-2/+0
|
* initial versionwisberg2002-12-1615-0/+553