aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* support vm args during forking (simple update: forking still requires system ↵wisberg2004-10-052-35/+62
| | | | properties)
* -showWeaveInfo for ajc, iajc dev guide sectionswisberg2004-10-052-0/+14
|
* static ref to static variablewisberg2004-10-051-3/+3
|
* updated license textwisberg2004-10-051-9/+13
|
* unused localwisberg2004-10-051-1/+0
|
* Fix for Bugzilla Bug 74279aclement2004-10-012-0/+17
| | | | -showWeaveInfo option is not supported by iajc Ant task
* Fix for Bugzilla Bug 74279aclement2004-09-302-0/+19
| | | | -showWeaveInfo option is not supported by iajc Ant task
* Fix for Bugzilla Bug 75129aclement2004-09-304-11/+19
| | | | NPE on thisJoinPoint mistake
* @testcase PR#75129 NPE on thisJoinPoint mistakewisberg2004-09-272-0/+38
|
* Made getNode(..) protected to enable extensibility.mkersten2004-09-271-1/+1
|
* Made lookupMember(..) and findMemberInClass(..) protectedmkersten2004-09-161-2/+2
| | | | | in order to support different (possibly better) ITD lookup up, motivated a UBC-CS students' extension.
* Fixing javadoc commentsehilsdal2004-09-083-3/+5
|
* Fix for Bug 73073: Inconsistency between starred and nonstarred type ↵ehilsdal2004-09-081-1/+60
| | | | | | patterns in connection with shadowing. Finally documented matching difference between exacttype and patterntype
* Fix for Bugzilla Bug 60863aclement2004-09-082-0/+0
| | | | AJC behaves different when using @ to supply parameters
* Ensure makeClasspathString() uses correct buildConfig when reporting problems.aclement2004-09-081-2/+2
|
* fix for Bugzilla Bug 72157acolyer2004-09-085-1/+53
| | | | declare soft can cause programs with invalid exception behaviour to be generated
* Fix for Bugzilla Bug 73433aclement2004-09-081-1/+1
| | | | AspectJ does not correctly support -cp
* Fix for Bugzilla Bug 72409aclement2004-09-072-0/+0
| | | | Classpath issues with aspectjtools.jar
* static dependence on SimpleDateFormat had broken WeavingURLClassLoaderacolyer2004-09-071-4/+4
| | | | by a complex chain of events.
* fix for enh 73360 Extend aspectjrt.jar manifest with OSGi attributesacolyer2004-09-071-1/+8
|
* Reworked package renaming script to ignore compiler options that are used by ↵aclement2004-09-072-0/+0
| | | | AJDT.
* Fix the build?aclement2004-09-071-7/+3
|
* Fix for Bugzilla Bug 73334aclement2004-09-0682-493/+498
| | | | Avoid clashes in the org.eclipse namespace by renaming our duplicates.
* Part of fix for AJDT bug 72671aclement2004-09-065-23/+68
| | | | Bootclasspath specification for compiling is not possible
* Fix for Bugzilla Bug 72528aclement2004-09-035-2/+159
| | | | around advice throws java.lang.VerifyError at runtime
* project plans for Java 5 taken from Adrian's emailwisberg2004-09-021-3/+47
|
* Fix for Bugzilla Bug 46298aclement2004-09-011-8/+35
| | | | Aspectj generate code does not de-compile cleanly.
* Enhancement for Bugzilla Bug 49743aclement2004-09-0114-16/+177
| | | | | performance improvements for runtime library (From Matthew)
* Fix bug 72623; also changed "definition" to "declaration" for Java elementswisberg2004-08-281-8/+85
|
* fix bug 59203 - dynamic AOPwisberg2004-08-281-15/+44
|
* Limitation stated in bug 50195wisberg2004-08-281-0/+6
|
* Improved testcase for this 1.5 problem.aclement2004-08-272-3/+17
|
* Include any weaving messages in with the info messages.aclement2004-08-271-0/+1
|
* Fix for Bugzilla Bug 70404aclement2004-08-272-1/+3
| | | | passing null to array arguments confuzes static join point signature.
* tests for Bugzilla Bug 70404aclement2004-08-275-4/+69
| | | | passing null to array arguments confuzes static join point signature.
* Fix for Bugzilla Bug 72699aclement2004-08-276-8/+64
| | | | Bogus error message: The abstract method ajc$pointcut$$tracingScope$a2 in type Tracing can only be defined by an abstract class
* fix for Bugzilla Bug 72150aclement2004-08-278-2/+70
| | | | AJC possible bug with static nested classes
* Fix for bugzilla bug 72474: Quick reference claims to be for AspectJ 1.1ehilsdal2004-08-253-0/+0
| | | | De-versioned quick-reference, made minor clarifying changes
* Minor fix to avoid crashing whilst dumping :)aclement2004-08-251-1/+1
|
* fix for Bugzilla Bug 72531acolyer2004-08-247-1/+113
| | | | declare warning warns at wrong points
* Language specification clarification for two bugs:ehilsdal2004-08-241-0/+10
| | | | | 49784 declaring interface methods should work as it does in interfaces 70794 The introduction on interface causes the interface implementation class error
* Fix for bugzilla bug 71087:ehilsdal2004-08-231-3/+38
| | | | underspecification of primitive conversion
* tutorial exercises updated for OOPSLA. The printoutehilsdal2004-08-232-179/+248
| | | | looks much nicer and is a bit more streamlined.
* Changed from using deprecated APIs.aclement2004-08-231-5/+7
|
* organized importsaclement2004-08-234-13/+2
|
* Deprecated API calls changed.aclement2004-08-231-1/+1
|
* FindBugs: fixes.aclement2004-08-239-24/+30
|
* Matthews enhancement fix for Bugzilla Bug 72154 "Support for simple dump file"aclement2004-08-2315-20/+711
| | | | + Andy using it to capture 'cant find type' issues.
* More 'cant find types' improved.aclement2004-08-237-8/+48
|
* Two more "cant find types" dealt with.aclement2004-08-233-2/+26
|