1. c72c4fd add delegating invoker by Matthew Jason Benson · 11 years ago
  2. 7599b68 add invoker interceptor by Matthew Jason Benson · 11 years ago
  3. 54e6744 make MockInvocation more benign, returning null for proxy instead of UnsupportedOperationExceptioncore/src/test/java/org/apache/commons/proxy2/util/MockInvocation.java by Matthew Jason Benson · 11 years ago
  4. 5845652 I swear I'm specifying the file at the command line, grrr... by Matthew Jason Benson · 11 years ago
  5. edc3c38 make MockInvocation more benign, returning null for proxy instead of UnsupportedOperationExceptioncore/src/test/java/org/apache/commons/proxy2/util/MockInvocation.java by Matthew Jason Benson · 11 years ago
  6. ff60348 revert too-big commit by Matthew Jason Benson · 11 years ago
  7. d6b9926 make MockInvocation more benign, returning null for proxy instead of UnsupportedOperationException by Matthew Jason Benson · 11 years ago
  8. d257e2c add declaredBy matcher by Matthew Jason Benson · 11 years ago
  9. 2e37bd2 protected constructor of abstract class by Matthew Jason Benson · 11 years ago
  10. 864f638 site by Matthew Jason Benson · 11 years ago
  11. aa45796 update module desccriptions by Matthew Jason Benson · 11 years ago
  12. c59e2c5 fold stub code back into core artifact by Matthew Jason Benson · 11 years ago
  13. c525dc8 site work by Matthew Jason Benson · 11 years ago
  14. 2efcbf2 remove no-longer-applicable comment by Matthew Jason Benson · 11 years ago
  15. 78c5f41 s/StringBuffer/StringBuilder by Matthew Jason Benson · 11 years ago
  16. 3ab9bb3 format and simplify by Matthew Jason Benson · 11 years ago
  17. 82fd5ad no need to use InvocationHandler interface by Matthew Jason Benson · 11 years ago
  18. 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
  19. 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
  20. 5918e21 refactoring and scoping by Matthew Jason Benson · 11 years ago
  21. 0d37561 get rid of unnecessary locking given cache use by Matthew Jason Benson · 11 years ago
  22. 449f2fd fix by Matthew Jason Benson · 11 years ago
  23. be035ed cache asm4-generated classes; do not defer to JdkProxyFactory for interface-only proxies by Matthew Jason Benson · 11 years ago
  24. 420fb14 use numbered classnames instead of superclass-based ones by Matthew Jason Benson · 11 years ago
  25. 199f00e mimetypes by Matthew Jason Benson · 11 years ago
  26. 1467960 [PROXY-22] Provide an ASM-based ProxyFactory implementation by Matthew Jason Benson · 11 years ago
  27. 511f35d developers/contributors by Matthew Jason Benson · 11 years ago
  28. 5f6116f reenable StubInterceptorBuilderTest by Matthew Jason Benson · 11 years ago
  29. c2e63c7 warnings by Matthew Jason Benson · 11 years ago
  30. 2ebf329 generics by Matthew Jason Benson · 11 years ago
  31. e92dead open up training API for custom interceptor by Matthew Jason Benson · 11 years ago
  32. b62f746 expose argThat() API for stub training, make built-in argumentMatchers generic by Matthew Jason Benson · 11 years ago
  33. cc50df5 Trainer knows its type by Matthew Jason Benson · 11 years ago
  34. b0f3bad enable chaining by Matthew Jason Benson · 11 years ago
  35. 58bfb5a allow any matching Trainer by Matthew Jason Benson · 11 years ago
  36. 78625b9 fix method access in Trainer APIs by Matthew Jason Benson · 11 years ago
  37. 0205607 support map-based annotation stubbing by Matthew Jason Benson · 11 years ago
  38. d117fee unused import by Matthew Jason Benson · 11 years ago
  39. abc313d support further annotation trainer subclassing by moving all related functionality to the still self-typed BaseAnnotationTrainer by Matthew Jason Benson · 11 years ago
  40. 62cc628 WhenClass javadoc by Matthew Jason Benson · 11 years ago
  41. ea8e289 annotation stubbing support by Matthew Jason Benson · 11 years ago
  42. 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
  43. 11e410b imports by Matthew Jason Benson · 11 years ago
  44. 1d5a77f allow custom invoker and clean up warnings by Matthew Jason Benson · 11 years ago
  45. 0defe16 warnings by Matthew Jason Benson · 11 years ago
  46. c100245 matchers can fail at run time on empty arg arrays by Matthew Jason Benson · 11 years ago
  47. c6aa0a8 use stringified implementation for MethodSignature, make economically serializable by Matthew Jason Benson · 11 years ago
  48. a3e927e Improving test coverage. by James W. Carman · 11 years ago
  49. f7dcd17 Preserving stack trace in exception. by James W. Carman · 11 years ago
  50. 14b7650 Preserving stack trace in exception. by James W. Carman · 11 years ago
  51. 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
  52. d0510d5 Making static classes final. by James W. Carman · 11 years ago
  53. 22bdd58 Adding tests for ArgumentMatcherUtils. by James W. Carman · 11 years ago
  54. 20abfc4 Fixing Sonar issues. by James W. Carman · 11 years ago
  55. d970b73 Fixing Sonar issues. by James W. Carman · 11 years ago
  56. 690d079 Refactoring test cases. Removing old code. by James W. Carman · 11 years ago
  57. 9af907b Adding license header. by James W. Carman · 11 years ago
  58. 8d0768c Removing "old" API. by James W. Carman · 11 years ago
  59. 5d9e426 Simplifying the API a bit. by James W. Carman · 11 years ago
  60. 2bb0db1 Refactoring training context to support nested training. by James W. Carman · 11 years ago
  61. a16f80a Adding StubBuilder. by James W. Carman · 11 years ago
  62. 21d4a77 Renaming configure -> trainFor and Behavior -> Trainer by James W. Carman · 11 years ago
  63. 513cd88 Adding throw capability for void methods. by James W. Carman · 11 years ago
  64. 6b8bcb4 Fixing Sonar issues. by James W. Carman · 11 years ago
  65. 3b0c298 Fixing equal() method. by James W. Carman · 11 years ago
  66. e9af806 Removing member variable from Behavior class. by James W. Carman · 11 years ago
  67. 470afe4 Fixing Sonar issues. by James W. Carman · 11 years ago
  68. 7ce1e82 Fixing Sonar issues. by James W. Carman · 11 years ago
  69. 5ff4151 Fixing Sonar issues. by James W. Carman · 11 years ago
  70. dce89c4 Fixing Sonar issues. by James W. Carman · 11 years ago
  71. a605010 Fixing Sonar issues. by James W. Carman · 11 years ago
  72. 9023481 Fixing array store issue. by James W. Carman · 11 years ago
  73. 50b15a2 Adding type-safe array return specification methods. by James W. Carman · 11 years ago
  74. 75cfd90 Implementing new StubInterceptorBuilder functionality. by James W. Carman · 11 years ago
  75. ea7fcc2 Removing out-dated "remoting" technologies. by James W. Carman · 11 years ago
  76. 255cbdb Renaming type parameter to be single-character to keep Sonar happy. by James W. Carman · 11 years ago
  77. 7f032a0 Adding "utils" classes by James W. Carman · 11 years ago
  78. 8944f79 PROXY-20: Changing API around a bit to be more "fluent" by James W. Carman · 11 years ago
  79. e1a989b PROXY-21: Remove Cyclic Package Dependencies by James W. Carman · 11 years ago
  80. 90c9f91 PROXY-20: Implement A SwitchInterceptor by James W. Carman · 11 years ago
  81. e181880 PROXY-20: Implement A SwitchInterceptor by James W. Carman · 11 years ago
  82. 09d6454 Optimizing imports. by James W. Carman · 11 years ago
  83. 4698bfb Simplifying BeanProvider. by James W. Carman · 11 years ago
  84. 8c52e65 Removing unused imports (only used in javadoc comments). by James W. Carman · 11 years ago
  85. 754958f Removing unchecked exception from throws clause. by James W. Carman · 11 years ago
  86. 084aebc Fixing synchronization. by James W. Carman · 11 years ago
  87. 57ad8ab Collapsing nested ifs. by James W. Carman · 11 years ago
  88. a8c6af5 Removing trailing comment. by James W. Carman · 11 years ago
  89. eadf048 Reordering method modifiers. by James W. Carman · 11 years ago
  90. 7401175 Reordering method modifiers. by James W. Carman · 11 years ago
  91. ec77996 Renaming static final fields to use all-caps. by James W. Carman · 11 years ago
  92. 9ec13d2 Avoiding parameter variable reassignment. by James W. Carman · 11 years ago
  93. 65a5e21 Renaming static final fields to use all-caps. by James W. Carman · 11 years ago
  94. 3a97cab Removing trailing comment. by James W. Carman · 11 years ago
  95. 1249f91 Renaming static/final fields and converting to AtomicInteger as opposed to simple int field. by James W. Carman · 11 years ago
  96. 24bf5b0 Preserving stack trace. by James W. Carman · 11 years ago
  97. f147c84 Removing redundant modifiers. by James W. Carman · 11 years ago
  98. 26a73ba Removing unused imports. by James W. Carman · 11 years ago
  99. e467239 Removing unused commons-functor dependency. by James W. Carman · 11 years ago
  100. 4d3544a Fix up URLs so they point to actual sites; this allows relative URLs to work properly by Sebastian Bazley · 11 years ago