summaryrefslogtreecommitdiffstats
path: root/tests/new
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* removed old 1.0 warningsjhugunin2002-12-192-2/+2
|
* fixed illegal foward assignment not caught by 1.0.6jhugunin2002-12-191-1/+2
|
* updated for changed to inter-type constructors jhugunin2002-12-191-0/+2
| | | | | can't conflict with default constructors instance variables aren't initialized unless you call this
* added coverage for this(InaccessibleTypeToOthers)jhugunin2002-12-181-1/+3
|
* removed use of getSourceLocation.getColumn()jhugunin2002-12-181-4/+5
|
* fixed accidental capture of StringBuffer.append(int)jhugunin2002-12-181-1/+1
|
* field sets are voidjhugunin2002-12-181-3/+3
|
* dominates -> declare dominatesjhugunin2002-12-181-1/+1
|
* changed for void return type of field setsjhugunin2002-12-181-3/+4
|
* can't use type patterns in targetjhugunin2002-12-181-1/+1
|
* can't use type patterns in inter-type declarationsjhugunin2002-12-181-3/+3
|
* updated for correct privileged rules that import is not inside the scope of jhugunin2002-12-184-22/+18
| | | | privileged aspect so it can't see package-visible types
* can't use wildcards in target in 1.1jhugunin2002-12-171-3/+3
|