aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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 variab...acolyer2005-08-171-26/+1
* 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 member...acolyer2005-08-171-0/+33
* 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 @Sup...acolyer2005-08-171-0/+2
* added ajdk generics tests and test for annotation matching on intermediate ty...acolyer2005-08-173-0/+116
* 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
* 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 null...avasseur2005-08-172-6/+6
* fix for Bugzilla Bug 107059acolyer2005-08-161-0/+1
* 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
* tests for pr106130acolyer2005-08-163-0/+283
* test for Bugzilla Bug 107059acolyer2005-08-161-0/+5
* updated message text...acolyer2005-08-161-1/+1
* removed 1.3 testing temporarily to keep build happy?aclement2005-08-161-1/+1
* fix for 98952 : @AJ if pointcutacolyer2005-08-152-25/+48
* debug?aclement2005-08-151-0/+1
* updated to push on genericIdentifiersLength stack rather than just move the s...acolyer2005-08-152-0/+0
* Fix for pr92880: I've removed the exception clause from the declaration of aj...aclement2005-08-152-6/+5
* updated parsing of type parameters in OnType of ITDsacolyer2005-08-152-0/+0
* genericitds: more method/ctor ITDs that use their target types generic type v...aclement2005-08-1512-0/+217
* genericitds: more method/ctor ITDs that use their target types generic type v...aclement2005-08-144-5/+44
* genericitds: more combinations...aclement2005-08-1310-0/+162
* genericitds: method ITDs that use their target types generic type variables.aclement2005-08-1213-0/+212
* for one little change, this sure was a hell of a lot of work to track down. F...acolyer2005-08-122-0/+0
* for one little change, this sure was a hell of a lot of work to track down. F...acolyer2005-08-121-2/+2
* -Xlint:xxx and -Xlintfile:xxx in aop.xmlavasseur2005-08-123-3/+58
* test cases for generic aspects can now be included in main suiteacolyer2005-08-121-1/+7
* test case and fix for (.....)+ type pattern parsingacolyer2005-08-124-1/+42
* genericitds: field type mungers now understand a map from type variable names...aclement2005-08-125-25/+65
* genericitds: when the compiler asks for a member that is in fact from an ITD ...aclement2005-08-121-10/+123
* genericitds: loads of checks added for when specifying a generic target type ...aclement2005-08-121-13/+81
* genericitds: tells the member finder to remember the munger so it can correct...aclement2005-08-121-2/+3
* genericitds: dont lookup those type variables ...aclement2005-08-121-2/+8
* genericitds: on first construction of the ITD, it builds some 'placeholder' t...aclement2005-08-121-2/+25
* genericitds: Using target type variables in your ITD field declarations.aclement2005-08-121-0/+85
* genericitds: fields using target types tvars: New parameterization class that...aclement2005-08-121-0/+55
* another case of ArrayStoreException - a bug that Java generics would actually...acolyer2005-08-123-1/+1