| Commit message (Expand) | Author | Age | Files | Lines |
* | fix and test for Bugzilla Bug 34858
| jhugunin | 2003-03-12 | 1 | -0/+5 |
* | fix and tests for checked exception on advice being checked at
| jhugunin | 2003-03-12 | 10 | -31/+99 |
* | implemented fastMatch method along with some basic tests of
| jhugunin | 2003-03-12 | 30 | -103/+131 |
* | fixed Bug 29934
| jhugunin | 2003-03-12 | 1 | -0/+4 |
* | fixing Bug 31724
| jhugunin | 2003-03-11 | 8 | -35/+129 |
* | further work on binary aspects (aspect path) tested and implemented correct ... | jhugunin | 2003-03-11 | 5 | -24/+25 |
* | Fix for
| ehilsdal | 2003-03-11 | 2 | -5/+9 |
* | further work on binary aspects (aspect path) tested correct behavior
| jhugunin | 2003-03-10 | 1 | -1/+6 |
* | Half-way through refactoring of ResolvedTypeX's and Worlds. This
| jhugunin | 2003-03-08 | 19 | -113/+235 |
* | FIXED: Bugzilla Bug 32463
| jhugunin | 2003-03-06 | 5 | -34/+43 |
* | Bugzilla Bug 33635
| jhugunin | 2003-03-05 | 1 | -6/+18 |
* | handling kinds more carefully for shadow sigs so that we can check for
| jhugunin | 2003-03-05 | 4 | -19/+32 |
* | Update to matches to test on Kind | acolyer | 2003-02-27 | 1 | -0/+7 |
* | Fudge for getSourceLocation to give as much of a
| acolyer | 2003-02-27 | 1 | -1/+17 |
* | Restored original mechanism of getting source location
| acolyer | 2003-02-26 | 1 | -2/+3 |
* | Ran "Organize imports" to remove redundant imports etc -
| acolyer | 2003-02-26 | 106 | -344/+891 |
* | The mappings for advice are now correct, and associations have corresponding ... | mkersten | 2003-02-26 | 1 | -7/+33 |
* | Ignore bin directory | acolyer | 2003-02-26 | 1 | -0/+1 |
* | applying Martin Lippert's patch in support of a weaving class loader
| jhugunin | 2003-02-14 | 5 | -27/+51 |
* | fixed Bug 31423: adviceexecution not working | jhugunin | 2003-02-13 | 2 | -2/+2 |
* | resolving unused-imports warnings | wisberg | 2003-02-13 | 20 | -42/+1 |
* | fix for failing test case that aspects must be constructed after their
| jhugunin | 2003-01-22 | 9 | -14/+39 |
* | redesign of making members used in around bodies accessible
| jhugunin | 2003-01-21 | 2 | -0/+78 |
* | fix for Bugzilla Bug 29689
| jhugunin | 2003-01-21 | 1 | -1/+10 |
* | changed class name to match change from declare dominates to
| jhugunin | 2003-01-21 | 6 | -12/+12 |
* | fix for Bug 29693
| jhugunin | 2003-01-21 | 1 | -0/+6 |
* | fix Bug 29691
| jhugunin | 2003-01-21 | 1 | -1/+1 |
* | adding another abstract/code guard
| ehilsdal | 2003-01-15 | 1 | -0/+5 |
* | invokestatic should be used on private static methods, not invokespecial | jhugunin | 2003-01-15 | 1 | -6/+6 |
* | better handling of binary only types in the eclipse pass | jhugunin | 2003-01-15 | 5 | -1/+2 |
* | fixed silly spelling error in toString | jhugunin | 2003-01-15 | 1 | -1/+1 |
* | refraining from removing NOPs at thistime | ehilsdal | 2003-01-14 | 1 | -23/+24 |
* | more careful null handling | jhugunin | 2003-01-14 | 1 | -2/+2 |
* | fixed bug #29186, much better handling of structure generation
| jhugunin | 2003-01-14 | 6 | -4/+29 |
* | Fix for bug 28919: relaxing guard to allow native methods w/ no code | ehilsdal | 2003-01-14 | 1 | -2/+29 |
* | fixed bug #28974, allowing initialization of introduced final fields | jhugunin | 2003-01-14 | 1 | -6/+8 |
* | renamed "declare dominates" to "declare precedence" | jhugunin | 2003-01-14 | 3 | -4/+6 |
* | fixed initial implementor for code written in 2002 to be just PARC, not Xerox... | jhugunin | 2003-01-14 | 174 | -174/+174 |
* | propogating information needed for decent Xlint warnings when privileged
| jhugunin | 2003-01-08 | 1 | -2/+1 |
* | proper error checks for around advice return type compatibility with join points | jhugunin | 2003-01-08 | 1 | -6/+14 |
* | fixed handling of reflective signatures for static intialization join points | jhugunin | 2003-01-08 | 2 | -2/+18 |
* | the type declared soft must be a subtype of Throwable | jhugunin | 2003-01-07 | 1 | -0/+14 |
* | fixed bug with ajcclinit in non-persingleton aspects | jhugunin | 2003-01-07 | 1 | -12/+13 |
* | removed tracing print | jhugunin | 2003-01-07 | 1 | -1/+1 |
* | incremental and application to binaries improved | jhugunin | 2003-01-03 | 9 | -63/+63 |
* | minor improvements to incremental mode | jhugunin | 2003-01-03 | 4 | -6/+19 |
* | better error for unsupported 'if' lexically inside cflow | jhugunin | 2003-01-01 | 1 | -3/+4 |
* | better errors for dominates circularities | jhugunin | 2003-01-01 | 1 | -1/+18 |
* | fixed ordering of inter-dependent cflow entries
| jhugunin | 2003-01-01 | 5 | -11/+50 |
* | finished implementation of around inlining | jhugunin | 2003-01-01 | 15 | -145/+184 |