aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix for Bugzilla Bug 41181 aclement2004-03-1639-35/+479
| | | | | Support SerialVersionUID field if no new fields declared on class (Regenerated with BcweaverJarMaker)
* Uses 0 line number when it really doesn't know the relevant line in the file ↵aclement2004-03-161-1/+1
| | | | to include in a message.
* Fix for Bugzilla Bug 41181 aclement2004-03-1610-33/+207
| | | | Support SerialVersionUID field if no new fields declared on class
* fix for Bugzilla Bug 51322 acolyer2004-03-153-0/+19
| | | | Introduce Unknown Type to class causes Null pointer exception
* guess who used a 1.4 only API then.....acolyer2004-03-151-4/+2
|
* fix for Bugzilla Bug 44272 acolyer2004-03-154-3/+25
| | | | retitle warning to "circular {advice} dependency at ..."
* test for Bugzilla Bug 54098 acolyer2004-03-153-0/+21
| | | | -deprecation not working
* fix for Bugzilla Bug 48080 acolyer2004-03-151-0/+7
| | | | Context information in declare warning/error messages
* move weaving to inside of the compiler.compile loop. acolyer2004-03-152-1/+8
| | | | ensure messages are associated with source wherever possible
* move weaving to inside of the compiler.compile loop. acolyer2004-03-1514-189/+923
| | | | ensure messages are associated with source wherever possible
* move weaving to inside of the compiler.compile loop. acolyer2004-03-1516-273/+1910
| | | | ensure messages are associated with source wherever possible
* 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
|