aboutsummaryrefslogtreecommitdiffstats
path: root/ajde/testsrc
Commit message (Collapse)AuthorAgeFilesLines
...
* test and fix for 112615 (-XhasMember not working if passed through AJDT). ↵aclement2005-10-251-0/+7
| | | | Patch from Helen Hawkins.
* Fix for Bug #82752: ProgramElement.getSourceSignature returns "public" for ↵V1_5_0M3mkersten2005-08-251-10/+10
| | | | "private" members
* unused imports (only)wisberg2005-06-091-1/+0
|
* path-handling audit - mainly TODO, but some fixes/finderswisberg2005-06-0818-16/+47
|
* test failing, emailed mik to investigate. added empty pseudo-test required ↵wisberg2005-05-211-2/+2
| | | | by ant junit
* empty pseudo-test required by ant junitwisberg2005-05-211-0/+1
|
* Reduced duplication of vm checking logic.aclement2005-05-121-14/+3
|
* fix 75442 thru lateTypeMungers, currently @AJaspectOf and perObject are ↵avasseur2005-05-101-1/+1
| | | | lateTypeMungers. new LTW tests, some fix in the LTW test error reporting
* Guard running the declare annotation weaving message test unless on a 1.5 vmaclement2005-05-041-0/+15
|
* Impl of enhancement 92906 from Andrew Huff. -showWeaveInfo for declare ↵aclement2005-05-041-2/+24
| | | | annotation
* add aspectj5rt to classpathacolyer2005-04-251-1/+1
|
* Andys quest to reduce unnecessary test output.aclement2005-04-156-51/+59
|
* Fix for a test that was relying on previous state lying around on disk from ↵aclement2005-04-061-4/+11
| | | | a previous test.
* guard on structure model dumping.aclement2005-03-241-1/+8
|
* missing copyright.aclement2005-02-081-3/+10
|
* Tests and fix for: Bug 83565mkersten2005-01-272-0/+26
| | | | BCException "bad type name" thrown when compiling
* This modified ordering (?!?) means you don't get silly .ajsym files left ↵aclement2004-12-031-3/+3
| | | | around that Eclipse wants you to check into CVS.
* Added "uses pointcut" relation to the ASM.mkersten2004-10-141-3/+26
|
* make the test tidy up after itself to reduce CVS conflicts.aclement2004-10-142-0/+5
|
* Fix for Bugzilla Bug 73334aclement2004-09-062-2/+2
| | | | Avoid clashes in the org.eclipse namespace by renaming our duplicates.
* FindBugs: fixes.aclement2004-08-231-4/+4
|
* Fixed name :)aclement2004-08-171-1/+1
|
* remaining fix for 72016 (problem/type information flowing through AJDE)aclement2004-08-171-2/+20
|
* Fix for Bugzilla Bug 70241: outline view shows anonymous inner classes in ↵aclement2004-08-171-0/+76
| | | | different way than jdt outline
* Fix for Bugzilla Bug 72016: No problem type information from AspectJ ↵aclement2004-08-162-0/+56
| | | | compiler / AJDE
* cant find type/organize imports (and hopefully fix the build)aclement2004-08-061-1/+0
|
* No really, this *is* the last fix that will make the build work.aclement2004-08-051-4/+5
|
* Argh! Surely this will fix the buildaclement2004-08-041-1/+2
|
* The BIG commit. aclement2004-08-035-47/+425
| | | | | | | | | - Enhanced structure model support. - *Incremental* structure model support written and tested (currently switched off, see incModelTests.xml) - -showWeaveInfo compiler option - existence of a 'runtimetest' surfaced through relationships - UI can determine if errors/warnings came from DEOWs. - Code to enable type mungers to remember source locations written (currently switched off)
* Fix for Bugzilla Bug 57666 aclement2004-08-022-0/+70
| | | | | duplicate manifests cause resource-copying to gack (Contributed by Matthew Webster)
* organized imports.aclement2004-07-291-1/+0
|
* organized imports and deleted unused guff.aclement2004-07-291-11/+0
|
* Added declare parents relationship test, party commented out and waiting on ↵mkersten2004-07-271-2/+27
| | | | Andy's merge.
* added no-arg constructor for conveniencemkersten2004-07-271-0/+4
|
* update tests for new options processingacolyer2004-06-081-15/+15
|
* Fix for Bugzilla Bug 40192 aclement2004-03-182-0/+411
| | | | build cancel during weaving
* fix for Bugzilla Bug 47910 acolyer2004-03-174-8/+97
| | | | ajc -outjar jarfile does not contain MANIFEST.MF
* Final part of bug #46347 (-inpath): We do not copy resources from inpath ↵aclement2004-02-261-8/+14
| | | | directories to the output.
* Temporarily commenting out unreliable section of the test.aclement2004-02-251-14/+20
|
* Bit more diagnostic info in that test that fails on the build machine - it ↵aclement2004-02-251-8/+11
| | | | works for me :(
* Fix for Bug 36430: Xreweavable supportaclement2004-02-242-0/+427
|
* Fixed bug#45489 "Structure model is wrong when re-opened"mkersten2004-02-192-0/+105
|
* spring cleaning in advance of 1.2 enhancements: acolyer2004-01-238-93/+93
| | | | | removed unused imports, local variables, and private methods (still there, just commented out).
* move to Eclipse 3.0 M6 JDT core (v_396). Also makes 1.4 the acolyer2004-01-132-5/+5
| | | | default mode (inherited behaviour from JDT).
* ensure InpathTestCases still behave in the presence of CVS info acolyer2003-11-111-6/+10
| | | | in the directories.
* Andy Clement's patch for enh 46347: "-inpath"acolyer2003-11-113-0/+469
|
* Fix from Matthew Webster for copying first resource in jars and acolyer2003-11-041-25/+20
| | | | for copying first Manifest.mf file
* using ../{module}/ convention for testdata references so tests can be run ↵wisberg2003-10-315-9/+50
| | | | | | from any peer directory/module, i.e., from one module Also catching some errors as failures and avoiding others with non-null ErrorHandler
* Cleanup of bad test data.mkersten2003-09-261-2/+2
|
* Added model building performance test.mkersten2003-09-053-2/+74
|