1. 5d6b057 Adding link to Aggregators javadoc in the examples page by Bruno P. Kinoshita · 11 years ago
  2. c70b419 FUNCTOR-23 reverting changes from PATCH-23 as the %23 was breaking URL's in chrome and not really fixing the javadoc links by Bruno P. Kinoshita · 11 years ago
  3. beb776e make Generator.to(Collection) return strongly typed results matching parameter by Matthew Jason Benson · 12 years ago
  4. ff42784 add profile to run examples and samples that do not match default surefire includes by Matthew Jason Benson · 12 years ago
  5. 7edc731 fix assertions by Matthew Jason Benson · 12 years ago
  6. 049e4fb make sure all generic signatures match; eclipse was seemingly compiling in such a way that method calls with casting were not routing properly by Matthew Jason Benson · 12 years ago
  7. 3cd298e @issue attribute first in each action to make easier keeping the actions sorted desc by Simone Tripodi · 12 years ago
  8. 2757402 updated findbugs-plugin version by Simone Tripodi · 12 years ago
  9. 4c10e22 [FUNCTOR-23] aggregator.xml generates broken JavaDoc links - patch provided by Liviu Tudor by Simone Tripodi · 12 years ago
  10. afc3596 reorganized issues to follow the DESC order by Simone Tripodi · 12 years ago
  11. b7a027e [FUNCTOR-12] Added more tests for the adapter classes. Also removed unreachable code, as it could not be tested and was immutable and created/validated during construction. by Bruno P. Kinoshita · 12 years ago
  12. 68a0ec6 [FUNCTOR-12] Added more tests for the generator classes (and util classes). Also removed unreachable code, as it could not be tested and was immutable and created/validated during construction. Tests that were using a try/catch + fail() approach were updated to use @Test(expected=SomeClass.class). Test classes missing $revision and $data svn tags were updated too. by Bruno P. Kinoshita · 12 years ago
  13. 81a3930 [FUNCTOR-12] Added more tests to core composite classes. Also removed unreachable code, as it could not be tested and was immutable and created/validated during construction. Tests that were using a try/catch + fail() approach were updated to use @Test(expected=SomeClass.class). There was one class with tests in JUnit 3 format that weren't being executed by JUnit 4, it was corrected by adding @Test to its methods. And new classes were added for classes not covered (the license header was copied from other classes). by Bruno P. Kinoshita · 12 years ago
  14. 7c63964 [FUNCTOR-12] Added more tests to core comparator classes. Also removed unreachable code, as it could not be tested and was immutable and created/validated during construction. by Bruno P. Kinoshita · 12 years ago
  15. 5e3058f [FUNCTOR-12] Added tests for FindWithinGenerator that cover untested branches. Replaced a try/catch + fail() by @Test(expected=SomeClass.class). by Bruno P. Kinoshita · 12 years ago
  16. bca4aae Added tests to LeftIdentity and RightIdentity no args constructors (created for compatibility with tools using JavaBeans). by Bruno P. Kinoshita · 12 years ago
  17. 55c1ca3 [FUNCTOR-12] Added test for AbstractListBackedAggregator no args constructor (created for JavaBean compatibility). Replaced the not-null-verification by Validate.notNull(). by Bruno P. Kinoshita · 12 years ago
  18. b621992 [FUNCTOR-12] Tests for functor core. RightIdentity wasn't using the prodedure() method, but duplicating the code for this method in two places. This commit fixes it too. LeftIdentity had the right code, so no change was necessary. by Bruno P. Kinoshita · 12 years ago
  19. 5f56cca [FUNCTOR-12] Tests for functor core collections. by Bruno P. Kinoshita · 12 years ago
  20. bd28b84 [FUNCTOR-12] Tests for functor core comparators. by Bruno P. Kinoshita · 12 years ago
  21. d6d6658 [FUNCTOR-22] Added generics to ComparableComparator. Few other classes that used the ComparableComparator were updated too. Tests were also updated accordingly. by Bruno P. Kinoshita · 12 years ago
  22. ca1f84f functor 1.0 hasn't been released yet by Simone Tripodi · 12 years ago
  23. 22ec28d [FUNCTOR-3] Reduced the use of raw types in test classes by adding generics where needed. In some cases, specially when using arrays with generics, the warnings were suppressed. by Bruno P. Kinoshita · 12 years ago
  24. 1f54250 [FUNCTOR-21] Updated changes.xml including the changes in this issue by Bruno P. Kinoshita · 12 years ago
  25. f72ca72 [FUNCTOR-21] Added an extra verification in the then() method of UnarySequence to avoid the NPE. Tests in place. by Bruno P. Kinoshita · 12 years ago
  26. fbc0dc7 Tests for functor core algorithms. Work related to FUNCTOR-12. by Bruno P. Kinoshita · 12 years ago
  27. 41b288b always generate source jar before having shade generate/update one; upgrade shade to 1.6 with note RE 1.7 by Matthew Jason Benson · 12 years ago
  28. 940e904 [FUNCTOR-20] Remove method definitions from oacf.Functor interface by Matthew Jason Benson · 12 years ago
  29. c141d57 [FUNCTOR-19] Fix checkstyle warnings - patch provided by Bruno P. Kinoshita by Simone Tripodi · 12 years ago
  30. ec976a8 [FUNCTOR-18] Fix duplicated entries in examples page of [functor] website, and replace <br/> tags in aggregator.xml - patch submitted by Bruno P. Kinoshita by Simone Tripodi · 12 years ago
  31. 6493e22 [FUNCTOR-17] Move developers from @author tags to pom.xml by Simone Tripodi · 12 years ago
  32. a501f59 spaces in place of tabs by Simone Tripodi · 12 years ago
  33. 865c736 parent updated to v25 by Simone Tripodi · 12 years ago
  34. b6500e3 [FUNCTOR-15] Distribute tests from TestAlgorithms into several test classes under algorithm test package - patch submitted by Bruno P. Kinoshita by Simone Tripodi · 12 years ago
  35. 238004b [FUNCTOR-9] Make Limit and Offset Serializable - patch submitted by Bruno P. Kinoshita by Simone Tripodi · 12 years ago
  36. 42cf666 [FUNCTOR-4] Add easily accessible, user-friendly examples - patch submitted by Bruno P. Kinoshita by Simone Tripodi · 12 years ago
  37. 4b2f49a [FUNCTOR-16] Fix checkstyle errors - patch submitted by Bruno P. Kinoshita by Simone Tripodi · 12 years ago
  38. c3529b7 expected NPE, caucght IAE, tests were broken by Simone Tripodi · 12 years ago
  39. e738aef [FUNCTOR-8] Possible NPE in TransformedGenerator if getWrappedGenerator() is overridden to return null - patch submitted by Bruno P. Kinoshita by Simone Tripodi · 12 years ago
  40. f501421 [FUNCTOR-7] Tests for generators - patch submitted by Bruno P. Kinoshita by Simone Tripodi · 12 years ago
  41. 82bc4f1 updated release year, 2011 sadly passed without Functor release by Simone Tripodi · 12 years ago
  42. 3eed2ac just moved the reported in the appropriate field by Simone Tripodi · 12 years ago
  43. 80a27fc [FUNCTOR-1] New components: summarize and aggregate - patch contributed by Liviu Tudor by Simone Tripodi · 12 years ago
  44. e9d85d7 [FUNCTOR-10] throw NullPointerException for illegal null values by Matthew Jason Benson · 12 years ago
  45. dfdb498 [FUNCTOR-13] EachElement supports not specifically Collection but more generally Iterable by Matthew Jason Benson · 12 years ago
  46. b0b68af [FUNCTOR-5] Complete the javadoc description of Limit (Contributed by Bruno P. Kinoshita) by Simone Tripodi · 13 years ago
  47. 5919074 Generics by Sebastian Bazley · 13 years ago
  48. 9dd6262 Boxing by Sebastian Bazley · 13 years ago
  49. b189343 Generics by Sebastian Bazley · 13 years ago
  50. 71c4b3a Javadoc by Sebastian Bazley · 13 years ago
  51. 28c7710 Rename to avoid hiding super field by Sebastian Bazley · 13 years ago
  52. cf8b42d Tidy tests - unnecessary Boolean boxing by Sebastian Bazley · 13 years ago
  53. 77be316 Tidy tests - unnecessary Boolean boxing by Sebastian Bazley · 13 years ago
  54. 3ab26ad Tidy tests - unnecessary Boolean boxing by Sebastian Bazley · 13 years ago
  55. c7db3dd Avoid boxing by Sebastian Bazley · 13 years ago
  56. ea73a82 Fix generics by Sebastian Bazley · 13 years ago
  57. 4afd855 added Bruno P. Kinoshita in the contributors list by Simone Tripodi · 13 years ago
  58. a0f9c04 added FUNCTOR-2 in the changes list by Simone Tripodi · 13 years ago
  59. a9255d7 [FUNCTOR-2] Improve Functor web page, removing Ant from building by Simone Tripodi · 13 years ago
  60. 16b0d9d Unnecessary suppress warnings by Sebastian Bazley · 13 years ago
  61. 31760a7 Raw types by Sebastian Bazley · 13 years ago
  62. d0daf35 Unnecessary casts by Sebastian Bazley · 13 years ago
  63. 7c9eaec Missing @Overrides by Sebastian Bazley · 13 years ago
  64. 58cb22c Explicit boxing by Sebastian Bazley · 13 years ago
  65. cb42eac Missing @Overrides by Sebastian Bazley · 13 years ago
  66. 6a9e72c Missing @Overrides Explicit boxing by Sebastian Bazley · 13 years ago
  67. 0c43feb Missing @Overrides by Sebastian Bazley · 13 years ago
  68. 6047d0d Make return type agree with Javadoc and avoid boxing warnings by Sebastian Bazley · 13 years ago
  69. e235ee9 typos by Matthew Jason Benson · 13 years ago
  70. 208a53e No longer in Sandbox by Sebastian Bazley · 13 years ago
  71. b1e4361 functor trunk back to SNAPSHOT by Simone Tripodi · 13 years ago
  72. e3a2677 [maven-release-plugin] prepare release FUNCTOR_1_0_RC1 by Simone Tripodi · 13 years ago
  73. a61415e added missing license header by Simone Tripodi · 13 years ago
  74. cb59b8e added the PMD plugin by Simone Tripodi · 13 years ago
  75. 92fda2b added first release in HP by Simone Tripodi · 13 years ago
  76. 06bd859 added commons-functor JIRA pid by Simone Tripodi · 13 years ago
  77. 0f1eff1 added missing doap descriptor for [functor] component by Simone Tripodi · 13 years ago
  78. 376adaf suppressed Ant build, as discussed in ML by Simone Tripodi · 13 years ago
  79. 2d334ab clean up a synchronization bug found by FindBugs by Matthew Jason Benson · 13 years ago
  80. 0a95861 mionr format by Simone Tripodi · 13 years ago
  81. 18f97d3 removed unused entity by Simone Tripodi · 13 years ago
  82. 9227ebb removed links now automatically generated by the project-info plugin by Simone Tripodi · 13 years ago
  83. ac2ead5 removed links now automatically generated by the project-info plugin by Simone Tripodi · 13 years ago
  84. 0ba6b81 added missing issue management section (not created yet, please see https://issues.apache.org/jira/browse/INFRA-4030) by Simone Tripodi · 13 years ago
  85. d8dc40c release distribution management moved to proper profile by Simone Tripodi · 13 years ago
  86. 77bf643 added the missing RC profile by Simone Tripodi · 13 years ago
  87. e1d5d57 first checkin of propertie sample for ant build by Simone Tripodi · 13 years ago
  88. ccfb580 added the changes plaugin by Simone Tripodi · 13 years ago
  89. 54f7efb first checkin of changes descriptor by Simone Tripodi · 13 years ago
  90. c9124b3 updated the commons-functor download page by Simone Tripodi · 13 years ago
  91. a4c3feb updated assembly descriptors to be compliant to commons components release by Simone Tripodi · 13 years ago
  92. 4f771e7 assembly descriptors moved to right place by Simone Tripodi · 13 years ago
  93. 100a396 updated ignore list by Simone Tripodi · 13 years ago
  94. 9323f26 STATUS page replaced by RELEASE-NOTES by Simone Tripodi · 13 years ago
  95. fc0ff92 fixed description according to TM guidelines by Simone Tripodi · 13 years ago
  96. 7e24bdc updated commons properties, JIRA pid not known yet (new space not created yet) by Simone Tripodi · 13 years ago
  97. 4b4fec0 configured the test resources dir by Simone Tripodi · 13 years ago
  98. 577ee17 added missing javadoc comments by Simone Tripodi · 13 years ago
  99. b274396 added missing javadoc comments by Simone Tripodi · 13 years ago
  100. bbf583e added missing javadoc comments by Simone Tripodi · 13 years ago