Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | regression test - provokes VerifyError in 1.1.1 but not in cvs head | wisberg | 2004-03-07 | 1 | -0/+21 |
| | |||||
* | Fix for Bugzilla Bug 42668 | ehilsdal | 2004-01-29 | 1 | -3/+4 |
| | | | | effect of an after returning type incompatible with a join point return type | ||||
* | fix for Bugzilla Bug 49295 | jhugunin | 2004-01-28 | 7 | -18/+54 |
| | | | | duplicate warning or second join point for constructor-execution | ||||
* | Fix to stop leaving 'foo' files around in the top of tests after running the ↵ | jhugunin | 2004-01-23 | 1 | -3/+3 |
| | | | | suite. | ||||
* | Fix for Bugzilla Bug 44587 | jhugunin | 2004-01-14 | 1 | -1/+5 |
| | | | | | | | | | | | 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. | ||||
* | move to Eclipse 3.0 M6 JDT core (v_396). Also makes 1.4 the | acolyer | 2004-01-13 | 8 | -14/+101 |
| | | | | default mode (inherited behaviour from JDT). | ||||
* | disambiguating expected messages in test case | wisberg | 2004-01-09 | 1 | -2/+2 |
| | |||||
* | fix for Bugzilla Bug 41952 | jhugunin | 2004-01-07 | 3 | -3/+7 |
| | | | | | | | XLint warning for call PCD's using subtype of defining type also added extraSourceLocations to IMessage+ for message with multiple source lines | ||||
* | Work on Bugzilla 42668: effect of an after returning type incompatible with ↵ | ehilsdal | 2003-11-18 | 1 | -0/+72 |
| | | | | | | | a join point return type * fix to semantics document to describe correct semantics * checkin of failing coverage test case for correct semantics | ||||
* | fix for Bugzilla Bug 41175 | jhugunin | 2003-08-08 | 4 | -0/+0 |
| | | | | | | | | | | 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 | 2 | -0/+390 |
| | |||||
* | passing tests for interface libraries. The behavior might be wrong (i.e., ↵ | wisberg | 2003-08-06 | 8 | -0/+104 |
| | | | | some should fail) -- confirming on the list. | ||||
* | changed jars produced by BcWeaverJarMaker to increase coverage of tests | jhugunin | 2003-05-19 | 3 | -0/+0 |
| | |||||
* | test data upgrades for adding new command-line error tests | wisberg | 2003-05-14 | 6 | -18/+34 |
| | |||||
* | updated tests for [method|execution] binary join point detection. | wisberg | 2003-05-01 | 8 | -2/+50 |
| | | | | added narrower knownLimitation test | ||||
* | Added easy to understand test for issue of Class.forName differences | jhugunin | 2003-05-01 | 3 | -2/+71 |
| | | | | | | | between IBM and SUN's JDKs Moved a nit-picking part of SourceLocationWithExpr to its own test that is listed as a known limitation. | ||||
* | test cases for binary warnings (bugs 37020, 37021, 37023) | wisberg | 2003-04-28 | 5 | -0/+154 |
| | |||||
* | expanded tests and fix for | jhugunin | 2003-04-24 | 2 | -4/+37 |
| | | | | | Bugzilla Bug 36778 ClassFormatError due to empty interface supertype | ||||
* | @testcase try/finally in around advice (same as ...messy arounds?) | wisberg | 2003-04-23 | 1 | -0/+39 |
| | | | | Works in current tree, but not in 1.1rc1 | ||||
* | @testcase PR#36778 advise join points in subclass of empty interface | wisberg | 2003-04-22 | 1 | -0/+33 |
| | |||||
* | fix for Bugzilla Bug 36736 | jhugunin | 2003-04-22 | 1 | -1/+8 |
| | | | | | | | | | | compiler error expected for implemented abstract pointcuts and for fix for Bugzilla Bug 36673 VerifyError in privileged aspect minimally extended coverage for this bug | ||||
* | @testcase PR#36736 implemented abstract pointcut | wisberg | 2003-04-22 | 1 | -0/+22 |
| | |||||
* | @testcase PR#36673 privileged aspect main verify error | wisberg | 2003-04-19 | 1 | -0/+19 |
| | |||||
* | extending coverage for [Bug 35593] Problem with priviliged aspects | jhugunin | 2003-04-10 | 1 | -0/+7 |
| | |||||
* | Major changes in order to move to Eclipse-JDT 2.1 as a base. | jhugunin | 2003-03-28 | 1 | -3/+3 |
| | | | | | | In the process of this many changes were made to try to make keeping up with the Eclipse-JDT code base as easy as possible in the future. | ||||
* | Test cases for declare parent scenarios | acolyer | 2003-03-27 | 2 | -0/+49 |
| | |||||
* | fix and tests for checked exception on advice being checked at | jhugunin | 2003-03-12 | 1 | -0/+13 |
| | | | | woven join points | ||||
* | recompiled as part of new tests for fastMatch, don't expect any | jhugunin | 2003-03-12 | 3 | -0/+0 |
| | | | | substantive changes | ||||
* | fixing Bug 31724 | jhugunin | 2003-03-11 | 1 | -0/+16 |
| | | | | | declare warning/error emitted without context and generally providing better error context information | ||||
* | FIXED: Bugzilla Bug 32421 | jhugunin | 2003-03-06 | 1 | -0/+11 |
| | | | | | | | can't resolve nested public interfaces FIXED: Bugzilla Bug 32399 Incorrect binding of protected (marker) interfaces | ||||
* | Final message is actually on line 74, not 73 | acolyer | 2003-02-27 | 1 | -1/+1 |
| | |||||
* | testcase for bug 31724 | wisberg | 2003-02-12 | 1 | -0/+79 |
| | | | | | | http://dev.eclipse.org/bugs/show_bug.cgi?id=31724 declare warning context. Note context itself untested -- need to check/upgrade message checking. | ||||
* | fix for failing test case that aspects must be constructed after their | jhugunin | 2003-01-22 | 3 | -0/+0 |
| | | | | clinit has run | ||||
* | fixed visibility bug in test case | jhugunin | 2003-01-15 | 5 | -2/+2 |
| | |||||
* | added test for introduced final fields and rearranged some | jhugunin | 2003-01-14 | 5 | -0/+34 |
| | |||||
* | renamed "declare dominates" to "declare precedence" | jhugunin | 2003-01-14 | 1 | -1/+1 |
| | |||||
* | renamed "declare dominates" to "declare precedence" | jhugunin | 2003-01-14 | 6 | -13/+13 |
| | |||||
* | added version not in 'aspect' package | jhugunin | 2003-01-08 | 1 | -0/+15 |
| | |||||
* | fixed strange dependence on a file named foo | jhugunin | 2003-01-08 | 1 | -4/+4 |
| | |||||
* | fixed order of join points during initialization to match 1.1 | jhugunin | 2003-01-08 | 1 | -77/+114 |
| | |||||
* | fixed order of join points during initialization to match 1.1 | jhugunin | 2003-01-08 | 1 | -5/+15 |
| | |||||
* | fixed order of join points during initialization to match 1.1 | jhugunin | 2003-01-08 | 1 | -4/+5 |
| | |||||
* | fixed source location | jhugunin | 2003-01-07 | 1 | -3/+3 |
| | |||||
* | avoiding aspect advising its own constructor | jhugunin | 2003-01-07 | 1 | -4/+4 |
| | |||||
* | expanded coverage | jhugunin | 2003-01-01 | 1 | -1/+17 |
| | |||||
* | new advice binary format | jhugunin | 2002-12-31 | 3 | -0/+0 |
| | |||||
* | can't do around x initialization | jhugunin | 2002-12-31 | 7 | -22/+34 |
| | |||||
* | using declare dominates | jhugunin | 2002-12-30 | 1 | -1/+1 |
| | |||||
* | better coverage | jhugunin | 2002-12-30 | 1 | -0/+21 |
| | |||||
* | fixed to match fact that this syntax is forbidden | jhugunin | 2002-12-30 | 1 | -2/+2 |
| |