Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | fixed error | jhugunin | 2002-12-30 | 1 | -1/+1 |
| | |||||
* | needed a !within(A) | jhugunin | 2002-12-30 | 1 | -1/+1 |
| | |||||
* | fixed to use declare dominates | jhugunin | 2002-12-30 | 1 | -3/+3 |
| | |||||
* | fixed expected error line | jhugunin | 2002-12-30 | 1 | -2/+2 |
| | |||||
* | added coverage for exceptions thrown from intro methods | jhugunin | 2002-12-24 | 1 | -1/+1 |
| | | | | these tests were inspired by failures compiling observer example | ||||
* | fixed names of introduced members | jhugunin | 2002-12-24 | 1 | -2/+2 |
| | |||||
* | changed callee-side call join point test to use execution | jhugunin | 2002-12-23 | 1 | -4/+5 |
| | |||||
* | updated for new sematics of issingleton aspects advising their own | jhugunin | 2002-12-23 | 2 | -2/+28 |
| | | | | initializers | ||||
* | matching new semantics of persingleton aspect advising its own initialization | jhugunin | 2002-12-23 | 1 | -2/+2 |
| | |||||
* | making lack of after returning advice consitent with expected events | jhugunin | 2002-12-23 | 1 | -1/+1 |
| | |||||
* | expanded coverage | jhugunin | 2002-12-20 | 7 | -5/+54 |
| | |||||
* | excluding new preinitialization join points | jhugunin | 2002-12-19 | 2 | -2/+2 |
| | |||||
* | updated jars for changes to bytecode forms | jhugunin | 2002-12-19 | 3 | -0/+0 |
| | |||||
* | explicitly excluding new preinitialization join points | jhugunin | 2002-12-19 | 1 | -1/+1 |
| | |||||
* | removed old 1.0 warnings | jhugunin | 2002-12-19 | 2 | -2/+2 |
| | |||||
* | fixed illegal foward assignment not caught by 1.0.6 | jhugunin | 2002-12-19 | 1 | -1/+2 |
| | |||||
* | updated for changed to inter-type constructors | jhugunin | 2002-12-19 | 1 | -0/+2 |
| | | | | | can't conflict with default constructors instance variables aren't initialized unless you call this | ||||
* | added coverage for this(InaccessibleTypeToOthers) | jhugunin | 2002-12-18 | 1 | -1/+3 |
| | |||||
* | removed use of getSourceLocation.getColumn() | jhugunin | 2002-12-18 | 1 | -4/+5 |
| | |||||
* | fixed accidental capture of StringBuffer.append(int) | jhugunin | 2002-12-18 | 1 | -1/+1 |
| | |||||
* | field sets are void | jhugunin | 2002-12-18 | 1 | -3/+3 |
| | |||||
* | dominates -> declare dominates | jhugunin | 2002-12-18 | 1 | -1/+1 |
| | |||||
* | changed for void return type of field sets | jhugunin | 2002-12-18 | 1 | -3/+4 |
| | |||||
* | can't use type patterns in target | jhugunin | 2002-12-18 | 1 | -1/+1 |
| | |||||
* | can't use type patterns in inter-type declarations | jhugunin | 2002-12-18 | 1 | -3/+3 |
| | |||||
* | updated for correct privileged rules that import is not inside the scope of | jhugunin | 2002-12-18 | 4 | -22/+18 |
| | | | | privileged aspect so it can't see package-visible types | ||||
* | can't use wildcards in target in 1.1 | jhugunin | 2002-12-17 | 1 | -3/+3 |
| |