Commit graph

13 commits

Author SHA1 Message Date
Vincent Batts
cf6fa76d5e * moving HuffNode search, into the HuffNode class
* documenting the PathNode class
* trying to track down the empty stringbuffer on twice called PathTree.setContentSets
* cleaned up the unit test helper (TestHelpers)
2012-11-08 14:06:20 -05:00
Vincent Batts
348bf9d377 cleanup, and consolidation 2012-11-08 10:15:20 -05:00
Vincent Batts
21730d6942 closing in:
* bonding the PathNode and NodePair more closely together.
* NO LONGER USING THE condensePathNodes logic
* moar unit test to ensure the logic can go there, and back again
* cleanup of multiline ternary statements
2012-11-08 09:14:43 -05:00
Vincent Batts
5e76776e74 dup the stringbuffer when rendering the root pathnode 2012-11-07 09:48:19 -05:00
Vincent Batts
49c606be4d Moar progress!
* adding logging, at least for a minute
* working through the PathTree.validate(path) logic
* BUG: in the populate tree path, calling a stringbuffer charAt(0)
* moar unit testing to iron things out.
2012-11-07 09:36:22 -05:00
Vincent Batts
d12655d4db more unit tests for payload -> content sets and back
pinned the bug down to the PathTree.condenseSubTreeNodes()
2012-11-02 15:59:19 -04:00
Vincent Batts
4dbdeb4916 working on the PathNode includes() logic, and moar documentation and
unit testing
2012-11-01 17:14:34 -04:00
Vincent Batts
1d13db07c5 getters 2012-10-31 13:17:30 -04:00
Vincent Batts
c053cae590 PathTree should now go from content sets to payload, and vice versa. 2012-10-31 12:44:24 -04:00
Vincent Batts
27fd63294c The decoding dirty work is in the PathTree class 2012-10-30 14:11:40 -04:00
Vincent Batts
2779cfa63d documentation and prototyping 2012-10-25 17:01:50 -04:00
Vincent Batts
2a9511cbe5 first break off of the hydrate function 2012-10-12 12:29:06 -04:00
Vincent Batts
eb4a4a7bdd thinking of a class/structure to do the validation of a content set path 2012-10-12 12:28:18 -04:00