1. 2efcbf2 remove no-longer-applicable comment by Matthew Jason Benson · 11 years ago
  2. 78c5f41 s/StringBuffer/StringBuilder by Matthew Jason Benson · 11 years ago
  3. 3ab9bb3 format and simplify by Matthew Jason Benson · 11 years ago
  4. 82fd5ad no need to use InvocationHandler interface by Matthew Jason Benson · 11 years ago
  5. 94a0fe9 use asm commons to drastically shrink code; eliminate Unsafe class that relies on Sun/Oracle private APIs; incidentally fix a bug where caught exceptions had to match declared type exactly, with no notion of inheritance, to be correctly rethrown by Matthew Jason Benson · 11 years ago
  6. 90a0603 no need to visit nonexistent source; proxy2 depends on Java v6 so generate classfile for that target by Matthew Jason Benson · 11 years ago
  7. 5918e21 refactoring and scoping by Matthew Jason Benson · 11 years ago
  8. 0d37561 get rid of unnecessary locking given cache use by Matthew Jason Benson · 11 years ago
  9. 449f2fd fix by Matthew Jason Benson · 11 years ago
  10. be035ed cache asm4-generated classes; do not defer to JdkProxyFactory for interface-only proxies by Matthew Jason Benson · 11 years ago
  11. 420fb14 use numbered classnames instead of superclass-based ones by Matthew Jason Benson · 11 years ago
  12. 199f00e mimetypes by Matthew Jason Benson · 11 years ago
  13. 1467960 [PROXY-22] Provide an ASM-based ProxyFactory implementation by Matthew Jason Benson · 11 years ago
  14. 511f35d developers/contributors by Matthew Jason Benson · 11 years ago
  15. 5f6116f reenable StubInterceptorBuilderTest by Matthew Jason Benson · 11 years ago
  16. c2e63c7 warnings by Matthew Jason Benson · 11 years ago
  17. 2ebf329 generics by Matthew Jason Benson · 11 years ago
  18. e92dead open up training API for custom interceptor by Matthew Jason Benson · 11 years ago
  19. b62f746 expose argThat() API for stub training, make built-in argumentMatchers generic by Matthew Jason Benson · 11 years ago
  20. cc50df5 Trainer knows its type by Matthew Jason Benson · 11 years ago
  21. b0f3bad enable chaining by Matthew Jason Benson · 11 years ago
  22. 58bfb5a allow any matching Trainer by Matthew Jason Benson · 11 years ago
  23. 78625b9 fix method access in Trainer APIs by Matthew Jason Benson · 11 years ago
  24. 0205607 support map-based annotation stubbing by Matthew Jason Benson · 11 years ago
  25. d117fee unused import by Matthew Jason Benson · 11 years ago
  26. abc313d support further annotation trainer subclassing by moving all related functionality to the still self-typed BaseAnnotationTrainer by Matthew Jason Benson · 11 years ago
  27. 62cc628 WhenClass javadoc by Matthew Jason Benson · 11 years ago
  28. ea8e289 annotation stubbing support by Matthew Jason Benson · 11 years ago
  29. a32c3c3 calculate trainee type at instantiation; support subclassing with self-referencing BaseTrainer class; allow a backing invoker to be specified for a stub; move thenStub() to WhenObject because returning a stub doesn't make sense for any of the other fluent constructs; raw type warning; add special WhenClass construct to be properly documented in a future commit by Matthew Jason Benson · 11 years ago
  30. 11e410b imports by Matthew Jason Benson · 11 years ago
  31. 1d5a77f allow custom invoker and clean up warnings by Matthew Jason Benson · 11 years ago
  32. 0defe16 warnings by Matthew Jason Benson · 11 years ago
  33. c100245 matchers can fail at run time on empty arg arrays by Matthew Jason Benson · 11 years ago
  34. c6aa0a8 use stringified implementation for MethodSignature, make economically serializable by Matthew Jason Benson · 11 years ago
  35. a3e927e Improving test coverage. by James W. Carman · 11 years ago
  36. f7dcd17 Preserving stack trace in exception. by James W. Carman · 11 years ago
  37. 14b7650 Preserving stack trace in exception. by James W. Carman · 11 years ago
  38. 718836c Converting to JUnit 4 and renaming test classes to make naming consistent (*Test as opposed to Test*). by James W. Carman · 11 years ago
  39. d0510d5 Making static classes final. by James W. Carman · 11 years ago
  40. 22bdd58 Adding tests for ArgumentMatcherUtils. by James W. Carman · 11 years ago
  41. 20abfc4 Fixing Sonar issues. by James W. Carman · 11 years ago
  42. d970b73 Fixing Sonar issues. by James W. Carman · 11 years ago
  43. 690d079 Refactoring test cases. Removing old code. by James W. Carman · 11 years ago
  44. 9af907b Adding license header. by James W. Carman · 11 years ago
  45. 8d0768c Removing "old" API. by James W. Carman · 11 years ago
  46. 5d9e426 Simplifying the API a bit. by James W. Carman · 11 years ago
  47. 2bb0db1 Refactoring training context to support nested training. by James W. Carman · 11 years ago
  48. a16f80a Adding StubBuilder. by James W. Carman · 11 years ago
  49. 21d4a77 Renaming configure -> trainFor and Behavior -> Trainer by James W. Carman · 11 years ago
  50. 513cd88 Adding throw capability for void methods. by James W. Carman · 11 years ago
  51. 6b8bcb4 Fixing Sonar issues. by James W. Carman · 11 years ago
  52. 3b0c298 Fixing equal() method. by James W. Carman · 11 years ago
  53. e9af806 Removing member variable from Behavior class. by James W. Carman · 11 years ago
  54. 470afe4 Fixing Sonar issues. by James W. Carman · 11 years ago
  55. 7ce1e82 Fixing Sonar issues. by James W. Carman · 11 years ago
  56. 5ff4151 Fixing Sonar issues. by James W. Carman · 11 years ago
  57. dce89c4 Fixing Sonar issues. by James W. Carman · 11 years ago
  58. a605010 Fixing Sonar issues. by James W. Carman · 11 years ago
  59. 9023481 Fixing array store issue. by James W. Carman · 11 years ago
  60. 50b15a2 Adding type-safe array return specification methods. by James W. Carman · 11 years ago
  61. 75cfd90 Implementing new StubInterceptorBuilder functionality. by James W. Carman · 11 years ago
  62. ea7fcc2 Removing out-dated "remoting" technologies. by James W. Carman · 11 years ago
  63. 255cbdb Renaming type parameter to be single-character to keep Sonar happy. by James W. Carman · 11 years ago
  64. 7f032a0 Adding "utils" classes by James W. Carman · 11 years ago
  65. 8944f79 PROXY-20: Changing API around a bit to be more "fluent" by James W. Carman · 11 years ago
  66. e1a989b PROXY-21: Remove Cyclic Package Dependencies by James W. Carman · 11 years ago
  67. 90c9f91 PROXY-20: Implement A SwitchInterceptor by James W. Carman · 11 years ago
  68. e181880 PROXY-20: Implement A SwitchInterceptor by James W. Carman · 11 years ago
  69. 09d6454 Optimizing imports. by James W. Carman · 11 years ago
  70. 4698bfb Simplifying BeanProvider. by James W. Carman · 11 years ago
  71. 8c52e65 Removing unused imports (only used in javadoc comments). by James W. Carman · 11 years ago
  72. 754958f Removing unchecked exception from throws clause. by James W. Carman · 11 years ago
  73. 084aebc Fixing synchronization. by James W. Carman · 11 years ago
  74. 57ad8ab Collapsing nested ifs. by James W. Carman · 11 years ago
  75. a8c6af5 Removing trailing comment. by James W. Carman · 11 years ago
  76. eadf048 Reordering method modifiers. by James W. Carman · 11 years ago
  77. 7401175 Reordering method modifiers. by James W. Carman · 11 years ago
  78. ec77996 Renaming static final fields to use all-caps. by James W. Carman · 11 years ago
  79. 9ec13d2 Avoiding parameter variable reassignment. by James W. Carman · 11 years ago
  80. 65a5e21 Renaming static final fields to use all-caps. by James W. Carman · 11 years ago
  81. 3a97cab Removing trailing comment. by James W. Carman · 11 years ago
  82. 1249f91 Renaming static/final fields and converting to AtomicInteger as opposed to simple int field. by James W. Carman · 11 years ago
  83. 24bf5b0 Preserving stack trace. by James W. Carman · 11 years ago
  84. f147c84 Removing redundant modifiers. by James W. Carman · 11 years ago
  85. 26a73ba Removing unused imports. by James W. Carman · 11 years ago
  86. e467239 Removing unused commons-functor dependency. by James W. Carman · 11 years ago
  87. 4d3544a Fix up URLs so they point to actual sites; this allows relative URLs to work properly by Sebastian Bazley · 11 years ago
  88. efc3c43 restore download cgi by Olivier Lamy · 11 years ago
  89. 29a1f70 use commons-proxy2-parent as build-tools parent; fix up checkstyle config by Matthew Jason Benson · 11 years ago
  90. 63e2aa8 developed by => developed at by Sebastian Bazley · 11 years ago
  91. 1371891 [PROXY-18] Invocation should return the proxy object, rather than the target, from #getProxy() by Matthew Jason Benson · 12 years ago
  92. aadb6b2 bad 2 by Matthew Jason Benson · 12 years ago
  93. 1cec2f4 Making private static inner classes final. by James W. Carman · 12 years ago
  94. 72a70f8 Making utility classes final. by James W. Carman · 12 years ago
  95. f066bbb Making fields private by James W. Carman · 12 years ago
  96. cf103ae Making field private by James W. Carman · 12 years ago
  97. 08d6c46 Removing references to overridable methods in constructors. by James W. Carman · 12 years ago
  98. 6f97913 Fixing javadoc. by James W. Carman · 12 years ago
  99. 3c1d362 Performance optimization. Using private, static, named inner classes where possible as opposed to anonymous inner classes. by James W. Carman · 12 years ago
  100. cfa6f15 Making inner class which has only private constructors final (checkstyle rule reported by Sonar). by James W. Carman · 12 years ago