Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tidying up compiler warnings (unused locals, imports) | acolyer | 2004-01-23 | 3 | -8/+5 |
| | |||||
* | enh 48072 - ICrossReferenceHandler support to get xref info from the weaver | acolyer | 2004-01-23 | 6 | -4/+49 |
| | |||||
* | ignore amcTests.xml in cvs syncs | acolyer | 2004-01-23 | 1 | -0/+1 |
| | |||||
* | Georges fix for Bugzilla Bug 50200 | aclement | 2004-01-22 | 2 | -1/+2 |
| | | | | aspectjrt.jar manifest file name needs changing to upper case | ||||
* | Added javadoc for getExtraSourceLocations() | mkersten | 2004-01-22 | 1 | -0/+13 |
| | |||||
* | Added links to user feedback on language features. | mkersten | 2004-01-21 | 1 | -0/+8 |
| | |||||
* | Fixed one test per new messages, but left the pointcut test, which needs ↵ | wisberg | 2004-01-20 | 1 | -3/+6 |
| | | | | lots of new messages to be specified, to another day. | ||||
* | checked in test updates | wisberg | 2004-01-16 | 1 | -5/+4 |
| | |||||
* | @testcase PR#49784 aspect declares interface method (abstract decl, default ↵ | wisberg | 2004-01-16 | 2 | -2/+48 |
| | | | | impl) | ||||
* | supporting -target 1.3 and 1.4 | wisberg | 2004-01-15 | 2 | -612/+709 |
| | |||||
* | bug: was not permitting target 1.3 or 1.4 | wisberg | 2004-01-15 | 1 | -2/+10 |
| | | | | rfe: permit -1.5 (compliance) and source/target 1.5 | ||||
* | Test for Bugzilla Bug 42515 | acolyer | 2004-01-15 | 3 | -1/+15 |
| | | | | NPE When compiling intertype declaration | ||||
* | Fix for Bugzilla Bug 36234 | acolyer | 2004-01-15 | 1 | -1/+18 |
| | | | | out of memory error when compiling | ||||
* | 2004 copyright | wisberg | 2004-01-15 | 1 | -1/+1 |
| | |||||
* | 47952 fix: SoftException.printStackTrace(..) prints wrapped throwable (if ↵ | wisberg | 2004-01-15 | 2 | -10/+95 |
| | | | | | | not >= 1.4) tested in 1.1, 1.3, 1.4 (but not in 1.1 release tests) | ||||
* | Gregor's mailing list fixes to BoundPoint (two advice), plus (a) properties ↵ | wisberg | 2004-01-15 | 1 | -27/+23 |
| | | | | | | miscapitalized; (b) execution rather than call. Could also skip proceed and event notification if input value not different, but that's a different example, eh? | ||||
* | Fix for 38824. | acolyer | 2004-01-14 | 4 | -19/+53 |
| | |||||
* | Fix for Bugzilla Bug 44587 | jhugunin | 2004-01-14 | 12 | -13/+187 |
| | | | | | | | | | | | 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 | 3 | -0/+52 |
| | | | | compiler issues error on inner aspects when privilieged | ||||
* | Fix for Bugzilla Bug 49784 | acolyer | 2004-01-14 | 16 | -46/+211 |
| | | | | | | | | 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 | ||||
* | Fix for Bugzilla Bug 49784 | acolyer | 2004-01-13 | 5 | -6/+84 |
| | | | | | | | | 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 | 1 | -1/+1 |
| | | | | | | | default mode (inherited behaviour from JDT). this fixes a long-standing bug for matching fields and static methods revealed by move to 1.4 default | ||||
* | move to Eclipse 3.0 M6 JDT core (v_396). Also makes 1.4 the | acolyer | 2004-01-13 | 89 | -1767/+1991 |
| | | | | default mode (inherited behaviour from JDT). | ||||
* | qa div wrongmostlyLastEclipse2xTree_20040112 | wisberg | 2004-01-12 | 1 | -6/+6 |
| | |||||
* | Fix for: Bugzilla Bug 49814 | jhugunin | 2004-01-12 | 2 | -5/+14 |
| | | | | ConfigParser.java:132 | ||||
* | Bugzilla Bug 46750 | jhugunin | 2004-01-12 | 1 | -2/+2 |
| | | | | "declare soft" inside nested aspect does not work | ||||
* | Fix for Bugzilla Bug 46750 | jhugunin | 2004-01-12 | 2 | -0/+25 |
| | | | | "declare soft" inside nested aspect does not work | ||||
* | forking ant builds in eclipse 2.x | wisberg | 2004-01-09 | 1 | -0/+6 |
| | |||||
* | @testcase PR#49784 aspect declares interface method | wisberg | 2004-01-09 | 4 | -0/+148 |
| | |||||
* | demonstrating inpath and fork/forkclasspath | wisberg | 2004-01-09 | 1 | -1/+8 |
| | |||||
* | respecting Xlint:unmatchedSuperTypeInCall, if only to preserve that ↵ | wisberg | 2004-01-09 | 1 | -1/+1 |
| | | | | compiling the examples don't produce errors or warnings | ||||
* | pr 46671 ensure we don't look for source on the claspath (Andy's fix) | acolyer | 2004-01-09 | 3 | -1/+35 |
| | |||||
* | pr 46671 ensure we don't look for source on the claspath (Andy's fix) | acolyer | 2004-01-09 | 1 | -1/+7 |
| | |||||
* | -logXML... round-tripping fixed | wisberg | 2004-01-09 | 2 | -3/+4 |
| | |||||
* | Fix for Bugzilla Bug 49638 exception logging: after() throwing advice can't ↵ | jhugunin | 2004-01-09 | 3 | -2/+46 |
| | | | | convert Throwable obj to string and ajc aborts | ||||
* | giving in to the out dir... | wisberg | 2004-01-09 | 1 | -0/+4 |
| | |||||
* | - 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 upgraded for support for message details, extra source locations | wisberg | 2004-01-09 | 4 | -9/+32 |
| | |||||
* | harness support for message details, extra source locations | wisberg | 2004-01-09 | 9 | -737/+1136 |
| | | | | Completely new (clearer?) message-checking code. | ||||
* | NPE instead of IAX for null input, clear out unused code, and update test. | wisberg | 2004-01-09 | 2 | -49/+13 |
| | |||||
* | harness tests for extra source locations and details | wisberg | 2004-01-09 | 2 | -0/+36 |
| | |||||
* | unduly narrow API | wisberg | 2004-01-09 | 1 | -1/+1 |
| | |||||
* | pointcuts for whether after/around advice is supported | wisberg | 2004-01-08 | 1 | -1/+6 |
| | |||||
* | fix for Bugzilla Bug 41952 | jhugunin | 2004-01-07 | 22 | -87/+323 |
| | | | | | | | 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 |
| |