Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix for Bugzilla Bug 41181 | aclement | 2004-03-16 | 39 | -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 ↵ | aclement | 2004-03-16 | 1 | -1/+1 |
| | | | | to include in a message. | ||||
* | Fix for Bugzilla Bug 41181 | aclement | 2004-03-16 | 10 | -33/+207 |
| | | | | Support SerialVersionUID field if no new fields declared on class | ||||
* | fix for Bugzilla Bug 51322 | acolyer | 2004-03-15 | 3 | -0/+19 |
| | | | | Introduce Unknown Type to class causes Null pointer exception | ||||
* | guess who used a 1.4 only API then..... | acolyer | 2004-03-15 | 1 | -4/+2 |
| | |||||
* | fix for Bugzilla Bug 44272 | acolyer | 2004-03-15 | 4 | -3/+25 |
| | | | | retitle warning to "circular {advice} dependency at ..." | ||||
* | test for Bugzilla Bug 54098 | acolyer | 2004-03-15 | 3 | -0/+21 |
| | | | | -deprecation not working | ||||
* | fix for Bugzilla Bug 48080 | acolyer | 2004-03-15 | 1 | -0/+7 |
| | | | | Context information in declare warning/error messages | ||||
* | move weaving to inside of the compiler.compile loop. | acolyer | 2004-03-15 | 2 | -1/+8 |
| | | | | ensure messages are associated with source wherever possible | ||||
* | move weaving to inside of the compiler.compile loop. | acolyer | 2004-03-15 | 14 | -189/+923 |
| | | | | ensure messages are associated with source wherever possible | ||||
* | move weaving to inside of the compiler.compile loop. | acolyer | 2004-03-15 | 16 | -273/+1910 |
| | | | | ensure messages are associated with source wherever possible | ||||
* | Added support for inheritance documentation, test coverage.v_preCompileLoopAlteration | mkersten | 2004-03-11 | 12 | -208/+328 |
| | |||||
* | Added methods for retrieving the signature of a program element as it ↵ | mkersten | 2004-03-11 | 5 | -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 | mkersten | 2004-03-11 | 2 | -4/+9 |
| | | | | repeated invocations with -emacssym work (refer to Matthew's patch in 41181). | ||||
* | Fixed generation and access of return types on IProgramElements(s). | mkersten | 2004-03-10 | 4 | -8/+25 |
| | |||||
* | Port of ajdoc declaration hierarchy to ASM. | mkersten | 2004-03-10 | 8 | -182/+363 |
| | |||||
* | Minor cleanup of build cancelling. | mkersten | 2004-03-10 | 2 | -5/+8 |
| | |||||
* | -xlintfile option support in the harness, and tests | wisberg | 2004-03-08 | 6 | -10/+58 |
| | |||||
* | -xlintfile option support | wisberg | 2004-03-08 | 1 | -6/+19 |
| | |||||
* | updated beaninfo tests for new properties, reenabled and updated ↵ | wisberg | 2004-03-08 | 1 | -59/+66 |
| | | | | compile-time check (why disabled?) | ||||
* | regression test - provokes VerifyError in 1.1.1 but not in cvs head | wisberg | 2004-03-07 | 2 | -0/+28 |
| | |||||
* | Fix for Bugzilla Bug 50776 | aclement | 2004-03-05 | 3 | -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. | aclement | 2004-03-05 | 1 | -9/+5 |
| | |||||
* | Fix for Bugzilla Bug 52394 | aclement | 2004-03-04 | 2 | -3/+11 |
| | | | | inter-type declarations cause JRockit Crash | ||||
* | Georges fix to add build date/time info to DEVELOPMENT builds. | aclement | 2004-03-04 | 3 | -14/+11 |
| | |||||
* | Fixing last test failures - per Georges suggestions. | aclement | 2004-03-02 | 1 | -4/+13 |
| | |||||
* | Georges fix to AjcTask for failing testcases. | aclement | 2004-03-01 | 1 | -3/+5 |
| | |||||
* | Fix for Bugzilla Bug 52107 | aclement | 2004-02-26 | 3 | -22/+28 |
| | | | | NoSuchMethodError accessing field declared on interface | ||||
* | Final part of bug #46347 (-inpath): We do not copy resources from inpath ↵ | aclement | 2004-02-26 | 2 | -8/+19 |
| | | | | directories to the output. | ||||
* | Fix for preventing the use of if/target/this/args/cflow/cflowbelow in ↵ | aclement | 2004-02-26 | 1 | -2/+4 |
| | | | | | | DeclareSofts. (Reordered flow in creating declare soft munger and concretizing the pointcut) | ||||
* | Organized an import whilst I was in the weaver anyway. | aclement | 2004-02-26 | 1 | -1/+0 |
| | |||||
* | Fix for preventing the use of if/target/this/args/cflow/cflowbelow in ↵ | aclement | 2004-02-26 | 1 | -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 ↵ | aclement | 2004-02-26 | 7 | -14/+93 |
| | | | | DeclareSofts. | ||||
* | Temporarily commenting out unreliable section of the test. | aclement | 2004-02-25 | 1 | -14/+20 |
| | |||||
* | Bit more diagnostic info in that test that fails on the build machine - it ↵ | aclement | 2004-02-25 | 1 | -8/+11 |
| | | | | works for me :( | ||||
* | Fix for Bugzilla Bug 51320 | aclement | 2004-02-25 | 6 | -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 plugin | acolyer | 2004-02-24 | 3 | -0/+63 |
| | |||||
* | support for building the org.aspectj.aspectjrt plugin | acolyer | 2004-02-24 | 2 | -2/+20 |
| | |||||
* | Fix for Bug 36430: Xreweavable support | aclement | 2004-02-24 | 33 | -22/+961 |
| | |||||
* | Bugzilla Bug 51919 | aclement | 2004-02-24 | 2 | -0/+16 |
| | | | | Polymorphic ITD fails in CVS HEAD (From ajdt 1.1.6) | ||||
* | Fix for: Bugzilla Bug 51919 | aclement | 2004-02-24 | 1 | -3/+4 |
| | | | | Polymorphic ITD fails in CVS HEAD (From ajdt 1.1.6) | ||||
* | Design of XReweavable feature. | aclement | 2004-02-23 | 1 | -0/+0 |
| | |||||
* | first pass at a guide for developers of compiler and weaver | jhugunin | 2004-02-19 | 12 | -317/+925 |
| | |||||
* | fix for Bugzilla Bug 51929 | jhugunin | 2004-02-19 | 8 | -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" | mkersten | 2004-02-19 | 3 | -3/+110 |
| | |||||
* | Checking in Noel's update to the benchmarks. We have to scale up the ↵ | aclement | 2004-02-19 | 2 | -6/+3 |
| | | | | numbers because Jim/Erik keep making the compiler/weaver faster! | ||||
* | Lightweight ajdoc prototype. | mkersten | 2004-02-18 | 23 | -0/+3048 |
| | |||||
* | Added known limitations to ajbrowser documentation. | mkersten | 2004-02-18 | 2 | -1/+16 |
| | |||||
* | Removed stale ajworkingdir option from project properties interface. | mkersten | 2004-02-18 | 1 | -1/+1 |
| | |||||
* | Minor cleanup of ajbrowser. | mkersten | 2004-02-18 | 1 | -14/+14 |
| |