Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | made everything inherit from Test again | ehilsdal | 2003-08-28 | 12 | -66/+86 |
| | | | | updated section 3 tests | ||||
* | moved to List | ehilsdal | 2003-08-28 | 1 | -24/+26 |
| | |||||
* | typo | ehilsdal | 2003-08-28 | 1 | -1/+1 |
| | |||||
* | in AspectJ 1.1, set jp's have void return type | ehilsdal | 2003-08-28 | 1 | -3/+3 |
| | |||||
* | fixes | ehilsdal | 2003-08-28 | 1 | -116/+61 |
| | |||||
* | removed unnecessary constructors and untabified | ehilsdal | 2003-08-28 | 13 | -79/+8 |
| | |||||
* | updating for new files | ehilsdal | 2003-08-28 | 1 | -2/+0 |
| | |||||
* | stub answer file | ehilsdal | 2003-08-28 | 1 | -0/+7 |
| | |||||
* | updated section 2 | ehilsdal | 2003-08-28 | 15 | -343/+215 |
| | |||||
* | rough edit of text for section 3 | jhugunin | 2003-08-27 | 1 | -61/+37 |
| | |||||
* | revised section 4 (untested) | jhugunin | 2003-08-27 | 13 | -94/+45 |
| | |||||
* | untabified | ehilsdal | 2003-08-27 | 18 | -289/+289 |
| | |||||
* | untabified | ehilsdal | 2003-08-27 | 30 | -289/+289 |
| | |||||
* | initial build.xml; has lots of dangling references | ehilsdal | 2003-08-27 | 1 | -0/+110 |
| | |||||
* | starting rework for oopsla | ehilsdal | 2003-08-27 | 1 | -62/+29 |
| | |||||
* | Fixed several broken links uncovered in 1.1.1rc1 testing. | acolyer | 2003-08-27 | 1 | -11/+11 |
| | |||||
* | performance faq item corrections promised on the list. | wisberg | 2003-08-23 | 1 | -11/+17 |
| | | | | I need some actual facts for a real answer. | ||||
* | added a cache by handle to avoid terrible performance on larger projects | acolyer | 2003-08-23 | 2 | -3/+28 |
| | |||||
* | @testcase PR#41888 call PCD fails when given subtype of defining type | wisberg | 2003-08-23 | 2 | -0/+83 |
| | |||||
* | Using correct patch for bug 39436 instead of vague one from email | ehilsdal | 2003-08-21 | 1 | -21/+32 |
| | |||||
* | Still patching for bug 39470 (patch devised by Andy, vetted by me). | ehilsdal | 2003-08-20 | 1 | -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 driver | wisberg | 2003-08-17 | 1 | -0/+40 |
| | |||||
* | initial cut at resolver. Still getting default JDK 1.4 parser error "base ↵ | wisberg | 2003-08-17 | 1 | -19/+150 |
| | | | | URL required for relative references. | ||||
* | disabled test spec error test b/c it can't be skipped for JUnit driver | wisberg | 2003-08-17 | 1 | -4/+5 |
| | |||||
* | Reimplemented JUnit harness adapter | wisberg | 2003-08-17 | 6 | -200/+612 |
| | |||||
* | balancing start/end suite calls | wisberg | 2003-08-17 | 1 | -8/+12 |
| | |||||
* | some xml parsers don't like space here... | wisberg | 2003-08-17 | 1 | -1/+1 |
| | |||||
* | paring globals to those used, then using them consistently | wisberg | 2003-08-17 | 3 | -9/+9 |
| | |||||
* | permitting null input in public utility method | wisberg | 2003-08-17 | 1 | -0/+3 |
| | |||||
* | Added a call to remove all structure model listeners from previous run to ↵ | acolyer | 2003-08-16 | 1 | -0/+6 |
| | | | | | | prevent structure listener leakage. | ||||
* | Added a removeAllListeners method to be called from test suite to | acolyer | 2003-08-16 | 1 | -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 ↵ | acolyer | 2003-08-16 | 1 | -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 ↵ | mkersten | 2003-08-16 | 16 | -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. | mkersten | 2003-08-16 | 6 | -10/+59 |
| | |||||
* | Added declare error/warning relationships to model. | mkersten | 2003-08-16 | 4 | -39/+13 |
| | |||||
* | Expesed "isError" field with getter (used by asm relationship provider). | mkersten | 2003-08-16 | 1 | -3/+6 |
| | |||||
* | copyright header change to satisfy BuildModuleTests | acolyer | 2003-08-15 | 1 | -0/+5 |
| | |||||
* | *** empty log message *** | mkersten | 2003-08-15 | 1 | -0/+1 |
| | |||||
* | Ported inline annotation support to new ASM API. Ported aspect visualizer. ↵ | mkersten | 2003-08-15 | 4 | -45/+77 |
| | | | | Improved link siganture generation. Improved ASM test coverage. | ||||
* | wire in older minimal test cases | wisberg | 2003-08-14 | 3 | -4/+36 |
| | |||||
* | static methods for unwrapping to keep internal structure knowledge local | wisberg | 2003-08-14 | 1 | -0/+14 |
| | |||||
* | disabled tests | wisberg | 2003-08-14 | 1 | -1/+1 |
| | |||||
* | comment about disabled tests | wisberg | 2003-08-14 | 1 | -1/+2 |
| | |||||
* | Improved declare relationships. Implemented batch-build relationship ↵ | mkersten | 2003-08-14 | 10 | -55/+110 |
| | | | | clearing policy. | ||||
* | Updated org.aspectj.asm relationship model to string-handle-based API in ↵ | mkersten | 2003-08-14 | 42 | -512/+929 |
| | | | | order to support adding and removing relationships at any point in the compilation cycle, and to support external tools building relationships (e.g. JDT's incremental containment hierarchy builder). Also made inter-type declaration relationships show up in the model. | ||||
* | Added support for multiple relationships for a single program element. ↵ | mkersten | 2003-08-13 | 24 | -88/+137 |
| | | | | Renamed model container class. | ||||
* | Minor improvements to structure model generation, clean up of test suite ↵ | mkersten | 2003-08-12 | 27 | -122/+142 |
| | | | | output, and port of AJDT to new ASM APIs. | ||||
* | Minor improvements to structure model generation, clean up of test suite ↵ | mkersten | 2003-08-12 | 8 | -63/+88 |
| | | | | output, and port of AJDT to new ASM APIs. | ||||
* | use System property aspectjrt.path to add to testcase classpath if defined | acolyer | 2003-08-11 | 5 | -24/+59 |
| | |||||
* | Expanded developer documentation. Moved ASM doc to MSWord format since it ↵ | mkersten | 2003-08-11 | 5 | -420/+158 |
| | | | | will have graphics and revision support will help. |