95 次程式碼提交 (8d33cfa5274720b7e72effb3f20ce09628b79787)

作者 SHA1 備註 提交日期
  Andrey Turbanov 4c8c90de69 Reduce empty array allocations 2 年之前
  Andrey Turbanov b1c52e2f5e Replace uses of StringBuffer with StringBuilder. 2 年之前
  Alexander Kriegisch 49cb924f54 Upgrade license from CPLv1/EPLv1 to EPLv2 3 年之前
  Alexander Kriegisch ecb5320c7b Fix some deprecated Java and JUnit warnings by using newer API calls 3 年之前
  Alexander Kriegisch 31b2d60b89 Improve usage text, error and warning output in batch compiler 3 年之前
  Jerry James 3255a3c562 Fix javadoc references to nonexistent fields, classes, or packages 3 年之前
  Jerry James de14ca22d7 Fix misplaced or incorrect javadoc tags 3 年之前
  Jerry James f7f7656f81 Fix incorrect HTML entities in javadoc comments 3 年之前
  Lars Grefer 85ad27ee70 Remove unnecessary interface modifiers 3 年之前
  Lars Grefer 702f3fa5bd Cleanup unused imports 3 年之前
  Lars Grefer 639f5030e0 Weaken Collection declarations 3 年之前
  Lars Grefer e1bff9a570 Use the diamond operator where possible 3 年之前
  Lars Grefer f33600d4d5 Unnecessary boxing 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 de2f7c7532 Fix version tagging for info strings 5 年之前
  Andy Clement 155495c4d8 Add module tests back in - but streamlined 5 年之前
  Andy Clement 68e9bc60f9 mavenized bridge module 5 年之前
  Andy Clement b6f2b6337f Fix 500035: handling target only binding in @AJ pointcut 7 年之前
  Andy Clement 6defb4e5a2 373195 12 年之前
  aclement 01cc1b5d05 revert 13 年之前
  aclement 32cf97195c 1.6.12.m1 readme 13 年之前
  aclement 8ddfb89436 329925: declare @field remove annotation 13 年之前
  aclement f30275711e generics 14 年之前
  aclement b38e0f133a generics 14 年之前
  aclement 7eab0b78df generics 14 年之前
  aclement b399c7f67c persistence 14 年之前
  aclement 476538d776 286539: test and fix (decanno type in model) 15 年之前
  aclement 01b0ccdea6 declareMixin 15 年之前
  aclement 25277e5bdd prevent multi-threaded access problems to the map 15 年之前
  aclement 5f7672bc40 remove unused code 15 年之前
  aclement 4ec1ecc194 eclipse: unnecessary semi 15 年之前
  aclement c6e597eb3c unnecessary unused code removed 15 年之前
  aclement ffcd21cc17 eclipse: unnecessary semi 15 年之前
  aclement 62cae031f5 unnecessary null check removed 15 年之前
  aclement d78772db59 210470: preventing weaver leaks: do not mess up the context stack in a multi-threaded environment 16 年之前
  aclement 0d9e923051 231396: refactoring: 16 年之前
  aclement 53987d5e3b 231396: moved ConfigParser out of weaver jar 16 年之前
  aclement a2541b9036 210470: remove thread reference stored in CompilationAndWeavingContext static - it anchors the context class loader 16 年之前
  mwebster de04ec9067 Bug 171069 "java.util.EmptyStackException in CompilationAndWeavingContext using LTW" 17 年之前
  mwebster 59fcd7e038 Bug 149289 "Support system and user aop.xml configuration" (add org/aspect/aop.xml) 17 年之前
  aclement 40cf610769 fix for 155213: made using date formatter lazy. 18 年之前
  aclement 409e613aac 141556#11 - reworked messagehandler with 'ignore' function! (wooo) - hope Matthew doesnt complain. 18 年之前
  mwebster fa7ca52b52 Bug 149289 "Support system and user aop.xml configuration files" (add META-INF/aop-ajc.xml) 18 年之前
  aclement 9b03811333 145963: binary entries in the model: various parts to the fix. 18 年之前
  mwebster 41340ae6cb Bug 150487 "Tracing and Logging Framework" (allow LTW IMessageHandler implementations to add context) 18 年之前
  aclement a38edd39a8 fix for 152388 18 年之前
  acolyer b6c89301f2 update license to EPL 18 年之前
  acolyer 594f80c4b8 don't hold hard references to state in this context. Assume single threaded unless told otherwise. Provide reset to ditch memory we are holding. 18 年之前
  acolyer 6c16b86a6a an additional interface that custom message handlers may choose to implement. Implementors get callbacks when a build is starting and when a build has finished (allowing them to perform before and after build processing, like closing output files etc..). 18 年之前