Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | don't sync bin dir | acolyer | 2004-06-02 | 1 | -0/+1 |
| | |||||
* | add direct support for reweavable, reweavable:compress and noInline in X options | acolyer | 2004-06-02 | 2 | -1/+19 |
| | |||||
* | also verigy that dir entries are copied when copying a dir. | acolyer | 2004-06-02 | 1 | -2/+7 |
| | |||||
* | Georges fixes for 61411 | aclement | 2004-05-28 | 2 | -1/+3 |
| | |||||
* | Patch now includes the bcel fix for 62631. Also changed the bcel-builder ↵V1_2_0 | aclement | 2004-05-24 | 3 | -22/+53 |
| | | | | build.xml to construct a bcel-src.zip that matches the bcel.jar - to ease debugging. | ||||
* | Updated with fix for Bugzilla Bug 62631 | aclement | 2004-05-21 | 1 | -0/+0 |
| | | | | Generated class gives "Illegal constant pool index" on loading | ||||
* | Hopefully better bcel-builder build system, | ehilsdal | 2004-05-21 | 2 | -56/+76 |
| | | | | | instigated by Andy actually trying to use this module the way it is supposed to be used | ||||
* | Tests for Bugzilla Bug 62458 | aclement | 2004-05-18 | 4 | -0/+128 |
| | | | | An if() pointcut inside a perthis() clause causes an ABORT - null pointer exception in ajc | ||||
* | Fix for Bugzilla Bug 62458 | aclement | 2004-05-18 | 1 | -0/+15 |
| | | | | An if() pointcut inside a perthis() clause causes an ABORT - null pointer exception in ajc | ||||
* | removed Maven section that is out of date with current Maven, which supports ↵ | wisberg | 2004-05-17 | 1 | -206/+0 |
| | | | | 1.2 directly | ||||
* | AOPAlliance adapter sample | acolyer | 2004-05-17 | 24 | -1/+720 |
| | |||||
* | Fix and tests for Bugzilla Bug 62227 | aclement | 2004-05-14 | 8 | -18/+79 |
| | | | | Load Time Weaving aborts on any kind of warning (declare/xlint) | ||||
* | Tests for Bugzilla Bug 62073 | aclement | 2004-05-14 | 3 | -2/+89 |
| | | | | false ambigous binding error (introduced in 1.2rc2) | ||||
* | Fix for Bugzilla Bug 62073 | aclement | 2004-05-14 | 3 | -7/+27 |
| | | | | false ambigous binding error (introduced in 1.2rc2) | ||||
* | to do list for building the 'ajdt.core' part of AJDT. | acolyer | 2004-05-12 | 1 | -0/+255 |
| | |||||
* | Test for Bug 60936 | aclement | 2004-05-12 | 1 | -0/+18 |
| | | | | error message for constructor-execution pcd | ||||
* | Test for Bugzilla Bug 61568 | aclement | 2004-05-12 | 1 | -0/+76 |
| | | | | wrong variable binding in || pointcuts | ||||
* | Test for Bugzilla Bug 61538 | aclement | 2004-05-12 | 1 | -0/+117 |
| | | | | nested uses of this() inside constructors not handled properly for initialization and preinitialization pointcuts | ||||
* | Tests for 60936,61538,61568 | aclement | 2004-05-12 | 1 | -1/+24 |
| | |||||
* | Fix for Bugzilla Bug 61568 | aclement | 2004-05-12 | 2 | -1/+9 |
| | | | | wrong variable binding in || pointcuts | ||||
* | Fix for Bugzilla Bug 61538 | aclement | 2004-05-12 | 1 | -2/+8 |
| | | | | nested uses of this() inside constructors not handled properly for initialization and preinitialization pointcuts | ||||
* | fix for Bug 60936 | aclement | 2004-05-12 | 3 | -1/+21 |
| | | | | error message for constructor-execution pcd | ||||
* | Had wrong entry for version in MANIFEST - due to some packaging I had done ↵ | aclement | 2004-05-10 | 1 | -0/+0 |
| | | | | to build my own 1.2rc1 - should be fixed now. | ||||
* | Added notes on: | aclement | 2004-05-07 | 3 | -3/+30 |
| | | | | | - Incompatible BCEL versions and what we think the solution is ;) - CflowStack changes to improve performance for multi-threaded cflow apps. | ||||
* | Tests for Bugzilla Bug 59778 | aclement | 2004-05-07 | 3 | -0/+18 |
| | | | | InterTypeMethodDeclaration.java:104 | ||||
* | Fix for Bugzilla Bug 59778 | aclement | 2004-05-07 | 1 | -2/+2 |
| | | | | InterTypeMethodDeclaration.java:104 | ||||
* | bug 59599 - dir-changes delay for filesystem | wisberg | 2004-05-05 | 1 | -1/+29 |
| | |||||
* | Fix for Bugzilla Bug 59909 | aclement | 2004-05-05 | 7 | -35/+223 |
| | | | | CFlowStack removesThreads to late | ||||
* | interface constructor-execution join point gone | wisberg | 2004-05-04 | 1 | -1/+7 |
| | |||||
* | updated latest release | wisberg | 2004-05-04 | 1 | -2/+2 |
| | |||||
* | Removed ".org" from aspectj.org image for installer logo | mkersten | 2004-04-28 | 1 | -0/+0 |
| | |||||
* | Fix for 54238: Restore build cancelling to Swing-based IDEs | mkersten | 2004-04-27 | 1 | -3/+7 |
| | |||||
* | Start of ASM API docs. | mkersten | 2004-04-27 | 1 | -0/+9 |
| | |||||
* | fixes a tiny window of error in incremental compilation. File.lastModified()Root_ajdt_support | acolyer | 2004-04-26 | 1 | -3/+5 |
| | | | | | | only reports timestamps to the second (rounding down). We compare against the lastBuildTime. It is therefore possible to miss updates that have occured <1000ms after the last build. | ||||
* | change test cases to use File.pathSeparator rather than ";" | acolyer | 2004-04-26 | 2 | -8/+8 |
| | |||||
* | fix for Bugzilla Bug 59895 | acolyer | 2004-04-26 | 3 | -16/+18 |
| | | | | NPE updating an aspect in incremental mode | ||||
* | Test for Bugzilla Bug 59397 | aclement | 2004-04-26 | 2 | -0/+24 |
| | | | | NPE in compiler when using (an unusual) declare warning against a ctor ITD | ||||
* | Partial fix for Bugzilla Bug 59397 | aclement | 2004-04-26 | 1 | -1/+1 |
| | | | | NPE in compiler when using (an unusual) declare warning against a ctor ITD | ||||
* | @testcase 59895 incremental full-rebuild | wisberg | 2004-04-26 | 4 | -0/+29 |
| | |||||
* | Fix for Bugzilla Bug 59596 | aclement | 2004-04-23 | 1 | -1/+2 |
| | | | | Null pointer exception while weaving java.awt.Label | ||||
* | Test for Bugzilla Bug 59440 | aclement | 2004-04-23 | 2 | -0/+11 |
| | | | | NPE when binary weaving a ctor ITD. | ||||
* | Fix for Bugzilla Bug 59440 | aclement | 2004-04-23 | 1 | -3/+2 |
| | | | | NPE when binary weaving a ctor ITD. | ||||
* | Fix for Bug 58679 | aclement | 2004-04-23 | 1 | -2/+2 |
| | | | | Regression from 1.1: NPE in CompilationResult | ||||
* | Testcase for Bug 58679 | aclement | 2004-04-23 | 5 | -0/+228 |
| | | | | Regression from 1.1: NPE in CompilationResult | ||||
* | cricketcage skipped, external link to top, updated design pattern entry | wisberg | 2004-04-19 | 1 | -13/+26 |
| | |||||
* | renamed sample aspect | wisberg | 2004-04-19 | 1 | -1/+1 |
| | |||||
* | added lazyTjp to list of accepted X options, added undocumented xdone flag | wisberg | 2004-04-15 | 1 | -2/+12 |
| | |||||
* | Updates to ajdoc docs and notes on current limitations. | mkersten | 2004-04-14 | 2 | -3/+23 |
| | |||||
* | Georges fix for relative paths in ajdoc. Means we support multiple browsers ↵ | aclement | 2004-04-14 | 1 | -4/+16 |
| | | | | and the doc is portable. | ||||
* | Clean-up ensuring no resources modified as a result of test runs. | mkersten | 2004-04-08 | 4 | -3/+5 |
| |