Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mavenizing runtime module - complete | Andy Clement | 2019-01-24 | 19 | -956/+0 |
| | |||||
* | polish javadoc | Andy Clement | 2018-10-15 | 1 | -12/+12 |
| | |||||
* | 89009: added getId() to joinpoint.staticpart | aclement | 2009-03-24 | 1 | -1/+21 |
| | |||||
* | 210848: better javadoc | aclement | 2008-02-21 | 1 | -2/+15 |
| | |||||
* | javadoc only - null Constructor for interface and static initializers, empty ↵ | wisberg | 2006-09-21 | 1 | -2/+13 |
| | | | | CodeSignatures values for static initializers. | ||||
* | update license to EPL | acolyer | 2006-06-01 | 15 | -28/+28 |
| | |||||
* | tests and fix for 122253 | aclement | 2006-05-30 | 1 | -0/+188 |
| | |||||
* | synchronization joinpoints: aspectjrt changes | aclement | 2006-05-24 | 3 | -0/+39 |
| | |||||
* | spelling fixed! (pr122417) | aclement | 2006-01-10 | 1 | -1/+1 |
| | |||||
* | moved to aspectj5rt | acolyer | 2005-12-19 | 1 | -188/+0 |
| | |||||
* | fix for pr104220 - poor toString implementations for adviceexecution join ↵ | acolyer | 2005-11-08 | 1 | -1/+1 |
| | | | | points. | ||||
* | hacked out 1.4 apis - needs tidying up but I'm just trying to see if I can ↵ | aclement | 2005-05-04 | 1 | -3/+6 |
| | | | | get the build to work. | ||||
* | PTW perClause for @AJ + perClause test | avasseur | 2005-05-02 | 1 | -10/+102 |
| | |||||
* | @AJ annotation are runtime visible, fixed all licenses from branch for EPL | avasseur | 2005-04-22 | 2 | -12/+14 |
| | |||||
* | fixing a missing "throw" clause | avasseur | 2005-04-22 | 1 | -1/+1 |
| | |||||
* | back to 1.3 exception API, report bad method via NoAspectBoundException. | wisberg | 2005-04-21 | 1 | -9/+8 |
| | |||||
* | From branch: Changes to runtime for @AJ | aclement | 2005-04-19 | 2 | -0/+147 |
| | |||||
* | Empty interface for EnclosingStaticPart, to enable differentiation between ↵ | aclement | 2005-04-19 | 1 | -1/+3 |
| | | | | ESP and SP. migration issue? | ||||
* | remove dependency on 1.2 API - runtime libs must work at 1.1 level | acolyer | 2005-03-10 | 6 | -4/+14 |
| | |||||
* | enhancements to signature to support getAccessibleMember() (see ↵ | acolyer | 2005-03-09 | 1 | -0/+3 |
| | | | | ajdk:annotations) | ||||
* | Fixing javadoc comments | ehilsdal | 2004-09-08 | 3 | -3/+5 |
| | |||||
* | fix for Bugzilla Bug 54721 | acolyer | 2004-03-19 | 1 | -0/+7 |
| | | | | add this to API (Signature.getDeclaringTypeName()) | ||||
* | 47952 fix: SoftException.printStackTrace(..) prints wrapped throwable (if ↵ | wisberg | 2004-01-15 | 1 | -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 | jhugunin | 2004-01-14 | 1 | -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 49250 | acolyer | 2004-01-07 | 1 | -2/+1 |
| | |||||
* | resolving unused-imports warnings | wisberg | 2003-02-13 | 1 | -2/+0 |
| | |||||
* | initial version | wisberg | 2002-12-16 | 15 | -0/+553 |