3153 次程式碼提交 (9e531e617fb159c53909521c5f68345224a1edde)
 

作者 SHA1 備註 提交日期
  acolyer f7a8c2e721 tests for examples in the ajdk generics chapter 19 年之前
  acolyer e88e1a38c4 follow-on test for pr107159 19 年之前
  aclement f6544cd391 Makes sure it looks on the generic members for annotations in the case of ITDs. 19 年之前
  aclement 431bc79084 switched test around. 19 年之前
  aclement 590fccc624 Andrews test for pr93356 19 年之前
  aclement 5242ef35b0 test for pr93356 and generic binary weaving itds 19 年之前
  aclement 7951b5c0e2 some binary weaving ITD tests, they dont pass yet. 19 年之前
  aclement dea8672c24 Modified access to onType to be via a get/set pair - enabling me to get in and do some stuff for generic ITDs. 19 年之前
  aclement 9329ddd9d3 I think that astore at the start of the exception block is the right pattern to use. I remember some bug about a decompiler choking on no store when it was expected. 19 年之前
  wisberg 84542fbb09 tests for Fix 106736 - permitting classes dir as aspect URL (also permitting .zip files) 19 年之前
  wisberg 73748ff36e Fix 106736 - permitting classes dir as aspect URL (also permitting .zip files) 19 年之前
  wisberg 10ba23b800 comment only on poorly-named but public addLibraryJarFile(..) 19 年之前
  wisberg e9329e91f4 Using JLS 20.18.7 system property for version per mailing list request 19 年之前
  acolyer c82127f4e6 deleted the section about declaring a pertypewithin aspect with a type variable. We could consider supporting this beyond AspectJ 1.5.0 perhaps, but not before. 19 年之前
  acolyer 154fd6e59d replaced <i> which docbook does not understand with <emphasis> which it does 19 年之前
  acolyer e8f7b99508 pretty much a complete rewrite, this time matching the actual implementation! 19 年之前
  acolyer 779fa790d4 updated copyright date 19 年之前
  acolyer dd2f538903 added method to determine which set of lint kinds are suppressed for a member via @SuppressAjWarnings 19 年之前
  acolyer c11b403d87 tell Lint which warnings to suppress during specialization of this advice 19 年之前
  acolyer cdefebbb41 support for @SuppressAjWarnings 19 年之前
  acolyer afcd1d5330 advice remembers the set of lint warnings that are suppressed for it via @SuppressAjWarnings 19 年之前
  acolyer b212b5d6b3 added ajdk generics tests and test for annotation matching on intermediate type in hierarchy 19 年之前
  acolyer d7bb145d6e test cases for all examples in the new generics chapter of the ajdk 19 年之前
  acolyer c75040720d test case for user list reported problem with annotations on an intermediate type in a hierarchy 19 年之前
  acolyer 0f181ac687 fix for bug 98952: @AJ if pointcut 19 年之前
  acolyer 14eea512cb re-enabling tests with @AJ processing in ajc since these now pass. 19 年之前
  avasseur f9a425cb10 @AJ PTW polish as per aj$getInstance does not rethrow the exc but return null #92880 19 年之前
  acolyer 2a599cb4ed fix for Bugzilla Bug 107059 19 年之前
  acolyer d572efd0e7 implementation of parameterize with for EllipsisTypePattern 19 年之前
  acolyer 95a55cddfe implementation of parameterize with 19 年之前
  acolyer 6a533b0d99 added isAny() to enable easy testing for full wildcard 19 年之前
  acolyer 2f2ddc5b10 test for declare soft with type vars 19 年之前
  acolyer b80aef96e0 tests for pr106130 and pr107059 19 年之前
  acolyer fcddd27d45 ajc-test drivers for 106130, 107059, and declare soft in generic aspect 19 年之前
  acolyer e50ee045bb test for declare soft in a generic aspect when using type vars 19 年之前
  acolyer e5c36a2a95 tests for pr106130 19 年之前
  acolyer 289eb6a040 test for Bugzilla Bug 107059 19 年之前
  acolyer e7b11c1ad0 updated message text... 19 年之前
  aclement 1966bd29f2 removed 1.3 testing temporarily to keep build happy? 19 年之前
  acolyer 15c5be04ed fix for 98952 : @AJ if pointcut 19 年之前
  aclement 82d63b5b44 debug? 19 年之前
  acolyer b472bfcf9b updated to push on genericIdentifiersLength stack rather than just move the stack pointer. 19 年之前
  aclement d2ab7c219d Fix for pr92880: I've removed the exception clause from the declaration of ajc$getInstance() and modified the internals to return null if an exception occurs rather than rethrowing it. I've only changed the code gen in the compiler layer, not in the weaver layer. (interestingly with only my compiler layer change, no tests fail...) 19 年之前
  acolyer 32964a06b9 updated parsing of type parameters in OnType of ITDs 19 年之前
  aclement 012ff4d700 genericitds: more method/ctor ITDs that use their target types generic type variables. plus some basic generic aspects that combine the building blocks 19 年之前
  aclement 97eb517e2c genericitds: more method/ctor ITDs that use their target types generic type variables. 19 年之前
  aclement 5771d66f8e genericitds: more combinations... 19 年之前
  aclement aee5f8a89b genericitds: method ITDs that use their target types generic type variables. 19 年之前
  acolyer 68bfe34f32 for one little change, this sure was a hell of a lot of work to track down. Fixes bug pr106130 where methods using iinc instructions with > 255 local vars were failing to generate wide versions of iinc instruction correctly. Only change in the jar is to IINC class. 19 年之前
  acolyer 086be61547 for one little change, this sure was a hell of a lot of work to track down. Fixes bug pr106130 where methods using iinc instructions with > 255 local vars were failing to generate wide versions of iinc instruction correctly. 19 年之前