95 коммитов (f25573c72a9016204c32205633a7014a8b2bb99b)

Автор 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 15 лет назад
  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 16 лет назад
  aclement 4ec1ecc194 eclipse: unnecessary semi 16 лет назад
  aclement c6e597eb3c unnecessary unused code removed 16 лет назад
  aclement ffcd21cc17 eclipse: unnecessary semi 16 лет назад
  aclement 62cae031f5 unnecessary null check removed 16 лет назад
  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 лет назад