summaryrefslogtreecommitdiffstats
path: root/org.aspectj.ajdt.core/testsrc
Commit message (Expand)AuthorAgeFilesLines
* organized imports.aclement2004-07-291-4/+4
* fix for Bugzilla Bug 58681acolyer2004-07-272-6/+10
* Made AsmHiearchyBuilder extensible in order to support tools that require moremkersten2004-07-271-1/+4
* tests for the new options handlingacolyer2004-06-083-16/+154
* Fix and tests for Bugzilla Bug 62227 aclement2004-05-141-0/+24
* change test cases to use File.pathSeparator rather than ";"acolyer2004-04-262-8/+8
* AsmBuilderTest.testNullHandlingOfVisit() now checks for an NPE instead of an ...mkersten2004-04-071-4/+9
* Fix for Bug 55341 aclement2004-04-021-2/+11
* fix for Bugzilla Bug 31460 acolyer2004-04-021-0/+82
* Convenience method to run ajc in a child classloader and get List/String resu...wisberg2004-03-311-0/+33
* Fix for Bugzilla Bug 41181 aclement2004-03-161-0/+12
* Checking in Noel's update to the benchmarks. We have to scale up the numbers...aclement2004-02-192-6/+3
* Yes yes, I broke the build. The performance code had a 1.4 API in it (split(...aclement2004-02-102-3/+4
* Performance benchmarks from Noel and Matthew. Run these tests standalone to ...aclement2004-02-102-0/+897
* Fix for Bugzilla Bug 50641 aclement2004-02-091-3/+3
* Implemented feature for Bugzilla Bug 48091 jhugunin2004-01-243-1/+52
* eliminated a dependency on org.eclipse.core.runtime that had crept acolyer2004-01-231-2/+2
* spring cleaning in advance of 1.2 enhancements: acolyer2004-01-236-31/+31
* move to Eclipse 3.0 M6 JDT core (v_396). Also makes 1.4 the acolyer2004-01-134-51/+86
* Fix for: Bugzilla Bug 49814 jhugunin2004-01-121-0/+8
* Rogue import of EajcModuleTests was breaking Eclipse buildsacolyer2003-11-041-2/+0
* using ../{module}/ convention for testdata references so tests can be run fro...wisberg2003-10-318-77/+94
* test for canonical versions of sourcedirs etc.acolyer2003-09-121-11/+24
* Updated org.aspectj.asm relationship model to string-handle-based API in orde...mkersten2003-08-141-1/+1
* Minor improvements to structure model generation, clean up of test suite outp...mkersten2003-08-121-2/+2
* use System property aspectjrt.path to add to testcase classpath if definedacolyer2003-08-115-24/+59
* Got advice relationships working.mkersten2003-08-081-1/+1
* Reimplemented ASM API as described in bug "41254: revise asm and create inter...mkersten2003-08-081-1/+1
* fix for Bugzilla Bug 41175 jhugunin2003-08-081-1/+1
* Changed org.aspectj.bridge.IMessage.getISourceLocation to getSourceLocation i...mkersten2003-08-072-2/+2
* Fixed mkersten2003-08-072-13/+24
* added test to ensure handler from initial runCommand() is not used in repeatC...wisberg2003-08-061-5/+89
* Fixed 39626: Added AsmBuilderTest class that tests handling for this and rela...mkersten2003-07-302-0/+70
* Refactored singleton reference to be accessed via getDefault() in order to be...mkersten2003-07-251-1/+1
* added test to try to investigate size issues, but can't reproduce for any jhugunin2003-07-231-0/+23
* fix and test for Bugzilla Bug 38131 jhugunin2003-05-271-0/+31
* fix for reported bug with invalid classpath entries (from the environment) jhugunin2003-05-072-4/+28
* "organized imports" to eliminate compiler warningsacolyer2003-05-061-3/+0
* fix and better tests for jhugunin2003-05-021-5/+5
* test case can't expect usage message any morewisberg2003-04-301-2/+2
* track internal API changeswisberg2003-04-291-8/+20
* fix and test for jhugunin2003-04-271-0/+21
* fixing declare parents problemsjhugunin2003-04-111-1/+1
* re-implementing support for incremental compilation after move to 2.1 jhugunin2003-04-101-108/+108
* Major changes in order to move to Eclipse-JDT 2.1 as a base. jhugunin2003-03-2810-759/+162
* implemented fastMatch method along with some basic tests of jhugunin2003-03-121-0/+33
* further work on binary aspects (aspect path) tested and implemented correct ...jhugunin2003-03-111-11/+44
* further work on binary aspects (aspect path) tested correct behavior jhugunin2003-03-101-2/+36
* Half-way through refactoring of ResolvedTypeX's and Worlds. This jhugunin2003-03-081-0/+2
* Fixed setting runnable bit on structure nodes. mkersten2003-02-281-2/+2