summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* includes the basic @AJ test suiteaclement2005-04-191-0/+4
|
* Change to ordering expected due to (harmless!) advice ordering change in ↵aclement2005-04-191-1/+1
| | | | BcelWeaver
* From branch: method to check if a source type is @AJ styleaclement2005-04-191-0/+13
|
* From branch: Changes to runtime for @AJaclement2005-04-195-10/+229
|
* Empty interface for EnclosingStaticPart, to enable differentiation between ↵aclement2005-04-191-1/+3
| | | | ESP and SP. migration issue?
* visibility changeaclement2005-04-191-2/+2
|
* Adds JUnit to the classpath (so it is available for test material to use)aclement2005-04-192-3/+6
|
* From branch: Driver for build.xmls that now exist in each module.aclement2005-04-191-0/+90
|
* Uses default locale rather than assuming UKaclement2005-04-191-1/+1
|
* organized importsaclement2005-04-192-4/+4
|
* Andrew Huffs coverage tests for @AJ - not currently in ↵aclement2005-04-192-0/+495
| | | | RunTheseBeforeYouCommit due to failures.
* From branch: @AJ test materialaclement2005-04-1912-0/+980
|
* Andrew Huffs test programs for @AJaclement2005-04-1944-0/+498
|
* From branch: New build scripts that Alex uses under IntelliJ - can be run ↵aclement2005-04-1918-1/+1072
| | | | individually or via master in build module.
* Just explaining why empty test is here!aclement2005-04-191-1/+4
|
* I'm committing this shell of an implementation for runtime reflection on ↵acolyer2005-04-1816-0/+985
| | | | AspectJ's type system. It's needed by the aUnit guys and provides a means for us to share a structure, take patches etc.. NOT to be considered finished (ha ha) or even a final design at this point in time. We have to do some compiler work to generate runtime-visible structures to support this...
* Andys quest to reduce unnecessary test output.aclement2005-04-156-51/+59
|
* bug#82171 Created sepereate handle provider to enable ASM use of ↵mkersten2005-04-1410-57/+167
| | | | IDE-specific handle identifiers.
* copyright addedaclement2005-04-148-0/+80
|
* From The Branch: Alex's changes in the weaver module to avoid use of the ↵aclement2005-04-1313-5/+30
| | | | default package where inappropriate.
* Patch from Andrew Huff - failing test for pr90588aclement2005-04-134-0/+54
|
* update the last updated dateacolyer2005-04-131-1/+1
|
* Changes in staticinitialization sloc reported, see pr 91090aclement2005-04-133-3/+3
|
* Fix for: Bugzilla Bug 91090: declare warning with staticinitialization ↵aclement2005-04-131-1/+5
| | | | matching an aspect doesn't appear correctly. Ensured staticinitialization shadow source locations are always the type declaration line (including offset where we can).
* See pr90806 - change to harness so fast machines don't fail incremental tests.aclement2005-04-131-0/+12
|
* Null friendly and includes sloc when dumping model (only ever used when ↵aclement2005-04-131-1/+6
| | | | debugging structuremodel...)
* Test for pr90806aclement2005-04-132-1/+16
|
* Fix for pr90806 - stash sourcecontext whilst we have it.aclement2005-04-131-1/+4
|
* Test programs for pr90806aclement2005-04-133-0/+10
|
* Changed copyright message slightly to keep test happy !aclement2005-04-138-8/+32
|
* From The Branch: Alex's new annotations for annotation style developmentaclement2005-04-128-0/+224
|
* integrating patch from Andrew Huff to update building from source instructionsacolyer2005-04-121-12/+46
|
* 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 ↵aclement2005-04-071-0/+8
| | | | way in AJDT.
* Fix for a test that was relying on previous state lying around on disk from ↵aclement2005-04-061-4/+11
| | | | a previous test.
* Fix for problem introduced when checking contents of dirs on the classpath ↵aclement2005-04-053-10/+81
| | | | for changes. (see PR85297)
* 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
| | | | BCException: Bad type name: TypeX.nameToSignature(TypeX.java:635)