Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | enhancements to signature to support getAccessibleMember() (see ↵ | acolyer | 2005-03-09 | 7 | -0/+88 |
| | | | | ajdk:annotations) | ||||
* | aspectj5rt.mf.txt is now the manifest in aspectjrt.jar (per build alias in ↵ | wisberg | 2005-02-11 | 1 | -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 ↵ | acolyer | 2004-12-02 | 1 | -1/+28 |
| | | | | matching | ||||
* | Needs a blank-line before Name: section | acolyer | 2004-10-22 | 1 | -0/+1 |
| | |||||
* | Fix for Bugzilla Bug 74238: Applet which uses cflow pointcut gets ↵ | aclement | 2004-10-14 | 2 | -2/+22 |
| | | | | AccessControlException | ||||
* | 76030 - cflow optimizations. Part 1 fix - use counters rather than stacks ↵ | aclement | 2004-10-11 | 6 | -0/+197 |
| | | | | when we can. | ||||
* | Fixing javadoc comments | ehilsdal | 2004-09-08 | 3 | -3/+5 |
| | |||||
* | fix for enh 73360 Extend aspectjrt.jar manifest with OSGi attributes | acolyer | 2004-09-07 | 1 | -1/+8 |
| | |||||
* | Enhancement for Bugzilla Bug 49743 | aclement | 2004-09-01 | 13 | -16/+177 |
| | | | | | performance improvements for runtime library (From Matthew) | ||||
* | Fix for Bugzilla Bug 70404 | aclement | 2004-08-27 | 1 | -1/+3 |
| | | | | passing null to array arguments confuzes static join point signature. | ||||
* | copyright statement! | acolyer | 2004-08-09 | 1 | -6/+10 |
| | |||||
* | fix for Bugzilla Bug 67592 value in the args[] array of thisJoinPoint can be ↵ | acolyer | 2004-08-09 | 3 | -1/+48 |
| | | | | changed.... | ||||
* | exposed additional factory methods for creating signatures | acolyer | 2004-06-08 | 1 | -0/+43 |
| | | | | | (the create from string ones that already exist seem to be unused and are a little odd). | ||||
* | Fix for Bugzilla Bug 59909 | aclement | 2004-05-05 | 6 | -35/+223 |
| | | | | CFlowStack removesThreads to late | ||||
* | fix for Bugzilla Bug 54721 | acolyer | 2004-03-19 | 10 | -13/+56 |
| | | | | add this to API (Signature.getDeclaringTypeName()) | ||||
* | Implemented feature for Bugzilla Bug 48091 | jhugunin | 2004-01-24 | 1 | -5/+25 |
| | | | | | | | | | | | | | | Lazy instantiation of thisJoinPoint Speed-ups of 10-100X are measured even when running a small test case with minimal GC issues. The actual feature implemented is that thisJoinPoint objects are only created just before calling the method for advice that requires them. To take advantage of this feature you must use an if PCD or some other dynamic test that occurs in the PCD not the advice body to guard the expensive creation of the thisJoinPoint object. -XlazyTjp flag must be passed to compiler to enable this feature. If any around advice is present on the joinpoint then lazy instantiation will be disabled. An Xlint warning will be displayed in this case. As a related optimization, several helper methods were added to Factory.makeJP to reduce the code size when thisJoinPoint is used. | ||||
* | 47952 fix: SoftException.printStackTrace(..) prints wrapped throwable (if ↵ | wisberg | 2004-01-15 | 2 | -10/+95 |
| | | | | | | 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 | 2 | -0/+20 |
| | | | | | | | | | | | 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 |
| | |||||
* | returning TestSuite rather than Test to permit all tests to run from Eclipse | wisberg | 2003-10-31 | 1 | -1/+1 |
| | |||||
* | gutted. Should be removed once we've confirmed that it can safely be removed. | wisberg | 2003-04-23 | 1 | -12/+12 |
| | | | | | (not sure if CVS keeps history across file removal/add). (tests run fine, no apparant clients) | ||||
* | 1.2 call replaced with equivalent 1.1 call. | wisberg | 2003-04-23 | 1 | -1/+1 |
| | |||||
* | prevent div/0, NPE (by inspection) | wisberg | 2003-04-19 | 1 | -2/+4 |
| | |||||
* | resolving unused-imports warnings | wisberg | 2003-02-13 | 14 | -37/+13 |
| | |||||
* | need this or there won't be a manifest in aspectjrt.jar | jhugunin | 2003-01-16 | 1 | -0/+12 |
| | |||||
* | initial version | wisberg | 2002-12-16 | 36 | -0/+1886 |
| | |||||
* | initial version | wisberg | 2002-12-16 | 3 | -0/+28 |