aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* doc harness handling of 2-element optionswisberg2003-10-292-36/+38
|
* make output dirwisberg2003-10-291-0/+1
|
* declare -> declareDecl for ajcwisberg2003-10-292-19/+19
|
* adding rt.jar to classpath for exercises, to make ajbrowser happy.ehilsdal2003-10-253-3/+3
|
* head-compatible version of earlier fix. sigh. wisberg2003-10-233-16/+154
| | | | Note that the fix is incomplete and being reworked.
* fix for Bugzilla Bug 45441 jhugunin2003-10-233-10/+18
| | | | IncompatibleClassChangeError at runtime when compiling with -1.4 option
* deleting junkwisberg2003-10-231-26/+0
|
* support for -1.3, -1.4, and -1.5wisberg2003-10-231-8/+43
|
* test case for bug 45441 - joinpoint optimization when targetting 1.4acolyer2003-10-232-0/+21
|
* Added test case for bug 45441acolyer2003-10-231-0/+10
|
* Fixed part III of bug#43783mkersten2003-10-221-13/+21
|
* Minor changes.mkersten2003-10-201-0/+0
|
* Fix for bug#44117mkersten2003-10-161-1/+3
|
* One more attempt at increasing max heap size to enable acolyer2003-10-132-3/+3
| | | | automated release tests to successfully complete.
* Bumped up max heap size to enable automated release tests to acolyer2003-10-132-3/+6
| | | | successfully complete.
* Previous check-in got somehow corrupted once again.acolyer2003-10-101-14/+13
|
* Previous check-in got somehow corrupted.acolyer2003-10-101-3/+4
|
* Re-tweaked test-doc-links target for running behind a proxy server. acolyer2003-10-101-10/+9
| | | | Build breakage hopefully fixed !
* Tweaked test-doc-links target for running behind a proxy server. Now acolyer2003-10-101-7/+15
| | | | accepts new properties proxy.host and proxy.port.
* Testing to see if Cruise Control will pick up this change and run a build.acolyer2003-10-031-0/+1
|
* added back-links to newly-submitted bug 43972wisberg2003-10-013-5/+10
|
* adding taskdefs/bin to classpath on commandwisberg2003-10-011-0/+5
|
* tests for fixes for bugs disclosed by fixes for 40807wisberg2003-10-013-7/+126
|
* - fix for bugs disclosed by fixes for bug 40807 wisberg2003-10-012-86/+130
| | | | | - added xweavedir attribute for weaving from and to a directory of classes
* updated NoAspectBoundException entrywisberg2003-10-011-21/+37
|
* presumed bug found on mailing list by Eric Jain, rendered both in harness ↵wisberg2003-09-296-1/+132
| | | | and Ant (to show behavior with javac)
* When performing a release build, run the test-all target in junitModules.xml ↵acolyer2003-09-291-1/+1
| | | | | | | | rather than the default one. This causes the ajc tests to be run a second time, but has the advantage of creating the junit xml output files for the ajc tests - which are needed by cruise control. Since cruise control will be the dominant caller of this script, the extra overhead of running tests multiple times is acceptable.
* doc handling of code gone stale...wisberg2003-09-271-0/+12
|
* adding file for links out to sample code elsewherewisberg2003-09-271-0/+54
|
* removing empty samplewisberg2003-09-271-6/+1
|
* debugger caveatswisberg2003-09-271-0/+8
|
* added test for collection callswisberg2003-09-272-6/+23
|
* script sample title, correct todo wrt resource cleanupwisberg2003-09-271-2/+2
|
* added pointcut anyCollectionWriteCalls()wisberg2003-09-271-0/+13
|
* removing unneeded commentwisberg2003-09-271-0/+2
|
* flagging that model walker broke in 1.1.1wisberg2003-09-271-2/+3
|
* Cleanup of bad test data.mkersten2003-09-261-2/+2
|
* Cleaning up bad bug data.mkersten2003-09-2611-2/+1
|
* Comment clean-up only.mkersten2003-09-261-6/+2
|
* Fix for bug#43709.mkersten2003-09-261-2/+9
|
* updated bug count!V1_1_1acolyer2003-09-191-1/+1
|
* bug 43033 - NPE in concretize error path for ReferencePointcutacolyer2003-09-194-2/+35
|
* fix and test for Bugzilla Bug 43194 jhugunin2003-09-183-1/+32
| | | | | | | java.lang.VerifyError in generated code Bug was that a portion of ReferencePointcut.concretize was not behaving functionally but was mutating state.
* make canonical versions of files...acolyer2003-09-121-3/+11
|
* test for canonical versions of sourcedirs etc.acolyer2003-09-121-11/+24
|
* always canonicalize the file argument when searching for nodes by file ↵acolyer2003-09-121-3/+9
| | | | and/or line.
* fix and test for Bugzilla Bug 42993 jhugunin2003-09-125-21/+97
| | | | | | | | | | | | | | | | Language regression, or possible language improvement? The problem was caused by moving name binding in pointcut declarations to happen before declare parents are evaluated. Because of this, the compiler doesn't know that ContainerDescriptor isa Key when resolving the ContainerLoader.containerLoads reference. The change in ordering was made to fix a bug reported in declare error and declare soft whose pcds where being evaluated before name binding had happened in the pointcut declarations. Unfortunately, declare error and declare soft are concretized at the same time as declare parents (and all other declares ;-), so this move also led to the regression noted above.
* we fixed a few more bugs! (update total to 48)acolyer2003-09-111-1/+1
|
* added a cache by type to avoid linear searchesacolyer2003-09-111-19/+31
|
* remember handleIdentifier once calculated, use canonical file path mapacolyer2003-09-111-22/+15
|