aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* added a cache of canonical file pathsacolyer2003-09-111-0/+119
|
* remember source location and handle identifier across invocationsacolyer2003-09-112-12/+28
|
* fix and tests for at least 2 bugs: jhugunin2003-09-108-23/+179
| | | | | | | | | | | Bugzilla Bug 42740 declare error fails on pointcuts composed from multiple classes Bugzilla Bug 42746 within() pcd is confused for certain declare softs and probably: Bugzilla Bug 42739 Compiler crash in ajc head (post 1.1.1 rc1)
* removing a debugging Thread.dumpStack() that made for confusing jhugunin2003-09-091-1/+1
| | | | error messages
* added in building architecture for turoial exercisesehilsdal2003-09-0912-76/+303
|
* Ant task revisionswisberg2003-09-081-8/+9
|
* added pr number for Bugzilla Bug 42652 jhugunin2003-09-081-2/+1
| | | | Regression: Cannot compile complex weaving anymore
* updated with list of major fixes / enhancements in 1.1.1acolyer2003-09-081-41/+49
|
* @testcase PR#XXX omnibus privileged access from aspectj-users mail "Problem ↵wisberg2003-09-074-1/+212
| | | | with interfaces in method's signature"
* in case anyone wants them... wisberg2003-09-072-0/+119
| | | | | - a compile-speed script - a script that uses Jikes to incrementally compile AspectJ
* JoinPointCollector.java was moved to sandbox api-clients, and in any case ↵wisberg2003-09-071-67/+0
| | | | has not been updated for the new asm API's.
* updated tests - all passingwisberg2003-09-071-30/+52
|
* dirty example adapted from May user emailwisberg2003-09-071-0/+191
|
* pointcuts fixed, so library updated/fixed and testedwisberg2003-09-061-39/+43
|
* pointcuts fixed, so library updated/fixedwisberg2003-09-061-28/+31
|
* initialization example: more comments and more testablewisberg2003-09-061-40/+78
|
* using linked list, more commentswisberg2003-09-061-7/+12
|
* @testcase PR#42668 after returning type incompatible with join point return typewisberg2003-09-062-0/+31
|
* sample api code to list affected fileswisberg2003-09-062-1/+135
|
* Exposed file creation to allow overriding (for the use of canonicalization).mkersten2003-09-051-1/+1
|
* Added path canonicalization to config parser.mkersten2003-09-051-0/+10
|
* Removed asm path canonicalization.mkersten2003-09-052-18/+18
|