aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* collection of really basic tests to use when bringing up a new version of ↵acolyer2005-08-194-0/+55
| | | | the JDT compiler (these are not linked into the main test suite). Fortunately I didn't need too many in here this time round...
* overrides getOwningClass from MethodBinding to ensure correct results in ↵acolyer2005-08-191-0/+5
| | | | some of the new JDT generics compatibility checks.
* new JDT compiler uses a Map instead of a Hashtable for ↵acolyer2005-08-192-10/+11
| | | | CompilationUnit.compiledTypes
* replacing the bloated ones in CVS !aclement2005-08-182-0/+0
|
* just a few tests for generic aspects...aclement2005-08-1818-0/+773
|
* force parameterizeWith to be implemented all the way down the hierarchyacolyer2005-08-181-5/+18
|
* handle reference pointcuts of the from Generic<X>.foo()acolyer2005-08-181-0/+33
|
* allow a reference pointcut reference of the form Generic<String>.foo()acolyer2005-08-181-1/+7
|
* make sure we don't lose source location on parameterizeWithacolyer2005-08-181-5/+7
|
* also parameterize annotation patternacolyer2005-08-181-4/+2
|
* support for parameterizeWithacolyer2005-08-1810-0/+101
|
* implementation of parameterizeWith and fix for 107059 part 2acolyer2005-08-181-2/+33
|
* messages for trying to reference a pointcut in a generic type from a raw ↵acolyer2005-08-182-1/+4
| | | | type reference
* SuppressAjWarnings should not suppress errors!acolyer2005-08-181-1/+6
|
* tests for pr107059 and generics chapter of ajdkacolyer2005-08-183-1/+73
|
* tests for examples in the ajdk generics chapteracolyer2005-08-183-0/+143
|
* follow-on test for pr107159acolyer2005-08-181-0/+14
|
* Makes sure it looks on the generic members for annotations in the case of ITDs.aclement2005-08-181-2/+7
|
* switched test around.aclement2005-08-181-1/+1
|
* Andrews test for pr93356aclement2005-08-181-0/+4
|
* test for pr93356 and generic binary weaving itdsaclement2005-08-182-0/+93
|
* some binary weaving ITD tests, they dont pass yet.aclement2005-08-184-0/+54
|
* Modified access to onType to be via a get/set pair - enabling me to get in ↵aclement2005-08-183-4/+12
| | | | and do some stuff for generic ITDs.
* I think that astore at the start of the exception block is the right pattern ↵aclement2005-08-181-0/+1
| | | | to use. I remember some bug about a decompiler choking on no store when it was expected.
* tests for Fix 106736 - permitting classes dir as aspect URL (also permitting ↵wisberg2005-08-188-4/+169
| | | | .zip files)
* Fix 106736 - permitting classes dir as aspect URL (also permitting .zip files)wisberg2005-08-181-1/+3
|
* comment only on poorly-named but public addLibraryJarFile(..)wisberg2005-08-181-0/+5
|
* Using JLS 20.18.7 system property for version per mailing list requestwisberg2005-08-182-1/+9
|
* deleted the section about declaring a pertypewithin aspect with a type ↵acolyer2005-08-171-26/+1
| | | | variable. We could consider supporting this beyond AspectJ 1.5.0 perhaps, but not before.
* replaced <i> which docbook does not understand with <emphasis> which it doesacolyer2005-08-171-2/+2
|
* pretty much a complete rewrite, this time matching the actual implementation!acolyer2005-08-171-1014/+673
|
* updated copyright dateacolyer2005-08-171-1/+1
|
* added method to determine which set of lint kinds are suppressed for a ↵acolyer2005-08-171-0/+33
| | | | member via @SuppressAjWarnings
* tell Lint which warnings to suppress during specialization of this adviceacolyer2005-08-171-0/+11
|
* support for @SuppressAjWarningsacolyer2005-08-171-1/+31
|
* advice remembers the set of lint warnings that are suppressed for it via ↵acolyer2005-08-171-0/+2
| | | | @SuppressAjWarnings
* added ajdk generics tests and test for annotation matching on intermediate ↵acolyer2005-08-173-0/+116
| | | | type in hierarchy
* test cases for all examples in the new generics chapter of the ajdkacolyer2005-08-176-0/+200
|
* test case for user list reported problem with annotations on an intermediate ↵acolyer2005-08-171-0/+33
| | | | type in a hierarchy
* fix for bug 98952: @AJ if pointcutacolyer2005-08-172-12/+13
|
* re-enabling tests with @AJ processing in ajc since these now pass.acolyer2005-08-171-6/+4
|
* @AJ PTW polish as per aj$getInstance does not rethrow the exc but return ↵avasseur2005-08-172-6/+6
| | | | null #92880
* fix for Bugzilla Bug 107059acolyer2005-08-161-0/+1
| | | | parser crashes on call(void (@a *)(..)
* implementation of parameterize with for EllipsisTypePatternacolyer2005-08-161-0/+4
|
* implementation of parameterize withacolyer2005-08-161-2/+10
|
* added isAny() to enable easy testing for full wildcardacolyer2005-08-161-0/+3
|
* test for declare soft with type varsacolyer2005-08-161-0/+3
|
* tests for pr106130 and pr107059acolyer2005-08-161-0/+8
|
* ajc-test drivers for 106130, 107059, and declare soft in generic aspectacolyer2005-08-161-4/+29
|
* test for declare soft in a generic aspect when using type varsacolyer2005-08-161-0/+51
|