Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Test for Bugzilla Bug 59397 | aclement | 2004-04-26 | 1 | -0/+16 |
| | | | | NPE in compiler when using (an unusual) declare warning against a ctor ITD | ||||
* | Test for Bugzilla Bug 59440 | aclement | 2004-04-23 | 1 | -0/+3 |
| | | | | NPE when binary weaving a ctor ITD. | ||||
* | Testcase for Bug 58679 | aclement | 2004-04-23 | 4 | -0/+138 |
| | | | | Regression from 1.1: NPE in CompilationResult | ||||
* | Some of the fix for Bugzilla Bug 57432 | aclement | 2004-04-07 | 3 | -4/+27 |
| | | | | | NPE when creating declare messages [Modified XML to build debug/nondebug variants of the library] | ||||
* | @testcase PR#57432 NPE's when writing some declare error | wisberg | 2004-04-05 | 4 | -0/+72 |
| | |||||
* | Fix for Bug 55341 | aclement | 2004-04-02 | 3 | -0/+38 |
| | | | | error Type mismatch: cannot convert from java.lang.String to java.lang.String | ||||
* | Fix for Bugzilla Bug 53012 | aclement | 2004-03-19 | 2 | -0/+26 |
| | | | | declare precedence on a class should be a compile-time error | ||||
* | fix for Bugzilla Bug 52928 | acolyer | 2004-03-18 | 1 | -0/+24 |
| | | | | Private members introduced via an interface are visible to the class | ||||
* | Deleting unnecessary class files that crept into the build. | aclement | 2004-03-16 | 4 | -0/+0 |
| | |||||
* | fix for Bugzilla Bug 43714 | acolyer | 2004-03-16 | 1 | -0/+1 |
| | | | | weaving from an input jar into that same jar. | ||||
* | Fix for Bugzilla Bug 41181 | aclement | 2004-03-16 | 24 | -0/+279 |
| | | | | | Support SerialVersionUID field if no new fields declared on class (Regenerated with BcweaverJarMaker) | ||||
* | fix for Bugzilla Bug 51322 | acolyer | 2004-03-15 | 1 | -0/+6 |
| | | | | Introduce Unknown Type to class causes Null pointer exception | ||||
* | fix for Bugzilla Bug 44272 | acolyer | 2004-03-15 | 1 | -0/+13 |
| | | | | retitle warning to "circular {advice} dependency at ..." | ||||
* | test for Bugzilla Bug 54098 | acolyer | 2004-03-15 | 2 | -0/+14 |
| | | | | -deprecation not working | ||||
* | Fix for Bugzilla Bug 50776 | aclement | 2004-03-05 | 1 | -0/+17 |
| | | | | fail in compiling aspect with overriding method introduction with different throws clause | ||||
* | Fix for preventing the use of if/target/this/args/cflow/cflowbelow in ↵ | aclement | 2004-02-26 | 1 | -0/+58 |
| | | | | DeclareSofts. | ||||
* | Fix for Bugzilla Bug 51320 | aclement | 2004-02-25 | 1 | -0/+56 |
| | | | | | 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 | 1 | -0/+10 |
| | | | | Polymorphic ITD fails in CVS HEAD (From ajdt 1.1.6) | ||||
* | fix for Bugzilla Bug 51929 | jhugunin | 2004-02-19 | 3 | -4/+8 |
| | | | | | | | | | 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 | 3 | -0/+82 |
| | |||||
* | mailing list verify error | wisberg | 2004-02-13 | 3 | -0/+61 |
| | |||||
* | Fix for Bugzilla Bug 50641 | aclement | 2004-02-09 | 4 | -1/+61 |
| | | | | | 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* | ||||
* | Test and fix for Bugzilla Bug 50570 | jhugunin | 2004-01-28 | 1 | -0/+42 |
| | | | | CatchClauseSignature has broken operation | ||||
* | fix for Bugzilla Bug 49295 | jhugunin | 2004-01-28 | 2 | -2/+28 |
| | | | | duplicate warning or second join point for constructor-execution | ||||
* | tests for Bugzilla Bug 50641 | jhugunin | 2004-01-26 | 4 | -0/+50 |
| | | | | Better binary compatibility for advice method names | ||||
* | @testcase PR#49784 aspect declares interface method (abstract decl, default ↵ | wisberg | 2004-01-16 | 1 | -0/+42 |
| | | | | impl) | ||||
* | Test for Bugzilla Bug 42515 | acolyer | 2004-01-15 | 2 | -0/+7 |
| | | | | NPE When compiling intertype declaration | ||||
* | Fix for 38824. | acolyer | 2004-01-14 | 1 | -0/+30 |
| | |||||
* | Fix for Bugzilla Bug 44587 | jhugunin | 2004-01-14 | 2 | -0/+70 |
| | | | | | | | | | | | 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 | 1 | -0/+41 |
| | | | | compiler issues error on inner aspects when privilieged | ||||
* | Fix for Bugzilla Bug 49784 | acolyer | 2004-01-14 | 12 | -1/+79 |
| | | | | | | | | 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 | 1 | -0/+50 |
| | | | | 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 | 2 | -0/+17 |
| | | | | default mode (inherited behaviour from JDT). | ||||
* | Fix for Bugzilla Bug 46750 | jhugunin | 2004-01-12 | 1 | -0/+20 |
| | | | | "declare soft" inside nested aspect does not work | ||||
* | @testcase PR#49784 aspect declares interface method | wisberg | 2004-01-09 | 3 | -0/+126 |
| | |||||
* | pr 46671 ensure we don't look for source on the claspath (Andy's fix) | acolyer | 2004-01-09 | 2 | -0/+28 |
| | |||||
* | Fix for Bugzilla Bug 49638 exception logging: after() throwing advice can't ↵ | jhugunin | 2004-01-09 | 1 | -0/+28 |
| | | | | convert Throwable obj to string and ajc aborts | ||||
* | added comments | wisberg | 2004-01-09 | 1 | -8/+12 |
| | |||||
* | fix for Bugzilla Bug 41952 | jhugunin | 2004-01-07 | 1 | -0/+23 |
| | | | | | | | XLint warning for call PCD's using subtype of defining type also added extraSourceLocations to IMessage+ for message with multiple source lines | ||||
* | 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 | 1 | -0/+10 |
| | |||||
* | fix for pr 48522, not warning on (un)softened exception | acolyer | 2004-01-07 | 1 | -0/+15 |
| | |||||
* | fix for bug 49457 - test for duplicate pointcut definitions in classes | acolyer | 2004-01-07 | 2 | -0/+32 |
| | |||||
* | @testcase PR#49295 extra warning (join point?) for interface-typepattern ↵ | wisberg | 2003-12-23 | 1 | -0/+67 |
| | | | | execution | ||||
* | Work on Bugzilla 42668: effect of an after returning type incompatible with ↵ | ehilsdal | 2003-11-18 | 1 | -21/+0 |
| | | | | | | | a join point return type * fix to semantics document to describe correct semantics * checkin of failing coverage test case for correct semantics | ||||
* | reorganize test b/c conflating two issues: | wisberg | 2003-10-31 | 11 | -17/+40 |
| | | | | | (a) zip not accepted by extdirs (b) uppercase ZIP and JAR not accepted by eclipse FileSystem | ||||
* | @testcase PR#42574 ZIP and JAR extensions in classpath and extdirs | wisberg | 2003-10-31 | 7 | -0/+78 |
| | |||||
* | test case for bug 45441 - joinpoint optimization when targetting 1.4 | acolyer | 2003-10-23 | 2 | -0/+21 |
| | |||||
* | added back-links to newly-submitted bug 43972 | wisberg | 2003-10-01 | 2 | -5/+9 |
| |