Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Work on Bugzilla 42668: effect of an after returning type incompatible with ↵ | ehilsdal | 2003-11-18 | 4 | -31/+90 |
| | | | | | | | a join point return type * fix to semantics document to describe correct semantics * checkin of failing coverage test case for correct semantics | ||||
* | patch from George Harley for pr 42711 (test case) | acolyer | 2003-11-12 | 1 | -0/+5 |
| | |||||
* | added detail of expected messages (message text) for pr31724 | acolyer | 2003-11-10 | 1 | -16/+18 |
| | |||||
* | manifest.mf copying means that 1 previous warning is now no longer issued. | acolyer | 2003-11-04 | 1 | -0/+2 |
| | |||||
* | refactored test, annotated specification for JDT bug. | wisberg | 2003-10-31 | 1 | -15/+4 |
| | |||||
* | test for 42574 passes. | wisberg | 2003-10-31 | 1 | -0/+8 |
| | |||||
* | reorganize test b/c conflating two issues: | wisberg | 2003-10-31 | 11 | -17/+40 |
| | | | | | (a) zip not accepted by extdirs (b) uppercase ZIP and JAR not accepted by eclipse FileSystem | ||||
* | add support for extdirs | wisberg | 2003-10-31 | 1 | -1/+2 |
| | | | | | | unhide support for classpath fix writes for sourcepath, argfiles add hook to not enforce compiler for testing | ||||
* | @testcase PR#42574 ZIP and JAR extensions in classpath and extdirs | wisberg | 2003-10-31 | 8 | -1/+97 |
| | |||||
* | -source14 is not back to -source 1.4, and XOCodeSize a knownLimitation | wisberg | 2003-10-29 | 1 | -18/+19 |
| | |||||
* | doc harness handling of 2-element options | wisberg | 2003-10-29 | 1 | -3/+1 |
| | |||||
* | make output dir | wisberg | 2003-10-29 | 1 | -0/+1 |
| | |||||
* | fix for Bugzilla Bug 45441 | jhugunin | 2003-10-23 | 2 | -10/+10 |
| | | | | IncompatibleClassChangeError at runtime when compiling with -1.4 option | ||||
* | test case for bug 45441 - joinpoint optimization when targetting 1.4 | acolyer | 2003-10-23 | 2 | -0/+21 |
| | |||||
* | Added test case for bug 45441 | acolyer | 2003-10-23 | 1 | -0/+10 |
| | |||||
* | added back-links to newly-submitted bug 43972 | wisberg | 2003-10-01 | 3 | -5/+10 |
| | |||||
* | presumed bug found on mailing list by Eric Jain, rendered both in harness ↵ | wisberg | 2003-09-29 | 6 | -1/+132 |
| | | | | and Ant (to show behavior with javac) | ||||
* | bug 43033 - NPE in concretize error path for ReferencePointcut | acolyer | 2003-09-19 | 3 | -0/+31 |
| | |||||
* | fix and test for Bugzilla Bug 43194 | jhugunin | 2003-09-18 | 2 | -0/+31 |
| | | | | | | | java.lang.VerifyError in generated code Bug was that a portion of ReferencePointcut.concretize was not behaving functionally but was mutating state. | ||||
* | fix and test for Bugzilla Bug 42993 | jhugunin | 2003-09-12 | 2 | -0/+50 |
| | | | | | | | | | | | | | | | | Language regression, or possible language improvement? The problem was caused by moving name binding in pointcut declarations to happen before declare parents are evaluated. Because of this, the compiler doesn't know that ContainerDescriptor isa Key when resolving the ContainerLoader.containerLoads reference. The change in ordering was made to fix a bug reported in declare error and declare soft whose pcds where being evaluated before name binding had happened in the pointcut declarations. Unfortunately, declare error and declare soft are concretized at the same time as declare parents (and all other declares ;-), so this move also led to the regression noted above. | ||||
* | fix and tests for at least 2 bugs: | jhugunin | 2003-09-10 | 4 | -0/+81 |
| | | | | | | | | | | | Bugzilla Bug 42740 declare error fails on pointcuts composed from multiple classes Bugzilla Bug 42746 within() pcd is confused for certain declare softs and probably: Bugzilla Bug 42739 Compiler crash in ajc head (post 1.1.1 rc1) | ||||
* | added pr number for Bugzilla Bug 42652 | jhugunin | 2003-09-08 | 1 | -2/+1 |
| | | | | Regression: Cannot compile complex weaving anymore | ||||
* | @testcase PR#XXX omnibus privileged access from aspectj-users mail "Problem ↵ | wisberg | 2003-09-07 | 4 | -1/+212 |
| | | | | with interfaces in method's signature" | ||||
* | @testcase PR#42668 after returning type incompatible with join point return type | wisberg | 2003-09-06 | 2 | -0/+31 |
| | |||||
* | test and fix for bug reported today on aspectj-dev | jhugunin | 2003-09-05 | 2 | -0/+28 |
| | | | | | | | | | | | This bug is a reversion from 1.1.0 and so was a high-priority to get fixed before the 1.1.1rc2 release tommorrow. The bug was caused by a conflict between the implementation of perthis and a fix made in 1.1.1rc1 to the code for signature matching to handle inter-type declarations correctly. The fix was the addition of two null pointer checks. I hope that the original reporter will file a bug report in bugzilla tomorrow for tracking. | ||||
* | test and fix for Bugzilla Bug 42539 | jhugunin | 2003-09-04 | 3 | -0/+28 |
| | | | | throw derivative pointcuts not advised | ||||
* | fix and test for Bugzilla Bug 41359 | jhugunin | 2003-08-28 | 4 | -0/+58 |
| | | | | percflow aspects compiled from jars share one instance for all entry points | ||||
* | @testcase PR#41888 call PCD fails when given subtype of defining type | wisberg | 2003-08-23 | 2 | -0/+83 |
| | |||||
* | added ant driver for JUnit ajctest driver | wisberg | 2003-08-17 | 1 | -0/+40 |
| | |||||
* | disabled test spec error test b/c it can't be skipped for JUnit driver | wisberg | 2003-08-17 | 1 | -4/+5 |
| | |||||
* | Added check for warning issued during JAR creation (manifest not copied). | mkersten | 2003-08-08 | 2 | -7/+11 |
| | |||||
* | put aspectjrt.jar on classpath for module tests run outside of eclipse | acolyer | 2003-08-08 | 1 | -0/+1 |
| | |||||
* | would help if i quoted test.classpath properly.... | acolyer | 2003-08-08 | 1 | -2/+2 |
| | |||||
* | switch to using test.classpath rather than bin.classpath - works outside of ↵ | acolyer | 2003-08-08 | 1 | -2/+2 |
| | | | | eclipse | ||||
* | Added task to call ajcTests with and without emacssym and include results in ↵ | acolyer | 2003-08-08 | 1 | -2/+117 |
| | | | | report | ||||
* | fix and tests for Bugzilla Bug 41123 | jhugunin | 2003-08-08 | 5 | -0/+54 |
| | | | | Weaving failure when using injars | ||||
* | fix for Bugzilla Bug 41175 | jhugunin | 2003-08-08 | 9 | -30/+66 |
| | | | | | | | | | | binary aspect-declared methods conflict, lost their exception clauses larger fix to address more issues with aspect-declared methods in bytecode form also addressed declared exception issue more generally this fix should be more stable than a smaller hack that just fixed this specific bug report would have been. added a few tests to match increased scope. | ||||
* | BCException - not isolated, so no bug written | wisberg | 2003-08-07 | 3 | -0/+473 |
| | |||||
* | @testcase PR#41175 aspect-declared methods with exception clauses fail in ↵ | wisberg | 2003-08-06 | 13 | -0/+204 |
| | | | | | | binary libraries Corresponding non-binary passing tests added to ajcTests.xml | ||||
* | passing tests for interface libraries. The behavior might be wrong (i.e., ↵ | wisberg | 2003-08-06 | 9 | -0/+188 |
| | | | | some should fail) -- confirming on the list. | ||||
* | @testcase PR#41170 combine classpath on command line and in .lst file | wisberg | 2003-08-06 | 5 | -0/+24 |
| | |||||
* | fix for Bugzilla Bug 40805 | jhugunin | 2003-08-05 | 2 | -17/+17 |
| | | | | call pointcut with interface type fails if method declared on interface | ||||
* | fixes for Bugzilla Bug 40858 | jhugunin | 2003-08-04 | 5 | -30/+42 |
| | | | | | | super-qualified pointcut reference cause weaver stack trace and Bugzilla Bug 40814 no error when defining interface pointcuts | ||||
* | fix for Bugzilla Bug 40876 | jhugunin | 2003-07-29 | 2 | -7/+7 |
| | | | | | | ClassFormatError on external subtype-qualified ref to supertype pointcut This was an important bug that was caused by the static fields used in the implementation of cflow being placed on the wrong class. This broke the rules used for name mangling and could occasionally result in name collisions as shown here. | ||||
* | Added test case for bug#39959. | mkersten | 2003-07-29 | 3 | -0/+76 |
| | | | | Fails because classpath is incorrectly set to include aspectjtools.jar (by the harness). | ||||
* | @testcase PR#40876 subtype-qualified pointcut reference | wisberg | 2003-07-28 | 2 | -0/+58 |
| | | | | (ClassFormatError) | ||||
* | @testcase PR#40858 weaver trace on mis-qualified pointcut reference | wisberg | 2003-07-28 | 2 | -0/+36 |
| | |||||
* | @testcase PR#40814 compile error expected for pointcuts in interfaces | wisberg | 2003-07-26 | 2 | -3/+19 |
| | |||||
* | passing tests compiler errors when abstract pointcuts are outside abstract ↵ | wisberg | 2003-07-26 | 2 | -0/+21 |
| | | | | aspects | ||||
* | @testcase PR#40805 interface call signatures when declaring method in aspect | wisberg | 2003-07-26 | 2 | -1/+71 |
| |