summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added support for inheritance documentation, test coverage.v_preCompileLoopAlterationmkersten2004-03-1112-208/+328
|
* Added methods for retrieving the signature of a program element as it ↵mkersten2004-03-115-16/+67
| | | | | | occurrs in the source code. Needed by ajdoc, possibly useful to other clients.
* Moved clearning of relationship map to AjBuildManager in order to make mkersten2004-03-112-4/+9
| | | | repeated invocations with -emacssym work (refer to Matthew's patch in 41181).
* Fixed generation and access of return types on IProgramElements(s).mkersten2004-03-104-8/+25
|
* Port of ajdoc declaration hierarchy to ASM.mkersten2004-03-108-182/+363
|
* Minor cleanup of build cancelling.mkersten2004-03-102-5/+8
|
* -xlintfile option support in the harness, and testswisberg2004-03-086-10/+58
|
* -xlintfile option supportwisberg2004-03-081-6/+19
|
* updated beaninfo tests for new properties, reenabled and updated ↵wisberg2004-03-081-59/+66
| | | | compile-time check (why disabled?)
* regression test - provokes VerifyError in 1.1.1 but not in cvs headwisberg2004-03-072-0/+28
|
* Fix for Bugzilla Bug 50776 aclement2004-03-053-2/+24
| | | | fail in compiling aspect with overriding method introduction with different throws clause
* Georges fix for test that verifies DEVELOPMENT build date/time stamp.aclement2004-03-051-9/+5
|
* Fix for Bugzilla Bug 52394 aclement2004-03-042-3/+11
| | | | inter-type declarations cause JRockit Crash
* Georges fix to add build date/time info to DEVELOPMENT builds.aclement2004-03-043-14/+11
|
* Fixing last test failures - per Georges suggestions.aclement2004-03-021-4/+13
|
* Georges fix to AjcTask for failing testcases.aclement2004-03-011-3/+5
|
* Fix for Bugzilla Bug 52107 aclement2004-02-263-22/+28
| | | | NoSuchMethodError accessing field declared on interface
* Final part of bug #46347 (-inpath): We do not copy resources from inpath ↵aclement2004-02-262-8/+19
| | | | directories to the output.
* Fix for preventing the use of if/target/this/args/cflow/cflowbelow in ↵aclement2004-02-261-2/+4
| | | | | | DeclareSofts. (Reordered flow in creating declare soft munger and concretizing the pointcut)
* Organized an import whilst I was in the weaver anyway.aclement2004-02-261-1/+0
|
* Fix for preventing the use of if/target/this/args/cflow/cflowbelow in ↵aclement2004-02-261-0/+9
| | | | | | DeclareSofts. (I hope putting this utility method in the Pointcut class is ok ...)
* Fix for preventing the use of if/target/this/args/cflow/cflowbelow in ↵aclement2004-02-267-14/+93
| | | | DeclareSofts.
* Temporarily commenting out unreliable section of the test.aclement2004-02-251-14/+20
|
* Bit more diagnostic info in that test that fails on the build machine - it ↵aclement2004-02-251-8/+11
| | | | works for me :(
* Fix for Bugzilla Bug 51320 aclement2004-02-256-1/+125
| | | | | 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)
* base structure for the org.aspectj.aspectjrt pluginacolyer2004-02-243-0/+63
|
* support for building the org.aspectj.aspectjrt pluginacolyer2004-02-242-2/+20
|
* Fix for Bug 36430: Xreweavable supportaclement2004-02-2433-22/+961
|
* Bugzilla Bug 51919 aclement2004-02-242-0/+16
| | | | Polymorphic ITD fails in CVS HEAD (From ajdt 1.1.6)
* Fix for: Bugzilla Bug 51919 aclement2004-02-241-3/+4
| | | | Polymorphic ITD fails in CVS HEAD (From ajdt 1.1.6)
* Design of XReweavable feature.aclement2004-02-231-0/+0
|
* first pass at a guide for developers of compiler and weaverjhugunin2004-02-1912-317/+925
|
* fix for Bugzilla Bug 51929 jhugunin2004-02-198-35/+63
| | | | | | | | | 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)
* Fixed bug#45489 "Structure model is wrong when re-opened"mkersten2004-02-193-3/+110
|
* Checking in Noel's update to the benchmarks. We have to scale up the ↵aclement2004-02-192-6/+3
| | | | numbers because Jim/Erik keep making the compiler/weaver faster!
* Lightweight ajdoc prototype.mkersten2004-02-1823-0/+3048
|
* Added known limitations to ajbrowser documentation.mkersten2004-02-182-1/+16
|
* Removed stale ajworkingdir option from project properties interface.mkersten2004-02-181-1/+1
|
* Minor cleanup of ajbrowser.mkersten2004-02-181-14/+14
|
* @testcase PR#52107 declare [int | String | Object] field on interfacewisberg2004-02-154-0/+103
|
* mailing list verify errorwisberg2004-02-134-0/+67
|
* Yes yes, I broke the build. The performance code had a 1.4 API in it ↵aclement2004-02-102-3/+4
| | | | (split()) which I am now removing.
* Performance benchmarks from Noel and Matthew. Run these tests standalone to ↵aclement2004-02-102-0/+897
| | | | generate a .csv file containing results.
* Fix for Bug 51326: mispelled word: "heirarchy"ehilsdal2004-02-091-2/+2
|
* Fix for Bugzilla Bug 50641 aclement2004-02-0910-26/+107
| | | | | 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*
* made JDK 1.3 compatibleehilsdal2004-02-041-2/+2
|
* Removing this rogue directory that didn't seem to work. i.e. it didnt fix ↵aclement2004-01-301-0/+0
| | | | the build process.
* Following yesterdays discussion, I'm temporarily adding a folder containing ↵aclement2004-01-301-0/+0
| | | | one file to see if it makes the build happy (we had to do this for adrians new module). If it fails then I'll delete it and wait for George to return who knows the right cruise control incantations to locate the problem.
* Created 'notamodule' in bcel-builder module - will the build system now ↵aclement2004-01-301-0/+0
| | | | ignore it correctly?
* new icons for declare precendencemkersten2004-01-303-0/+0
|