aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* aligning task with Javac task: wisberg2003-08-291-27/+15
| | | | | | - copies resources by default when using the Javac adapter - does not copy resources unless specified when invoked via AjcTask - copies injar resources always
* sourceRootCopyFilter testwisberg2003-08-297-10/+59
|
* changed warning to errorjhugunin2003-08-291-1/+1
|
* mostly final editsehilsdal2003-08-286-142/+248
|
* fix and test for Bugzilla Bug 41359 jhugunin2003-08-285-5/+70
| | | | percflow aspects compiled from jars share one instance for all entry points
* updated fix for 40807 - compiler adapter was supplying destDir when not ↵wisberg2003-08-282-28/+40
| | | | | | | specified Also adding warning for resource-copying (36071; copyInJars, sourceRootCopyFilter) I would like to disable entirely, but don't see and haven't gotten confirmation of behavior from last week's telephone call.
* cloning re-used test specifications to avoid test interactionswisberg2003-08-281-4/+11
|
* ignoring test case expecting a skip when using the old ajc compiler in ↵wisberg2003-08-281-1/+1
| | | | | | | incremental mode, since we're not using ajc 1.0 anymore. Should revisit if we do.
* checking clone when doing xml round trips on our test specificationswisberg2003-08-281-0/+13
|
* compiler run equals check wasn't testing argfiles, aspectpath, or sourcerootswisberg2003-08-281-0/+3
|
* implementing clone() for test specificationswisberg2003-08-285-3/+166
|
* serializing tests. Some depended on others for builds, but test run order ↵wisberg2003-08-281-22/+8
| | | | is not guaranteed.
* updated section 3ehilsdal2003-08-286-54/+33
|
* UML diagram built with Argo UML (http://argouml.tigris.org)jhugunin2003-08-283-0/+298
|
* made everything inherit from Test againehilsdal2003-08-2812-66/+86
| | | | updated section 3 tests
* moved to Listehilsdal2003-08-281-24/+26
|
* typoehilsdal2003-08-281-1/+1
|
* in AspectJ 1.1, set jp's have void return typeehilsdal2003-08-281-3/+3
|
* fixesehilsdal2003-08-281-116/+61
|
* removed unnecessary constructors and untabifiedehilsdal2003-08-2813-79/+8
|
* updating for new filesehilsdal2003-08-281-2/+0
|
* stub answer fileehilsdal2003-08-281-0/+7
|
* updated section 2ehilsdal2003-08-2815-343/+215
|
* rough edit of text for section 3jhugunin2003-08-271-61/+37
|
* revised section 4 (untested)jhugunin2003-08-2713-94/+45
|
* untabifiedehilsdal2003-08-2718-289/+289
|
* untabifiedehilsdal2003-08-2730-289/+289
|
* initial build.xml; has lots of dangling referencesehilsdal2003-08-271-0/+110
|
* starting rework for oopslaehilsdal2003-08-271-62/+29
|
* Fixed several broken links uncovered in 1.1.1rc1 testing.acolyer2003-08-271-11/+11
|
* performance faq item corrections promised on the list. wisberg2003-08-231-11/+17
| | | | I need some actual facts for a real answer.
* added a cache by handle to avoid terrible performance on larger projectsacolyer2003-08-232-3/+28
|
* @testcase PR#41888 call PCD fails when given subtype of defining typewisberg2003-08-232-0/+83
|
* Using correct patch for bug 39436 instead of vague one from emailehilsdal2003-08-211-21/+32
|
* Still patching for bug 39470 (patch devised by Andy, vetted by me). ehilsdal2003-08-201-1/+11
| | | | | | Sorting the local variables so we can deal with the fact that BCEL generates extra local variables and doesn't bother to make them hashable.
* added ant driver for JUnit ajctest driverwisberg2003-08-171-0/+40
|
* initial cut at resolver. Still getting default JDK 1.4 parser error "base ↵wisberg2003-08-171-19/+150
| | | | URL required for relative references.
* disabled test spec error test b/c it can't be skipped for JUnit driverwisberg2003-08-171-4/+5
|
* Reimplemented JUnit harness adapterwisberg2003-08-176-200/+612
|
* balancing start/end suite callswisberg2003-08-171-8/+12
|
* some xml parsers don't like space here...wisberg2003-08-171-1/+1
|
* paring globals to those used, then using them consistentlywisberg2003-08-173-9/+9
|
* permitting null input in public utility methodwisberg2003-08-171-0/+3
|
* Added a call to remove all structure model listeners from previous run to ↵acolyer2003-08-161-0/+6
| | | | | | prevent structure listener leakage.
* Added a removeAllListeners method to be called from test suite to acolyer2003-08-161-0/+8
| | | | prevent listener leakage which cripples performance of the test cases.
* deleted a rogue import of com.sum.crypto... that mik must have added by ↵acolyer2003-08-161-2/+0
| | | | | | accident. I suspect this is what was breaking the build!
* Fixed AJDT bug with truncation of labels (there was a weird substring call ↵mkersten2003-08-1616-23/+129
| | | | in AdviceActionDelegate). Fixed ASM/AJDT modifiers bug. Fixed ASM static initializers bug (we may want to change the way they show up, i.e. Added imports to ASM containment hierarchy. Fixed numerous AJBrwoser, JBuilder and NetBeans bugs.
* Added spacewar project for testing.mkersten2003-08-166-10/+59
|
* Added declare error/warning relationships to model.mkersten2003-08-164-39/+13
|
* Expesed "isError" field with getter (used by asm relationship provider).mkersten2003-08-161-3/+6
|