Age | Commit message (Expand) | Author | Files | Lines |
2016-01-13 | clean up some JavaDoc | Brian Vosburgh | 1 | -10/+11 |
2015-12-23 | sort JSON produced by StringBuilderTools.appendJSON(StringBuilder, Map) | Brian Vosburgh | 1 | -13/+3 |
2015-12-01 | add JSON generation support | Brian Vosburgh | 2 | -0/+930 |
2015-11-19 | [482134] clear up ArrayTools API | Brian Vosburgh | 1 | -5/+5 |
2015-11-16 | sync and improve test coverage of StringTools, CharArrayTools, | Brian Vosburgh | 7 | -2019/+3326 |
2015-11-16 | improve ClassTools test coverage | Brian Vosburgh | 1 | -29/+603 |
2015-11-16 | improve ArrayTools test coverage | Brian Vosburgh | 1 | -14/+602 |
2015-11-16 | add AbstractPairTests | Brian Vosburgh | 2 | -0/+121 |
2015-11-16 | improve ObjectTools test coverage | Brian Vosburgh | 3 | -32/+236 |
2015-11-16 | improve Reference test coverage | Brian Vosburgh | 16 | -652/+1202 |
2015-10-27 | more Boolean/Int/ObjectReference tests | Brian Vosburgh | 10 | -101/+823 |
2015-10-21 | add SynchronizedInt tests | Brian Vosburgh | 2 | -25/+650 |
2015-10-16 | rework IntReferences | Brian Vosburgh | 4 | -18/+90 |
2015-10-16 | remove various SynchronizedBoolean Command methods | Brian Vosburgh | 1 | -108/+0 |
2015-10-09 | upgrade to JavaSE-1.8 | Brian Vosburgh | 11 | -24/+21 |
2015-09-25 | rework BooleanReferences | Brian Vosburgh | 4 | -29/+690 |
2015-09-24 | fix some compiler warnings in utility tests | Brian Vosburgh | 4 | -10/+8 |
2015-09-23 | major rework of collections, stacks, queues, and deques | Brian Vosburgh | 82 | -1804/+11043 |
2015-07-21 | clean up StackTools etc. | Brian Vosburgh | 2 | -2/+4 |
2015-07-21 | clean up QueueTools etc. | Brian Vosburgh | 2 | -2/+4 |
2015-07-21 | rework LinkedQueue | Brian Vosburgh | 1 | -1/+83 |
2015-07-21 | rework LinkedStack | Brian Vosburgh | 1 | -1/+83 |
2015-07-20 | add ListStack | Brian Vosburgh | 2 | -0/+33 |
2015-07-20 | add ListQueue | Brian Vosburgh | 2 | -0/+33 |
2015-07-18 | add FixedSizeArrayStack | Brian Vosburgh | 3 | -0/+180 |
2015-07-18 | fix FixedSizeArrayQueue.toString() and add constructor test | Brian Vosburgh | 1 | -0/+32 |
2015-07-18 | hand code array handling in ArrayStack | Brian Vosburgh | 2 | -3/+14 |
2015-07-18 | fix a couple of bugs in ArrayQueue (Collection constructor, | Brian Vosburgh | 2 | -3/+51 |
2015-07-17 | add FixedSizeArrayQueue | Brian Vosburgh | 2 | -1/+185 |
2015-07-17 | add JDK 1.8 support to TypeDeclarationTools | Brian Vosburgh | 3 | -18/+54 |
2015-07-16 | rework ListenerList | Brian Vosburgh | 1 | -10/+10 |
2015-07-16 | return null for ListTools "diff range" methods | Brian Vosburgh | 1 | -2/+2 |
2015-07-16 | normalize Range | Brian Vosburgh | 1 | -7/+19 |
2015-07-16 | add CheckWinEOL to jpt.common.utility.tests | Brian Vosburgh | 2 | -0/+250 |
2015-05-22 | 465989 - JptJpaCoreResourceModelTests test bucket reported 41 Junit | Tran Le | 1 | -6/+10 |
2014-04-06 | 429892 - [CBI] Enable JUnit tests for dali.common repov201404062226 | Tran Le | 3 | -8/+37 |
2013-11-15 | tweak tests to pass on Mac OS Xv201311210251 | Brian Vosburgh | 1 | -142/+148 |
2013-10-16 | fix ComparatorToolsTests to use "mm/dd/yyyy" (not "mm/dd/yy") dates(!)v201310170209 | Brian Vosburgh | 1 | -3/+3 |
2013-10-14 | 419257 - Pom version updatesv201310142259 | Tran Le | 3 | -3/+3 |
2013-09-24 | Fixed CIB build version errorsv201309241700 | Tran Le | 3 | -6/+6 |
2013-09-12 | update common utility tests manifest | Brian Vosburgh | 1 | -0/+1 |
2013-08-26 | add some Comparator testsv201308262207 | Brian Vosburgh | 15 | -66/+275 |
2013-08-26 | add various "count" methods to IterableTools and IteratorTools | Brian Vosburgh | 2 | -0/+110 |
2013-08-26 | add CollectionTools.partition(...) | Brian Vosburgh | 1 | -0/+80 |
2013-08-26 | various implementations and adapters for: Closure, Command, Factory, | Brian Vosburgh | 2 | -6/+6 |
2013-08-26 | rename ParameterizedCommand to Closure | Brian Vosburgh | 8 | -32/+32 |
2013-08-26 | add MapTools | Brian Vosburgh | 2 | -0/+492 |
2013-08-26 | add Factory interface and implementations | Brian Vosburgh | 4 | -0/+286 |
2013-08-26 | add package o.e.jpt.common.utility.internal.comparator; and move | Brian Vosburgh | 15 | -24/+56 |
2013-08-26 | add packages o.e.jpt.common.utility.exception and | Brian Vosburgh | 20 | -55/+86 |