Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix for Bugzilla Bug 41181 | aclement | 2004-03-16 | 25 | -4/+446 |
| | | | | | Support SerialVersionUID field if no new fields declared on class (Regenerated with BcweaverJarMaker) | ||||
* | fix for Bugzilla Bug 51322 | acolyer | 2004-03-15 | 2 | -0/+13 |
| | | | | Introduce Unknown Type to class causes Null pointer exception | ||||
* | fix for Bugzilla Bug 44272 | acolyer | 2004-03-15 | 2 | -0/+22 |
| | | | | retitle warning to "circular {advice} dependency at ..." | ||||
* | test for Bugzilla Bug 54098 | acolyer | 2004-03-15 | 3 | -0/+21 |
| | | | | -deprecation not working | ||||
* | move weaving to inside of the compiler.compile loop. | acolyer | 2004-03-15 | 4 | -0/+39 |
| | | | | ensure messages are associated with source wherever possible | ||||
* | -xlintfile option support in the harness, and tests | wisberg | 2004-03-08 | 6 | -10/+58 |
| | |||||
* | regression test - provokes VerifyError in 1.1.1 but not in cvs head | wisberg | 2004-03-07 | 2 | -0/+28 |
| | |||||
* | Fix for Bugzilla Bug 50776 | aclement | 2004-03-05 | 2 | -0/+22 |
| | | | | fail in compiling aspect with overriding method introduction with different throws clause | ||||
* | Fixing last test failures - per Georges suggestions. | aclement | 2004-03-02 | 1 | -4/+13 |
| | |||||
* | Fix for Bugzilla Bug 52107 | aclement | 2004-02-26 | 2 | -21/+27 |
| | | | | NoSuchMethodError accessing field declared on interface | ||||
* | Fix for preventing the use of if/target/this/args/cflow/cflowbelow in ↵ | aclement | 2004-02-26 | 2 | -0/+84 |
| | | | | DeclareSofts. | ||||
* | Fix for Bugzilla Bug 51320 | aclement | 2004-02-25 | 2 | -0/+82 |
| | | | | | ClasscastException on concretization of if(false) (i.e. you can't use if/target/args/cflow/cflowbelow/this in deow - you get an error if you try) | ||||
* | Bugzilla Bug 51919 | aclement | 2004-02-24 | 2 | -0/+16 |
| | | | | Polymorphic ITD fails in CVS HEAD (From ajdt 1.1.6) | ||||
* | fix for Bugzilla Bug 51929 | jhugunin | 2004-02-19 | 5 | -10/+14 |
| | | | | | | | | | Advice calling protected super method causing java.lang.VerifyError 'Bad access to protected data' Also expanded test to cover protected field access as well as methods Fix required getting the correct receiver type for both field access and method calls to correspond to Java's complicated rules for accessing protected members (JLSv2 6.6.2 and mentioned in passing in JVMv2 5.4.4) | ||||
* | @testcase PR#52107 declare [int | String | Object] field on interface | wisberg | 2004-02-15 | 4 | -0/+103 |
| | |||||
* | mailing list verify error | wisberg | 2004-02-13 | 4 | -0/+67 |
| | |||||
* | Fix for Bugzilla Bug 50641 | aclement | 2004-02-09 | 6 | -17/+86 |
| | | | | | Better binary compatibility for advice method names - I've run the tests a thousand times and they all pass, I'm still nervous about this first big commit though *gulp* | ||||
* | Fix for Bugzilla Bug 42668 | ehilsdal | 2004-01-29 | 3 | -10/+10 |
| | | | | effect of an after returning type incompatible with a join point return type | ||||
* | Test and fix for Bugzilla Bug 50570 | jhugunin | 2004-01-28 | 2 | -0/+47 |
| | | | | CatchClauseSignature has broken operation | ||||
* | fix for Bugzilla Bug 49295 | jhugunin | 2004-01-28 | 11 | -30/+105 |
| | | | | duplicate warning or second join point for constructor-execution | ||||
* | Bugzilla Bug 50641 | jhugunin | 2004-01-26 | 1 | -0/+16 |
| | | | | Better binary compatibility for advice method names | ||||
* | tests for Bugzilla Bug 50641 | jhugunin | 2004-01-26 | 4 | -0/+50 |
| | | | | Better binary compatibility for advice method names | ||||
* | Fix to stop leaving 'foo' files around in the top of tests after running the ↵ | jhugunin | 2004-01-23 | 1 | -3/+3 |
| | | | | suite. | ||||
* | ignore amcTests.xml in cvs syncs | acolyer | 2004-01-23 | 1 | -0/+1 |
| | |||||
* | @testcase PR#49784 aspect declares interface method (abstract decl, default ↵ | wisberg | 2004-01-16 | 2 | -2/+48 |
| | | | | impl) | ||||
* | Test for Bugzilla Bug 42515 | acolyer | 2004-01-15 | 3 | -1/+15 |
| | | | | NPE When compiling intertype declaration | ||||
* | Fix for 38824. | acolyer | 2004-01-14 | 2 | -0/+36 |
| | |||||
* | Fix for Bugzilla Bug 44587 | jhugunin | 2004-01-14 | 4 | -1/+89 |
| | | | | | | | | | | | 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. | ||||
* | Fix for Bugzilla Bug 46280 | jhugunin | 2004-01-14 | 2 | -0/+48 |
| | | | | compiler issues error on inner aspects when privilieged | ||||
* | Fix for Bugzilla Bug 49784 | acolyer | 2004-01-14 | 14 | -35/+193 |
| | | | | | | | | declaring interface methods should work as it does in interface and Bugzilla Bug 45676 AspectJ enhanced code can not be used with plain old java anymo and Bugzilla Bug 43972 Static crosscutting makes interfaces unusable for javac | ||||
* | Bugzilla Bug 44586 | acolyer | 2004-01-13 | 2 | -0/+57 |
| | | | | After throwing advice on ctors doesn't execute for inter-type decls | ||||
* | move to Eclipse 3.0 M6 JDT core (v_396). Also makes 1.4 the | acolyer | 2004-01-13 | 23 | -90/+246 |
| | | | | default mode (inherited behaviour from JDT). | ||||
* | Fix for Bugzilla Bug 46750 | jhugunin | 2004-01-12 | 2 | -0/+25 |
| | | | | "declare soft" inside nested aspect does not work | ||||
* | @testcase PR#49784 aspect declares interface method | wisberg | 2004-01-09 | 4 | -0/+148 |
| | |||||
* | pr 46671 ensure we don't look for source on the claspath (Andy's fix) | acolyer | 2004-01-09 | 3 | -1/+35 |
| | |||||
* | Fix for Bugzilla Bug 49638 exception logging: after() throwing advice can't ↵ | jhugunin | 2004-01-09 | 2 | -1/+40 |
| | | | | convert Throwable obj to string and ajc aborts | ||||
* | - disambiguated test | wisberg | 2004-01-09 | 1 | -11/+25 |
| | | | | - using extra source locations for recent test case (and retitling) | ||||
* | added comments | wisberg | 2004-01-09 | 1 | -8/+12 |
| | |||||
* | harness support for message details, extra source locations | wisberg | 2004-01-09 | 2 | -11/+63 |
| | |||||
* | disambiguating expected messages in test case | wisberg | 2004-01-09 | 1 | -2/+2 |
| | |||||
* | harness tests for extra source locations and details | wisberg | 2004-01-09 | 2 | -0/+36 |
| | |||||
* | fix for Bugzilla Bug 41952 | jhugunin | 2004-01-07 | 5 | -13/+74 |
| | | | | | | | XLint warning for call PCD's using subtype of defining type also added extraSourceLocations to IMessage+ for message with multiple source lines | ||||
* | test for pr 45184 | acolyer | 2004-01-07 | 1 | -0/+7 |
| | |||||
* | pr 48522 | acolyer | 2004-01-07 | 1 | -0/+32 |
| | |||||
* | pr 45184: External pointcut refs not resolved if named pointcut used by declare | acolyer | 2004-01-07 | 1 | -0/+18 |
| | |||||
* | fix for pr 47754, itd of static method on interface | acolyer | 2004-01-07 | 2 | -0/+18 |
| | |||||
* | fix for pr 48522, not warning on (un)softened exception | acolyer | 2004-01-07 | 2 | -0/+28 |
| | |||||
* | fix for bug 49457 - test for duplicate pointcut definitions in classes | acolyer | 2004-01-07 | 3 | -0/+52 |
| | |||||
* | @testcase PR#49295 extra warning (join point?) for interface-typepattern ↵ | wisberg | 2003-12-23 | 2 | -0/+77 |
| | | | | execution | ||||
* | inpath support | wisberg | 2003-12-15 | 9 | -2/+94 |
| |