Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ignore amcTests.xml in cvs syncs | acolyer | 2004-01-23 | 1 | -0/+1 |
| | |||||
* | @testcase PR#49784 aspect declares interface method (abstract decl, default ↵ | wisberg | 2004-01-16 | 2 | -2/+48 |
| | | | | impl) | ||||
* | Test for Bugzilla Bug 42515 | acolyer | 2004-01-15 | 3 | -1/+15 |
| | | | | NPE When compiling intertype declaration | ||||
* | Fix for 38824. | acolyer | 2004-01-14 | 2 | -0/+36 |
| | |||||
* | Fix for Bugzilla Bug 44587 | jhugunin | 2004-01-14 | 4 | -1/+89 |
| | | | | | | | | | | | 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. | ||||
* | Fix for Bugzilla Bug 46280 | jhugunin | 2004-01-14 | 2 | -0/+48 |
| | | | | compiler issues error on inner aspects when privilieged | ||||
* | Fix for Bugzilla Bug 49784 | acolyer | 2004-01-14 | 14 | -35/+193 |
| | | | | | | | | declaring interface methods should work as it does in interface and Bugzilla Bug 45676 AspectJ enhanced code can not be used with plain old java anymo and Bugzilla Bug 43972 Static crosscutting makes interfaces unusable for javac | ||||
* | Bugzilla Bug 44586 | acolyer | 2004-01-13 | 2 | -0/+57 |
| | | | | After throwing advice on ctors doesn't execute for inter-type decls | ||||
* | move to Eclipse 3.0 M6 JDT core (v_396). Also makes 1.4 the | acolyer | 2004-01-13 | 23 | -90/+246 |
| | | | | default mode (inherited behaviour from JDT). | ||||
* | Fix for Bugzilla Bug 46750 | jhugunin | 2004-01-12 | 2 | -0/+25 |
| | | | | "declare soft" inside nested aspect does not work | ||||
* | @testcase PR#49784 aspect declares interface method | wisberg | 2004-01-09 | 4 | -0/+148 |
| | |||||
* | pr 46671 ensure we don't look for source on the claspath (Andy's fix) | acolyer | 2004-01-09 | 3 | -1/+35 |
| | |||||
* | Fix for Bugzilla Bug 49638 exception logging: after() throwing advice can't ↵ | jhugunin | 2004-01-09 | 2 | -1/+40 |
| | | | | convert Throwable obj to string and ajc aborts | ||||
* | - disambiguated test | wisberg | 2004-01-09 | 1 | -11/+25 |
| | | | | - using extra source locations for recent test case (and retitling) | ||||
* | added comments | wisberg | 2004-01-09 | 1 | -8/+12 |
| | |||||
* | harness support for message details, extra source locations | wisberg | 2004-01-09 | 2 | -11/+63 |
| | |||||
* | disambiguating expected messages in test case | wisberg | 2004-01-09 | 1 | -2/+2 |
| | |||||
* | harness tests for extra source locations and details | wisberg | 2004-01-09 | 2 | -0/+36 |
| | |||||
* | fix for Bugzilla Bug 41952 | jhugunin | 2004-01-07 | 5 | -13/+74 |
| | | | | | | | XLint warning for call PCD's using subtype of defining type also added extraSourceLocations to IMessage+ for message with multiple source lines | ||||
* | test for pr 45184 | acolyer | 2004-01-07 | 1 | -0/+7 |
| | |||||
* | pr 48522 | acolyer | 2004-01-07 | 1 | -0/+32 |
| | |||||
* | pr 45184: External pointcut refs not resolved if named pointcut used by declare | acolyer | 2004-01-07 | 1 | -0/+18 |
| | |||||
* | fix for pr 47754, itd of static method on interface | acolyer | 2004-01-07 | 2 | -0/+18 |
| | |||||
* | fix for pr 48522, not warning on (un)softened exception | acolyer | 2004-01-07 | 2 | -0/+28 |
| | |||||
* | fix for bug 49457 - test for duplicate pointcut definitions in classes | acolyer | 2004-01-07 | 3 | -0/+52 |
| | |||||
* | @testcase PR#49295 extra warning (join point?) for interface-typepattern ↵ | wisberg | 2003-12-23 | 2 | -0/+77 |
| | | | | execution | ||||
* | inpath support | wisberg | 2003-12-15 | 9 | -2/+94 |
| | |||||
* | 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" |