3392 次代码提交 (a625ea2ed4810fb5aa1334c027418d25cfb37834)
 

作者 SHA1 备注 提交日期
  aclement a625ea2ed4 fix for 95516 (-outxml / -outxmlfile) - from Matthew. 18 年前
  avasseur e9e0a7be5b #114875 cannot reproduce NPE in @AJ abstract aspect 18 年前
  avasseur e2db715351 aspects/include handling and doc update as per #115275 18 年前
  aclement 85cde56e27 testcode for pr113066 18 年前
  aclement b8b6452001 moved 1.5 dependency to 1.5 module! 18 年前
  aclement 21cf37dd53 Fix for pr90143: I'm on fire today ;) 18 年前
  acolyer b943da4e1e with the change in LTW to default to the same version as the runtime VM (ie java 5 in this case), many LTW tests were failing with Xlint:adviceDidNotMatch messages that previously were not issued. These commits sprinkle @SuppressAjWarnings annotations liberally around to stop that from happening. 18 年前
  acolyer 6104d89dfa tests for pr73050 :- support for isAnonymous and name pattern matching that now only matches "*" against anonymous types 18 年前
  acolyer 78569b9681 fix for pr73050 :- support for isAnonymous and name pattern matching that now only matches "*" against anonymous types 18 年前
  acolyer c4c8b7f83e pr73050 - added support for isAnonymous 18 年前
  acolyer 4cf9a72dc4 relegate adviceDidNotMatch to info for LTW unless explicitly set as an option - don't want this warning coming out by default?? 18 年前
  acolyer 590f81aacb add support and tests for isAnonymous in JavaClass 18 年前
  aclement f74be5e86f oops! 18 年前
  aclement a7e13f1030 testcode and fix for pr112476: binary weaving decp 18 年前
  aclement bf51fe3e3f test and fix for pr115038 18 年前
  acolyer a87f82dcb4 fix for 103741 - use of java 5 specific language features now policed at < 1.5 source level 18 年前
  acolyer c4ce2448ee tests for 103741 - use of java 5 specific language features now policed at < 1.5 source level 18 年前
  acolyer a3e8bb5c97 autodetect java version and configure world accordingly (now that aj is stricter about not allowing java 5 features at < 1.5 level, this was needed for some LTW tests to pass too) 18 年前
  wisberg cea5fc1169 bug 102479 example for getting messages from ajc programmatically 18 年前
  aclement 7d4cb81922 risky... what about '-Xlint:warning' 18 年前
  acolyer 97b20efcc6 fix for pr62606 - raises a lint warning when itdc does not contain an explicit call to a constructor. Can be suppressed using @SuppressAjWarnings 18 年前
  acolyer ac15d777ac make sure the harness translates path separators for those of us working on superior platforms ;) 18 年前
  acolyer 3d6a9bfbec new Lint warning for pr62606 - warns when an ITDC does not contain an explicit constructor call. 18 年前
  acolyer 9025e8b418 tests for pr62606 - itdcs don't run field initialisers in target type. Largely updates to existing tests to cope with new Lint warning. 18 年前
  aclement 38084566db test and fix for 86903 18 年前
  aclement 6e423f15e2 test and fix for 86903 18 年前
  aclement 206180218a possibly useful method being added ... investigating using it for 86903 18 年前
  aclement e72b0518a1 fixing a problem that services in the debugger when toString fails NPE! 18 年前
  aclement 23f1262271 test for 114343 (see comment #5): another potential case 18 年前
  aclement 4b5e763474 fix for latest variant of 114343 (see comment #5): around advice on method returning type variable. 18 年前
  aclement ade32bc38c test and fix for pr114744 18 年前
  aclement 62d16d52c2 Matthews patch for 113510 18 年前
  aclement abaf7e1b8f pr93253: lazytjp the default. removed mention of lazytjp. 18 年前
  aclement bb9d2de08e pr93253: lazytjp the default 18 年前
  aclement b83d91aafe wasnt setting the defaults if nothing supplied. 18 年前
  aclement 7e005f179e pr105479: fix. And so it begins ... the dreaded complex bridge method mechanism. (pr108101) 18 年前
  aclement 27efd54991 pr105479: new testcase 18 年前
  aclement 32ed152893 pr105479: reorganized testcases. 18 年前
  aclement 98d8a582fc helpers 18 年前
  aclement 2483e609ca test and fix for pr114343 18 年前
  aclement dd1533a8df new test 18 年前
  aclement bb49bdfe8c some nastiness removed from the testcases (co-dependant decps) - see pr112105 18 年前
  aclement 70d2064e2c modified type parameter check to allow co-dependent generic declare parents to work. not quite right but a little better. 18 年前
  aclement 4dfd580d0a organized imports. 18 年前
  aclement b239073ddc testcase 18 年前
  aclement 260ff1798e lazytjp default - test code 18 年前
  wisberg 7d5000a378 reflection for 1.5 API Method.isBridge(), unused local 18 年前
  wisberg 40d4d6d294 moved to devGuideDB/ltw.xml - avoiding xml errors 18 年前
  avasseur 794f9b5eaf #108892 cannot reproduce: hierarchy of aop.xml accross classloader test is fine 18 年前
  acolyer 8d479b227b hopefully the last of the array gremlins in the reflection based world... 18 年前