aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs
Commit message (Collapse)AuthorAgeFilesLines
* @testcase PR#52107 declare [int | String | Object] field on interfacewisberg2004-02-153-0/+82
|
* mailing list verify errorwisberg2004-02-133-0/+61
|
* Fix for Bugzilla Bug 50641 aclement2004-02-094-1/+61
| | | | | Better binary compatibility for advice method names - I've run the tests a thousand times and they all pass, I'm still nervous about this first big commit though *gulp*
* Test and fix for Bugzilla Bug 50570 jhugunin2004-01-281-0/+42
| | | | CatchClauseSignature has broken operation
* fix for Bugzilla Bug 49295 jhugunin2004-01-282-2/+28
| | | | duplicate warning or second join point for constructor-execution
* tests for Bugzilla Bug 50641 jhugunin2004-01-264-0/+50
| | | | Better binary compatibility for advice method names
* @testcase PR#49784 aspect declares interface method (abstract decl, default ↵wisberg2004-01-161-0/+42
| | | | impl)
* Test for Bugzilla Bug 42515 acolyer2004-01-152-0/+7
| | | | NPE When compiling intertype declaration
* Fix for 38824.acolyer2004-01-141-0/+30
|
* Fix for Bugzilla Bug 44587 jhugunin2004-01-142-0/+70
| | | | | | | | | | | 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 jhugunin2004-01-141-0/+41
| | | | compiler issues error on inner aspects when privilieged
* Fix for Bugzilla Bug 49784 acolyer2004-01-1412-1/+79
| | | | | | | | 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 acolyer2004-01-131-0/+50
| | | | 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 acolyer2004-01-132-0/+17
| | | | default mode (inherited behaviour from JDT).
* Fix for Bugzilla Bug 46750 jhugunin2004-01-121-0/+20
| | | | "declare soft" inside nested aspect does not work
* @testcase PR#49784 aspect declares interface methodwisberg2004-01-093-0/+126
|
* pr 46671 ensure we don't look for source on the claspath (Andy's fix)acolyer2004-01-092-0/+28
|
* Fix for Bugzilla Bug 49638 exception logging: after() throwing advice can't ↵jhugunin2004-01-091-0/+28
| | | | convert Throwable obj to string and ajc aborts
* added commentswisberg2004-01-091-8/+12
|
* fix for Bugzilla Bug 41952 jhugunin2004-01-071-0/+23
| | | | | | | XLint warning for call PCD's using subtype of defining type also added extraSourceLocations to IMessage+ for message with multiple source lines
* pr 48522acolyer2004-01-071-0/+32
|
* pr 45184: External pointcut refs not resolved if named pointcut used by declareacolyer2004-01-071-0/+18
|
* fix for pr 47754, itd of static method on interfaceacolyer2004-01-071-0/+10
|
* fix for pr 48522, not warning on (un)softened exceptionacolyer2004-01-071-0/+15
|
* fix for bug 49457 - test for duplicate pointcut definitions in classesacolyer2004-01-072-0/+32
|
* @testcase PR#49295 extra warning (join point?) for interface-typepattern ↵wisberg2003-12-231-0/+67
| | | | execution
* Work on Bugzilla 42668: effect of an after returning type incompatible with ↵ehilsdal2003-11-181-21/+0
| | | | | | | a join point return type * fix to semantics document to describe correct semantics * checkin of failing coverage test case for correct semantics
* reorganize test b/c conflating two issues: wisberg2003-10-3111-17/+40
| | | | | (a) zip not accepted by extdirs (b) uppercase ZIP and JAR not accepted by eclipse FileSystem
* @testcase PR#42574 ZIP and JAR extensions in classpath and extdirswisberg2003-10-317-0/+78
|
* test case for bug 45441 - joinpoint optimization when targetting 1.4acolyer2003-10-232-0/+21
|
* added back-links to newly-submitted bug 43972wisberg2003-10-012-5/+9
|
* presumed bug found on mailing list by Eric Jain, rendered both in harness ↵wisberg2003-09-295-0/+119
| | | | and Ant (to show behavior with javac)
* bug 43033 - NPE in concretize error path for ReferencePointcutacolyer2003-09-192-0/+19
|
* fix and test for Bugzilla Bug 43194 jhugunin2003-09-181-0/+25
| | | | | | | 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 jhugunin2003-09-121-0/+44
| | | | | | | | | | | | | | | | 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: jhugunin2003-09-103-0/+66
| | | | | | | | | | | 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)
* @testcase PR#XXX omnibus privileged access from aspectj-users mail "Problem ↵wisberg2003-09-073-0/+200
| | | | with interfaces in method's signature"
* @testcase PR#42668 after returning type incompatible with join point return typewisberg2003-09-061-0/+21
|
* test and fix for bug reported today on aspectj-dev jhugunin2003-09-051-0/+21
| | | | | | | | | | | 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 jhugunin2003-09-042-0/+18
| | | | throw derivative pointcuts not advised
* fix and test for Bugzilla Bug 41359 jhugunin2003-08-283-0/+43
| | | | percflow aspects compiled from jars share one instance for all entry points
* @testcase PR#41888 call PCD fails when given subtype of defining typewisberg2003-08-231-0/+76
|
* fix and tests for Bugzilla Bug 41123 jhugunin2003-08-084-0/+18
| | | | Weaving failure when using injars
* fix for Bugzilla Bug 41175 jhugunin2003-08-083-0/+28
| | | | | | | | | | 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.
* @testcase PR#41175 aspect-declared methods with exception clauses fail in ↵wisberg2003-08-0611-0/+144
| | | | | | binary libraries Corresponding non-binary passing tests added to ajcTests.xml
* @testcase PR#41170 combine classpath on command line and in .lst filewisberg2003-08-064-0/+17
|
* fixes for Bugzilla Bug 40858 jhugunin2003-08-043-9/+18
| | | | | | super-qualified pointcut reference cause weaver stack trace and Bugzilla Bug 40814 no error when defining interface pointcuts
* Added test case for bug#39959. mkersten2003-07-292-0/+66
| | | | Fails because classpath is incorrectly set to include aspectjtools.jar (by the harness).
* @testcase PR#40876 subtype-qualified pointcut reference wisberg2003-07-281-0/+50
| | | | (ClassFormatError)
* @testcase PR#40858 weaver trace on mis-qualified pointcut referencewisberg2003-07-281-0/+27
|