summaryrefslogtreecommitdiffstats
path: root/tests/new
Commit message (Collapse)AuthorAgeFilesLines
* regression test - provokes VerifyError in 1.1.1 but not in cvs headwisberg2004-03-071-0/+21
|
* Fix for Bugzilla Bug 42668 ehilsdal2004-01-291-3/+4
| | | | effect of an after returning type incompatible with a join point return type
* fix for Bugzilla Bug 49295 jhugunin2004-01-287-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 ↵jhugunin2004-01-231-3/+3
| | | | suite.
* Fix for Bugzilla Bug 44587 jhugunin2004-01-141-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 acolyer2004-01-138-14/+101
| | | | default mode (inherited behaviour from JDT).
* disambiguating expected messages in test casewisberg2004-01-091-2/+2
|
* fix for Bugzilla Bug 41952 jhugunin2004-01-073-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 ↵ehilsdal2003-11-181-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 jhugunin2003-08-084-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 writtenwisberg2003-08-072-0/+390
|
* passing tests for interface libraries. The behavior might be wrong (i.e., ↵wisberg2003-08-068-0/+104
| | | | some should fail) -- confirming on the list.
* changed jars produced by BcWeaverJarMaker to increase coverage of testsjhugunin2003-05-193-0/+0
|
* test data upgrades for adding new command-line error testswisberg2003-05-146-18/+34
|
* updated tests for [method|execution] binary join point detection. wisberg2003-05-018-2/+50
| | | | added narrower knownLimitation test
* Added easy to understand test for issue of Class.forName differences jhugunin2003-05-013-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)wisberg2003-04-285-0/+154
|
* expanded tests and fix for jhugunin2003-04-242-4/+37
| | | | | Bugzilla Bug 36778 ClassFormatError due to empty interface supertype
* @testcase try/finally in around advice (same as ...messy arounds?) wisberg2003-04-231-0/+39
| | | | Works in current tree, but not in 1.1rc1
* @testcase PR#36778 advise join points in subclass of empty interfacewisberg2003-04-221-0/+33
|
* fix for Bugzilla Bug 36736 jhugunin2003-04-221-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 pointcutwisberg2003-04-221-0/+22
|
* @testcase PR#36673 privileged aspect main verify errorwisberg2003-04-191-0/+19
|
* extending coverage for [Bug 35593] Problem with priviliged aspectsjhugunin2003-04-101-0/+7
|
* Major changes in order to move to Eclipse-JDT 2.1 as a base. jhugunin2003-03-281-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 scenariosacolyer2003-03-272-0/+49
|
* fix and tests for checked exception on advice being checked at jhugunin2003-03-121-0/+13
| | | | woven join points
* recompiled as part of new tests for fastMatch, don't expect any jhugunin2003-03-123-0/+0
| | | | substantive changes
* fixing Bug 31724 jhugunin2003-03-111-0/+16
| | | | | declare warning/error emitted without context and generally providing better error context information
* FIXED: Bugzilla Bug 32421 jhugunin2003-03-061-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 73acolyer2003-02-271-1/+1
|
* testcase for bug 31724 wisberg2003-02-121-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 jhugunin2003-01-223-0/+0
| | | | clinit has run
* fixed visibility bug in test casejhugunin2003-01-155-2/+2
|
* added test for introduced final fields and rearranged somejhugunin2003-01-145-0/+34
|
* renamed "declare dominates" to "declare precedence"jhugunin2003-01-141-1/+1
|
* renamed "declare dominates" to "declare precedence"jhugunin2003-01-146-13/+13
|
* added version not in 'aspect' packagejhugunin2003-01-081-0/+15
|
* fixed strange dependence on a file named foojhugunin2003-01-081-4/+4
|
* fixed order of join points during initialization to match 1.1jhugunin2003-01-081-77/+114
|
* fixed order of join points during initialization to match 1.1jhugunin2003-01-081-5/+15
|
* fixed order of join points during initialization to match 1.1jhugunin2003-01-081-4/+5
|
* fixed source locationjhugunin2003-01-071-3/+3
|
* avoiding aspect advising its own constructorjhugunin2003-01-071-4/+4
|
* expanded coveragejhugunin2003-01-011-1/+17
|
* new advice binary formatjhugunin2002-12-313-0/+0
|
* can't do around x initializationjhugunin2002-12-317-22/+34
|
* using declare dominatesjhugunin2002-12-301-1/+1
|
* better coveragejhugunin2002-12-301-0/+21
|
* fixed to match fact that this syntax is forbiddenjhugunin2002-12-301-2/+2
|