summaryrefslogtreecommitdiffstats
path: root/tests/new
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* fixed errorjhugunin2002-12-301-1/+1
|
* needed a !within(A)jhugunin2002-12-301-1/+1
|
* fixed to use declare dominatesjhugunin2002-12-301-3/+3
|
* fixed expected error linejhugunin2002-12-301-2/+2
|
* added coverage for exceptions thrown from intro methods jhugunin2002-12-241-1/+1
| | | | these tests were inspired by failures compiling observer example
* fixed names of introduced membersjhugunin2002-12-241-2/+2
|
* changed callee-side call join point test to use executionjhugunin2002-12-231-4/+5
|
* updated for new sematics of issingleton aspects advising their own jhugunin2002-12-232-2/+28
| | | | initializers
* matching new semantics of persingleton aspect advising its own initializationjhugunin2002-12-231-2/+2
|
* making lack of after returning advice consitent with expected eventsjhugunin2002-12-231-1/+1
|
* expanded coveragejhugunin2002-12-207-5/+54
|
* excluding new preinitialization join pointsjhugunin2002-12-192-2/+2
|
* updated jars for changes to bytecode formsjhugunin2002-12-193-0/+0
|
* explicitly excluding new preinitialization join pointsjhugunin2002-12-191-1/+1
|