summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* add a bit of padding below h1 for IEV1_5_0M2acolyer2005-04-103-0/+15
* add some style to our guides ;)acolyer2005-04-1011-90/+394
* Use names like 'tjp.GetInfo' rather than 'tjp_GetInfo' in the lint message !aclement2005-04-071-1/+1
* Guard against NPEaclement2005-04-071-1/+4
* Configure weaver to behave in 1.5 way if Java compiler is configured that way...aclement2005-04-071-0/+8
* Fix for a test that was relying on previous state lying around on disk from a...aclement2005-04-061-4/+11
* Fix for problem introduced when checking contents of dirs on the classpath fo...aclement2005-04-053-10/+81
* replaced Java 1.4 APIwisberg2005-03-262-2/+29
* Don't report unimportant relationships (e.g. perobject)aclement2005-03-241-1/+1
* Removed 4 FIXMEs and added relationships for declare annotation on ITDsaclement2005-03-241-16/+11
* Fix for using declare annotation to target things in the default packageaclement2005-03-241-2/+2
* new tests for ASM testing of declare annotation targetting ITDsaclement2005-03-244-13/+104
* make deca labels 'declare @xxx' rather than 'declare at_xxx'aclement2005-03-241-1/+3
* new icons for annotation/enum, 'borrowed' from JDT UIaclement2005-03-243-1/+7
* guard on structure model dumping.aclement2005-03-242-2/+10
* added test for pr83645 into suiteacolyer2005-03-242-1/+10
* Enhancement 88862: declare annotation hitting ITDs.aclement2005-03-2311-160/+754
* fix for Bugzilla Bug 84333acolyer2005-03-235-0/+65
* Declare annotation hitting ITDs: reworked the code generation mechanism for ...aclement2005-03-231-23/+21
* not useful anymoreaclement2005-03-231-21/+0
* reworked, temporarily commented out the MethodSignature stuff as it misbehave...aclement2005-03-231-26/+26
* fix for Bug 84122 - Allow aspectPath to contain directoriesacolyer2005-03-239-24/+103
* allow for changes in the underlying annotation set.aclement2005-03-231-1/+1
* one fixme resolved ...aclement2005-03-231-2/+2
* enh 76055 -acolyer2005-03-232-0/+10
* test and fix for handling a *... varargs patternacolyer2005-03-235-2/+24
* bug 53209 - inpathDirCopyFilter doc updates and testswisberg2005-03-224-37/+75
* bug 53209 - inpathDirCopyFilter testswisberg2005-03-229-1/+101
* bug 53209 - inpathDirCopyFilterwisberg2005-03-221-8/+84
* Fix for Bugzilla Bug 88652: an array type as the last parameter in a signatur...acolyer2005-03-227-4/+48
* Declare annotation with ITDs: testcodeaclement2005-03-177-0/+252
* fix for missing syntax error on execution((@XXX *) Foo.new(..))acolyer2005-03-144-11/+44
* dead link, new source moduleswisberg2005-03-141-19/+22
* fix for Bugzilla Bug 42743: declare soft limitationacolyer2005-03-145-16/+42
* test cases for Bugzilla Bug 42743: declare soft limitationacolyer2005-03-144-1/+92
* added some words on context binding across disjunctions and declare soft beha...acolyer2005-03-141-6/+66
* Much more robust way to dig round the structure model ...aclement2005-03-111-19/+27
* Oops! Now skips advice/etc when looking for matches for dec @method/@ctoraclement2005-03-111-3/+5
* temporary fix to ensure we see relationships for dec @type when incrementally...aclement2005-03-111-0/+5
* Ensures on multiple compiles the method generated for a declare statement alw...aclement2005-03-113-19/+31
* the "challenge Andy" mother of all dec @xxx tests.acolyer2005-03-113-0/+225
* Guard test execution on 1.5 vm levelaclement2005-03-112-7/+43
* Guard test execution on 1.5 vm level.aclement2005-03-111-30/+33
* added example for declare @constructoracolyer2005-03-111-0/+10
* added test for declare @constructoracolyer2005-03-112-5/+15
* Declare annotation: all the XML specs for the testsaclement2005-03-101-12/+699
* Declare annotation: Buckets of test cases!aclement2005-03-101-0/+322
* Declare annotation: source weaving of declare @type. Includes (commented out...aclement2005-03-101-15/+318
* Declare annotation: cope with null symbolic declareaclement2005-03-101-2/+4
* Declare annotation: filled in the blanksaclement2005-03-101-10/+38