aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Tests for Bugzilla Bug 62458 aclement2004-05-184-0/+128
| | | | An if() pointcut inside a perthis() clause causes an ABORT - null pointer exception in ajc
* Fix for Bugzilla Bug 62458 aclement2004-05-181-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 ↵wisberg2004-05-171-206/+0
| | | | 1.2 directly
* AOPAlliance adapter sampleacolyer2004-05-1724-1/+720
|
* Fix and tests for Bugzilla Bug 62227 aclement2004-05-148-18/+79
| | | | Load Time Weaving aborts on any kind of warning (declare/xlint)
* Tests for Bugzilla Bug 62073 aclement2004-05-143-2/+89
| | | | false ambigous binding error (introduced in 1.2rc2)
* Fix for Bugzilla Bug 62073 aclement2004-05-143-7/+27
| | | | false ambigous binding error (introduced in 1.2rc2)
* to do list for building the 'ajdt.core' part of AJDT.acolyer2004-05-121-0/+255
|
* Test for Bug 60936 aclement2004-05-121-0/+18
| | | | error message for constructor-execution pcd
* Test for Bugzilla Bug 61568 aclement2004-05-121-0/+76
| | | | wrong variable binding in || pointcuts
* Test for Bugzilla Bug 61538 aclement2004-05-121-0/+117
| | | | nested uses of this() inside constructors not handled properly for initialization and preinitialization pointcuts
* Tests for 60936,61538,61568aclement2004-05-121-1/+24
|
* Fix for Bugzilla Bug 61568 aclement2004-05-122-1/+9
| | | | wrong variable binding in || pointcuts
* Fix for Bugzilla Bug 61538 aclement2004-05-121-2/+8
| | | | nested uses of this() inside constructors not handled properly for initialization and preinitialization pointcuts
* fix for Bug 60936 aclement2004-05-123-1/+21
| | | | error message for constructor-execution pcd
* Had wrong entry for version in MANIFEST - due to some packaging I had done ↵aclement2004-05-101-0/+0
| | | | to build my own 1.2rc1 - should be fixed now.
* Added notes on: aclement2004-05-073-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 aclement2004-05-073-0/+18
| | | | InterTypeMethodDeclaration.java:104
* Fix for Bugzilla Bug 59778 aclement2004-05-071-2/+2
| | | | InterTypeMethodDeclaration.java:104
* bug 59599 - dir-changes delay for filesystemwisberg2004-05-051-1/+29
|
* Fix for Bugzilla Bug 59909 aclement2004-05-057-35/+223
| | | | CFlowStack removesThreads to late
* interface constructor-execution join point gonewisberg2004-05-041-1/+7
|
* updated latest releasewisberg2004-05-041-2/+2
|
* Removed ".org" from aspectj.org image for installer logomkersten2004-04-281-0/+0
|
* Fix for 54238: Restore build cancelling to Swing-based IDEsmkersten2004-04-271-3/+7
|
* Start of ASM API docs.mkersten2004-04-271-0/+9
|
* fixes a tiny window of error in incremental compilation. File.lastModified()Root_ajdt_supportacolyer2004-04-261-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 ";"acolyer2004-04-262-8/+8
|
* fix for Bugzilla Bug 59895acolyer2004-04-263-16/+18
| | | | NPE updating an aspect in incremental mode
* Test for Bugzilla Bug 59397 aclement2004-04-262-0/+24
| | | | NPE in compiler when using (an unusual) declare warning against a ctor ITD
* Partial fix for Bugzilla Bug 59397 aclement2004-04-261-1/+1
| | | | NPE in compiler when using (an unusual) declare warning against a ctor ITD
* @testcase 59895 incremental full-rebuildwisberg2004-04-264-0/+29
|
* Fix for Bugzilla Bug 59596 aclement2004-04-231-1/+2
| | | | Null pointer exception while weaving java.awt.Label
* Test for Bugzilla Bug 59440 aclement2004-04-232-0/+11
| | | | NPE when binary weaving a ctor ITD.
* Fix for Bugzilla Bug 59440 aclement2004-04-231-3/+2
| | | | NPE when binary weaving a ctor ITD.
* Fix for Bug 58679 aclement2004-04-231-2/+2
| | | | Regression from 1.1: NPE in CompilationResult
* Testcase for Bug 58679 aclement2004-04-235-0/+228
| | | | Regression from 1.1: NPE in CompilationResult
* cricketcage skipped, external link to top, updated design pattern entrywisberg2004-04-191-13/+26
|
* renamed sample aspectwisberg2004-04-191-1/+1
|
* added lazyTjp to list of accepted X options, added undocumented xdone flagwisberg2004-04-151-2/+12
|
* Updates to ajdoc docs and notes on current limitations.mkersten2004-04-142-3/+23
|
* Georges fix for relative paths in ajdoc. Means we support multiple browsers ↵aclement2004-04-141-4/+16
| | | | and the doc is portable.
* Clean-up ensuring no resources modified as a result of test runs.mkersten2004-04-084-3/+5
|
* Extended test coverage.mkersten2004-04-0815-294/+422
|
* Extended test coverage.mkersten2004-04-089-0/+294
|
* Fixed: mkersten2004-04-086-74/+69
| | | | | | 57780: ajdoc package summary should not show synthetic information; 57773: ajdoc crash; Cleaned up link generation, added support for arbitrary levels of type nesting.
* Extended test coverage to various permutations of crossing package and type ↵mkersten2004-04-087-29/+82
| | | | boundaries with links.
* Fixes for: mkersten2004-04-082-79/+55
| | | | | 57780: ajdoc package summary should not show synthetic information 57773: ajdoc crash
* Fixed: 57780 ajdoc package summary should not show synthetic informationmkersten2004-04-081-12/+32
|
* Fix broken links in ajdoc. Part 4 : fix links to members of types aclement2004-04-081-17/+45
| | | | | | | in other packages (again). Also, fix for nested types. Covers more than one level of nesting. NOTE: the tool is currently not capable of producing output for more than one level of nesting. Bug will be raised if Ron has not already opened it.