aboutsummaryrefslogtreecommitdiffstats
path: root/org.aspectj.ajdt.core/testdata
Commit message (Collapse)AuthorAgeFilesLines
* fix for Bugzilla Bug 31460 acolyer2004-04-028-0/+133
| | | | Weaving class loader
* Implemented feature for Bugzilla Bug 48091 jhugunin2004-01-241-0/+142
| | | | | | | | | | | | | | Lazy instantiation of thisJoinPoint Speed-ups of 10-100X are measured even when running a small test case with minimal GC issues. The actual feature implemented is that thisJoinPoint objects are only created just before calling the method for advice that requires them. To take advantage of this feature you must use an if PCD or some other dynamic test that occurs in the PCD not the advice body to guard the expensive creation of the thisJoinPoint object. -XlazyTjp flag must be passed to compiler to enable this feature. If any around advice is present on the joinpoint then lazy instantiation will be disabled. An Xlint warning will be displayed in this case. As a related optimization, several helper methods were added to Factory.makeJP to reduce the code size when thisJoinPoint is used.
* Fixed mkersten2003-08-074-0/+15
| | | | | | - 40257: parsing of "../" paths in LST files is broken Added interactive test for checking compiler task list messages (via browser).
* added test to ensure handler from initial runCommand() is not used in ↵wisberg2003-08-063-0/+13
| | | | | | | | repeatCommand(). The test fails so there is a bug, but in the current system we seem to use the same handler, so the bug is harmless. (It does affect other things I'm doing.) The test is disabled by default and can be enabled with a system property.
* added test to try to investigate size issues, but can't reproduce for any jhugunin2003-07-232-0/+35
| | | | number of loops in BasicCommandTestCase.testSizeChanges()
* fix and test for Bugzilla Bug 38131 jhugunin2003-05-271-0/+10
| | | | ajc needs -d . option while correctly compiling classes from subpackage
* expanded test coveragejhugunin2003-05-191-2/+2
|
* fixing declare parents problemsjhugunin2003-04-111-1/+1
|
* fix and test for Bugzilla Bug 34820 jhugunin2003-03-121-0/+8
| | | | ajc -aspectpath fails with NPE for cflow pointcuts
* implemented fastMatch method along with some basic tests of jhugunin2003-03-122-0/+12
| | | | weave performance with and without it
* further work on binary aspects (aspect path) tested and implemented correct ↵jhugunin2003-03-116-1/+69
| | | | | | behavior for obvious forms of abstract aspects now
* further work on binary aspects (aspect path) tested correct behavior jhugunin2003-03-102-0/+41
| | | | for obvious forms of concrete aspects, next need to address abstract
* renamed "declare dominates" to "declare precedence"jhugunin2003-01-141-0/+2
|
* fixed accessiblity bugjhugunin2002-12-181-1/+1
|
* initial version - neglected .lst files in testdatawisberg2002-12-172-0/+8
|
* initial versionwisberg2002-12-1653-0/+1100