Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests for fixes for bugs disclosed by fixes for 40807 | wisberg | 2003-10-01 | 3 | -7/+126 |
| | |||||
* | - fix for bugs disclosed by fixes for bug 40807 | wisberg | 2003-10-01 | 2 | -86/+130 |
| | | | | | - added xweavedir attribute for weaving from and to a directory of classes | ||||
* | updated NoAspectBoundException entry | wisberg | 2003-10-01 | 1 | -21/+37 |
| | |||||
* | presumed bug found on mailing list by Eric Jain, rendered both in harness ↵ | wisberg | 2003-09-29 | 6 | -1/+132 |
| | | | | and Ant (to show behavior with javac) | ||||
* | When performing a release build, run the test-all target in junitModules.xml ↵ | acolyer | 2003-09-29 | 1 | -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... | wisberg | 2003-09-27 | 1 | -0/+12 |
| | |||||
* | adding file for links out to sample code elsewhere | wisberg | 2003-09-27 | 1 | -0/+54 |
| | |||||
* | removing empty sample | wisberg | 2003-09-27 | 1 | -6/+1 |
| | |||||
* | debugger caveats | wisberg | 2003-09-27 | 1 | -0/+8 |
| | |||||
* | added test for collection calls | wisberg | 2003-09-27 | 2 | -6/+23 |
| | |||||
* | script sample title, correct todo wrt resource cleanup | wisberg | 2003-09-27 | 1 | -2/+2 |
| | |||||
* | added pointcut anyCollectionWriteCalls() | wisberg | 2003-09-27 | 1 | -0/+13 |
| | |||||
* | removing unneeded comment | wisberg | 2003-09-27 | 1 | -0/+2 |
| | |||||
* | flagging that model walker broke in 1.1.1 | wisberg | 2003-09-27 | 1 | -2/+3 |
| | |||||
* | Cleanup of bad test data. | mkersten | 2003-09-26 | 1 | -2/+2 |
| | |||||
* | Cleaning up bad bug data. | mkersten | 2003-09-26 | 11 | -2/+1 |
| | |||||
* | Comment clean-up only. | mkersten | 2003-09-26 | 1 | -6/+2 |
| | |||||
* | Fix for bug#43709. | mkersten | 2003-09-26 | 1 | -2/+9 |
| | |||||
* | updated bug count!V1_1_1 | acolyer | 2003-09-19 | 1 | -1/+1 |
| | |||||
* | bug 43033 - NPE in concretize error path for ReferencePointcut | acolyer | 2003-09-19 | 4 | -2/+35 |
| | |||||
* | fix and test for Bugzilla Bug 43194 | jhugunin | 2003-09-18 | 3 | -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... | acolyer | 2003-09-12 | 1 | -3/+11 |
| | |||||
* | test for canonical versions of sourcedirs etc. | acolyer | 2003-09-12 | 1 | -11/+24 |
| | |||||
* | always canonicalize the file argument when searching for nodes by file ↵ | acolyer | 2003-09-12 | 1 | -3/+9 |
| | | | | and/or line. | ||||
* | fix and test for Bugzilla Bug 42993 | jhugunin | 2003-09-12 | 5 | -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) | acolyer | 2003-09-11 | 1 | -1/+1 |
| | |||||
* | added a cache by type to avoid linear searches | acolyer | 2003-09-11 | 1 | -19/+31 |
| | |||||
* | remember handleIdentifier once calculated, use canonical file path map | acolyer | 2003-09-11 | 1 | -22/+15 |
| | |||||
* | added a cache of canonical file paths | acolyer | 2003-09-11 | 1 | -0/+119 |
| | |||||
* | remember source location and handle identifier across invocations | acolyer | 2003-09-11 | 2 | -12/+28 |
| | |||||
* | fix and tests for at least 2 bugs: | jhugunin | 2003-09-10 | 8 | -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 | jhugunin | 2003-09-09 | 1 | -1/+1 |
| | | | | error messages | ||||
* | added in building architecture for turoial exercises | ehilsdal | 2003-09-09 | 12 | -76/+303 |
| | |||||
* | Ant task revisions | wisberg | 2003-09-08 | 1 | -8/+9 |
| | |||||
* | added pr number for Bugzilla Bug 42652 | jhugunin | 2003-09-08 | 1 | -2/+1 |
| | | | | Regression: Cannot compile complex weaving anymore | ||||
* | updated with list of major fixes / enhancements in 1.1.1 | acolyer | 2003-09-08 | 1 | -41/+49 |
| | |||||
* | @testcase PR#XXX omnibus privileged access from aspectj-users mail "Problem ↵ | wisberg | 2003-09-07 | 4 | -1/+212 |
| | | | | with interfaces in method's signature" | ||||
* | in case anyone wants them... | wisberg | 2003-09-07 | 2 | -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 ↵ | wisberg | 2003-09-07 | 1 | -67/+0 |
| | | | | has not been updated for the new asm API's. | ||||
* | updated tests - all passing | wisberg | 2003-09-07 | 1 | -30/+52 |
| | |||||
* | dirty example adapted from May user email | wisberg | 2003-09-07 | 1 | -0/+191 |
| | |||||
* | pointcuts fixed, so library updated/fixed and tested | wisberg | 2003-09-06 | 1 | -39/+43 |
| | |||||
* | pointcuts fixed, so library updated/fixed | wisberg | 2003-09-06 | 1 | -28/+31 |
| | |||||
* | initialization example: more comments and more testable | wisberg | 2003-09-06 | 1 | -40/+78 |
| | |||||
* | using linked list, more comments | wisberg | 2003-09-06 | 1 | -7/+12 |
| | |||||
* | @testcase PR#42668 after returning type incompatible with join point return type | wisberg | 2003-09-06 | 2 | -0/+31 |
| | |||||
* | sample api code to list affected files | wisberg | 2003-09-06 | 2 | -1/+135 |
| | |||||
* | Exposed file creation to allow overriding (for the use of canonicalization). | mkersten | 2003-09-05 | 1 | -1/+1 |
| | |||||
* | Added path canonicalization to config parser. | mkersten | 2003-09-05 | 1 | -0/+10 |
| | |||||
* | Removed asm path canonicalization. | mkersten | 2003-09-05 | 2 | -18/+18 |
| |