summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* tidying up compiler warnings (unused locals, imports)acolyer2004-01-233-8/+5
|
* enh 48072 - ICrossReferenceHandler support to get xref info from the weaveracolyer2004-01-236-4/+49
|
* ignore amcTests.xml in cvs syncsacolyer2004-01-231-0/+1
|
* Georges fix for Bugzilla Bug 50200 aclement2004-01-222-1/+2
| | | | aspectjrt.jar manifest file name needs changing to upper case
* Added javadoc for getExtraSourceLocations()mkersten2004-01-221-0/+13
|
* Added links to user feedback on language features.mkersten2004-01-211-0/+8
|
* Fixed one test per new messages, but left the pointcut test, which needs ↵wisberg2004-01-201-3/+6
| | | | lots of new messages to be specified, to another day.
* checked in test updateswisberg2004-01-161-5/+4
|
* @testcase PR#49784 aspect declares interface method (abstract decl, default ↵wisberg2004-01-162-2/+48
| | | | impl)
* supporting -target 1.3 and 1.4wisberg2004-01-152-612/+709
|
* bug: was not permitting target 1.3 or 1.4 wisberg2004-01-151-2/+10
| | | | rfe: permit -1.5 (compliance) and source/target 1.5
* Test for Bugzilla Bug 42515 acolyer2004-01-153-1/+15
| | | | NPE When compiling intertype declaration
* Fix for Bugzilla Bug 36234 acolyer2004-01-151-1/+18
| | | | out of memory error when compiling
* 2004 copyrightwisberg2004-01-151-1/+1
|
* 47952 fix: SoftException.printStackTrace(..) prints wrapped throwable (if ↵wisberg2004-01-152-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 ↵wisberg2004-01-151-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.acolyer2004-01-144-19/+53
|
* Fix for Bugzilla Bug 44587 jhugunin2004-01-1412-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 jhugunin2004-01-143-0/+52
| | | | compiler issues error on inner aspects when privilieged
* Fix for Bugzilla Bug 49784 acolyer2004-01-1416-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 acolyer2004-01-135-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 acolyer2004-01-132-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 acolyer2004-01-131-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 acolyer2004-01-1389-1767/+1991
| | | | default mode (inherited behaviour from JDT).
* qa div wrongmostlyLastEclipse2xTree_20040112wisberg2004-01-121-6/+6
|
* Fix for: Bugzilla Bug 49814 jhugunin2004-01-122-5/+14
| | | | ConfigParser.java:132
* Bugzilla Bug 46750 jhugunin2004-01-121-2/+2
| | | | "declare soft" inside nested aspect does not work
* Fix for Bugzilla Bug 46750 jhugunin2004-01-122-0/+25
| | | | "declare soft" inside nested aspect does not work
* forking ant builds in eclipse 2.xwisberg2004-01-091-0/+6
|
* @testcase PR#49784 aspect declares interface methodwisberg2004-01-094-0/+148
|
* demonstrating inpath and fork/forkclasspathwisberg2004-01-091-1/+8
|
* respecting Xlint:unmatchedSuperTypeInCall, if only to preserve that ↵wisberg2004-01-091-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)acolyer2004-01-093-1/+35
|
* pr 46671 ensure we don't look for source on the claspath (Andy's fix)acolyer2004-01-091-1/+7
|
* -logXML... round-tripping fixedwisberg2004-01-092-3/+4
|
* Fix for Bugzilla Bug 49638 exception logging: after() throwing advice can't ↵jhugunin2004-01-093-2/+46
| | | | convert Throwable obj to string and ajc aborts
* giving in to the out dir...wisberg2004-01-091-0/+4
|
* - disambiguated test wisberg2004-01-091-11/+25
| | | | - using extra source locations for recent test case (and retitling)
* added commentswisberg2004-01-091-8/+12
|
* harness support for message details, extra source locationswisberg2004-01-092-11/+63
|
* disambiguating expected messages in test casewisberg2004-01-091-2/+2
|
* harness tests upgraded for support for message details, extra source locationswisberg2004-01-094-9/+32
|
* harness support for message details, extra source locations wisberg2004-01-099-737/+1136
| | | | Completely new (clearer?) message-checking code.
* NPE instead of IAX for null input, clear out unused code, and update test.wisberg2004-01-092-49/+13
|
* harness tests for extra source locations and detailswisberg2004-01-092-0/+36
|
* unduly narrow APIwisberg2004-01-091-1/+1
|
* pointcuts for whether after/around advice is supportedwisberg2004-01-081-1/+6
|
* fix for Bugzilla Bug 41952 jhugunin2004-01-0722-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 45184acolyer2004-01-071-0/+7
|
* pr 48522acolyer2004-01-071-0/+32
|