aboutsummaryrefslogtreecommitdiffstats
path: root/org.aspectj.ajdt.core/testdata
Commit message (Collapse)AuthorAgeFilesLines
* Remove old '.cvsignore' filesAlexander Kriegisch2023-09-272-3/+0
| | | | Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* Upgrade license from CPLv1/EPLv1 to EPLv2Alexander Kriegisch2021-06-043-30/+30
| | | | | | | This was required by the Eclipse team as one precondition for the next release. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* Reduced expected performance differenceAndy Clement2017-09-271-1/+1
| | | JVM improvements seem to reduce the difference.
* update license to EPLacolyer2006-06-011-2/+2
|
* update license to EPLacolyer2006-06-012-4/+4
|
* fixes for 137235 (contributed by Ron): more intelligent logic for ↵aclement2006-05-045-0/+0
| | | | determining if a path entry is a jar/zip (don't just rely on suffix, some new .bndl files seem to be becoming popular...)
* serialized form of ITD field mungers changed (includes aliases) - jars rebuiltaclement2005-10-203-0/+0
|
* change to itd ctor serialization - quick rebuild of jars.aclement2005-10-183-0/+0
|
* Updates for generic ITDs - see pr112105 for a description of all changes.aclement2005-10-143-0/+0
|
* change to resolvedmember serialization (to support varargs ITDs) is quite ↵aclement2005-10-073-0/+0
| | | | serious - major version number of attribute rev'd to 4 in this case.
* test and fix for pr110906: vararg ITDsaclement2005-10-043-0/+0
|
* tests and fix for pr77076 - MUCH better toleration of missing types when ↵acolyer2005-09-242-1/+1
| | | | weaving into jars etc..
* rebuilt due to attribute modifications.aclement2005-09-133-0/+0
|
* a declare parents in an abstract aspect has no effect unless at least one ↵acolyer2005-08-111-0/+6
| | | | concrete sub-aspect exists in the world
* rebuilt jars because of resolvedmember serialization change to remember type ↵aclement2005-07-273-0/+0
| | | | variables.
* changed the serialized form of a WildTypePattern to remember generic info... ↵acolyer2005-07-223-0/+0
| | | | standby for mass updates of binary comparison tests.
* update to binary format as part of generics workacolyer2005-06-093-0/+0
|
* fixes for annotation type pattern bugs uncovered in 150 testsacolyer2005-03-103-0/+0
|
* All jars rebuilt with rev'd weaver version number 2.0 that we will use for ↵aclement2005-01-073-0/+0
| | | | AspectJ5 (AJ1.2.1 had version 1.0)
* Binary Weaving Decp: test codeaclement2005-01-0558-0/+362
|
* updated binary formacolyer2004-12-093-0/+0
|
* updated binary formacolyer2004-12-083-0/+0
|
* Rebuilt due to type munger attribute changeaclement2004-12-073-0/+0
|
* work in progress.... annotation pointcuts, parsing, and patternsacolyer2004-12-063-0/+0
|
* Fix for:aclement2004-10-142-0/+7
| | | | | | Bugzilla Bug 75568 : ajc changes classfile timestamps even if compilation fails (regression) and maybe: Bugzilla Bug 74245: -proceedOnError does not weave aspects on compile error
* Matthews enhancement fix for Bugzilla Bug 72154 "Support for simple dump file"aclement2004-08-235-0/+28
| | | | + Andy using it to capture 'cant find type' issues.
* This time a 1.4 dependency in the test program - removed it.aclement2004-08-204-1/+6
|
* Fix and testcase for Bugzilla Bug 49657aclement2004-08-198-0/+58
| | | | Weaver results in rt error if affected base class not exposed
* BcWeaverJarMaker updates - now line numbers have changed.aclement2004-08-193-0/+0
|
* fix for Bugzilla Bug 37020acolyer2004-08-193-0/+0
| | | | wrong line for method execution join point
* Fix for Bugzilla Bug 71076aclement2004-08-181-0/+84
| | | | Missing Javadoc comments that aren't missing
* Bugzilla Bug 71339aclement2004-08-136-0/+59
| | | | | AJC produces partial output jar file, when there are warnings during weaving (new dependencies)
* fix for Bugzilla Bug 42573acolyer2004-08-052-0/+9
| | | | .lst file entries not resolved relative to list file: {boot}classpath, extdirs,
* Fix and tests for Bugzilla Bug 62227 aclement2004-05-142-0/+18
| | | | Load Time Weaving aborts on any kind of warning (declare/xlint)
* 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