6 次代码提交 (4c8c90de69b4e3cdeea0f598fea5a5358ac2c861)

作者 SHA1 备注 提交日期
  Andrey Turbanov 4c8c90de69 Reduce empty array allocations 2 年前
  Andrey Turbanov 7cec6ee4da Trim trailing whitespaces. 2 年前
  Andrey Turbanov b1c52e2f5e Replace uses of StringBuffer with StringBuilder. 2 年前
  Lars Grefer e1bff9a570 Use the diamond operator where possible 3 年前
  Lars Grefer c1c373f427 'String.indexOf()' expression is replaceable with 'contains()' 3 年前
  Lars Grefer 72194b7982 'for' loop replaceable with enhanced 'for' loop 3 年前
  Andy Clement 9659cfe976 mavenizing bcel-builder - complete 5 年前
  Andy Clement 80de31e4da invokedynamic support in bcel 12 年前
  aclement 6913762cc4 optimization 14 年前
  aclement 136fe84334 formatted 14 年前
  aclement 7c89067090 refactoring 14 年前
  aclement 600b449498 refactoring 14 年前
  aclement f7fd9e7bf3 refactoring 14 年前
  aclement e7a87072d7 refactoring 14 年前
  aclement 0a395eb90a Java5 upgrades 14 年前
  aclement ba83575cf2 organized imports 16 年前
  aclement 1fe2cde765 231396: Comment #4: Big Refactoring 16 年前
  aclement 2e81a3f807 PipeliningFeature146781:Some AjBcel changes to reduce amount of garbage created during weaving. 18 年前
  aclement d21465f014 GenericsWork: Lots of changes in here, tidying stuff up, moving it around. Have made some of the signature processing generics aware (still work in progress) - also started adding new parsing code for the more complex signatures we are likely to encounter, this is tested but not currently used anywhere. See GenericSignatureParsingTest 19 年前
  aclement 5713fc9ee0 For Martin Lippert - removed static state from class. 19 年前
  aclement 1ad46c857b BCEL Java5 Support 19 年前
  aclement 066aacd6f5 Adding BCEL src to bcel-builder project. We change/patch BCEL more frequently than we import new versions of BCEL into AspectJ - so it makes sense to make that patching process easier than the importing process. Also the Java5 support would result in an unwieldy patch.txt file. 19 年前