Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | support vm args during forking (simple update: forking still requires system ↵ | wisberg | 2004-10-05 | 2 | -35/+62 |
| | | | | properties) | ||||
* | -showWeaveInfo for ajc, iajc dev guide sections | wisberg | 2004-10-05 | 2 | -0/+14 |
| | |||||
* | static ref to static variable | wisberg | 2004-10-05 | 1 | -3/+3 |
| | |||||
* | updated license text | wisberg | 2004-10-05 | 1 | -9/+13 |
| | |||||
* | unused local | wisberg | 2004-10-05 | 1 | -1/+0 |
| | |||||
* | Fix for Bugzilla Bug 74279 | aclement | 2004-10-01 | 2 | -0/+17 |
| | | | | -showWeaveInfo option is not supported by iajc Ant task | ||||
* | Fix for Bugzilla Bug 74279 | aclement | 2004-09-30 | 2 | -0/+19 |
| | | | | -showWeaveInfo option is not supported by iajc Ant task | ||||
* | Fix for Bugzilla Bug 75129 | aclement | 2004-09-30 | 4 | -11/+19 |
| | | | | NPE on thisJoinPoint mistake | ||||
* | @testcase PR#75129 NPE on thisJoinPoint mistake | wisberg | 2004-09-27 | 2 | -0/+38 |
| | |||||
* | Made getNode(..) protected to enable extensibility. | mkersten | 2004-09-27 | 1 | -1/+1 |
| | |||||
* | Made lookupMember(..) and findMemberInClass(..) protected | mkersten | 2004-09-16 | 1 | -2/+2 |
| | | | | | in order to support different (possibly better) ITD lookup up, motivated a UBC-CS students' extension. | ||||
* | Fixing javadoc comments | ehilsdal | 2004-09-08 | 3 | -3/+5 |
| | |||||
* | Fix for Bug 73073: Inconsistency between starred and nonstarred type ↵ | ehilsdal | 2004-09-08 | 1 | -1/+60 |
| | | | | | | patterns in connection with shadowing. Finally documented matching difference between exacttype and patterntype | ||||
* | Fix for Bugzilla Bug 60863 | aclement | 2004-09-08 | 2 | -0/+0 |
| | | | | AJC behaves different when using @ to supply parameters | ||||
* | Ensure makeClasspathString() uses correct buildConfig when reporting problems. | aclement | 2004-09-08 | 1 | -2/+2 |
| | |||||
* | fix for Bugzilla Bug 72157 | acolyer | 2004-09-08 | 5 | -1/+53 |
| | | | | declare soft can cause programs with invalid exception behaviour to be generated | ||||
* | Fix for Bugzilla Bug 73433 | aclement | 2004-09-08 | 1 | -1/+1 |
| | | | | AspectJ does not correctly support -cp | ||||
* | Fix for Bugzilla Bug 72409 | aclement | 2004-09-07 | 2 | -0/+0 |
| | | | | Classpath issues with aspectjtools.jar | ||||
* | static dependence on SimpleDateFormat had broken WeavingURLClassLoader | acolyer | 2004-09-07 | 1 | -4/+4 |
| | | | | by a complex chain of events. | ||||
* | fix for enh 73360 Extend aspectjrt.jar manifest with OSGi attributes | acolyer | 2004-09-07 | 1 | -1/+8 |
| | |||||
* | Reworked package renaming script to ignore compiler options that are used by ↵ | aclement | 2004-09-07 | 2 | -0/+0 |
| | | | | AJDT. | ||||
* | Fix the build? | aclement | 2004-09-07 | 1 | -7/+3 |
| | |||||
* | Fix for Bugzilla Bug 73334 | aclement | 2004-09-06 | 82 | -493/+498 |
| | | | | Avoid clashes in the org.eclipse namespace by renaming our duplicates. | ||||
* | Part of fix for AJDT bug 72671 | aclement | 2004-09-06 | 5 | -23/+68 |
| | | | | Bootclasspath specification for compiling is not possible | ||||
* | Fix for Bugzilla Bug 72528 | aclement | 2004-09-03 | 5 | -2/+159 |
| | | | | around advice throws java.lang.VerifyError at runtime | ||||
* | project plans for Java 5 taken from Adrian's email | wisberg | 2004-09-02 | 1 | -3/+47 |
| | |||||
* | Fix for Bugzilla Bug 46298 | aclement | 2004-09-01 | 1 | -8/+35 |
| | | | | Aspectj generate code does not de-compile cleanly. | ||||
* | Enhancement for Bugzilla Bug 49743 | aclement | 2004-09-01 | 14 | -16/+177 |
| | | | | | performance improvements for runtime library (From Matthew) | ||||
* | Fix bug 72623; also changed "definition" to "declaration" for Java elements | wisberg | 2004-08-28 | 1 | -8/+85 |
| | |||||
* | fix bug 59203 - dynamic AOP | wisberg | 2004-08-28 | 1 | -15/+44 |
| | |||||
* | Limitation stated in bug 50195 | wisberg | 2004-08-28 | 1 | -0/+6 |
| | |||||
* | Improved testcase for this 1.5 problem. | aclement | 2004-08-27 | 2 | -3/+17 |
| | |||||
* | Include any weaving messages in with the info messages. | aclement | 2004-08-27 | 1 | -0/+1 |
| | |||||
* | Fix for Bugzilla Bug 70404 | aclement | 2004-08-27 | 2 | -1/+3 |
| | | | | passing null to array arguments confuzes static join point signature. | ||||
* | tests for Bugzilla Bug 70404 | aclement | 2004-08-27 | 5 | -4/+69 |
| | | | | passing null to array arguments confuzes static join point signature. | ||||
* | Fix for Bugzilla Bug 72699 | aclement | 2004-08-27 | 6 | -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 72150 | aclement | 2004-08-27 | 8 | -2/+70 |
| | | | | AJC possible bug with static nested classes | ||||
* | Fix for bugzilla bug 72474: Quick reference claims to be for AspectJ 1.1 | ehilsdal | 2004-08-25 | 3 | -0/+0 |
| | | | | De-versioned quick-reference, made minor clarifying changes | ||||
* | Minor fix to avoid crashing whilst dumping :) | aclement | 2004-08-25 | 1 | -1/+1 |
| | |||||
* | fix for Bugzilla Bug 72531 | acolyer | 2004-08-24 | 7 | -1/+113 |
| | | | | declare warning warns at wrong points | ||||
* | Language specification clarification for two bugs: | ehilsdal | 2004-08-24 | 1 | -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: | ehilsdal | 2004-08-23 | 1 | -3/+38 |
| | | | | underspecification of primitive conversion | ||||
* | tutorial exercises updated for OOPSLA. The printout | ehilsdal | 2004-08-23 | 2 | -179/+248 |
| | | | | looks much nicer and is a bit more streamlined. | ||||
* | Changed from using deprecated APIs. | aclement | 2004-08-23 | 1 | -5/+7 |
| | |||||
* | organized imports | aclement | 2004-08-23 | 4 | -13/+2 |
| | |||||
* | Deprecated API calls changed. | aclement | 2004-08-23 | 1 | -1/+1 |
| | |||||
* | FindBugs: fixes. | aclement | 2004-08-23 | 9 | -24/+30 |
| | |||||
* | Matthews enhancement fix for Bugzilla Bug 72154 "Support for simple dump file" | aclement | 2004-08-23 | 15 | -20/+711 |
| | | | | + Andy using it to capture 'cant find type' issues. | ||||
* | More 'cant find types' improved. | aclement | 2004-08-23 | 7 | -8/+48 |
| | |||||
* | Two more "cant find types" dealt with. | aclement | 2004-08-23 | 3 | -2/+26 |
| |