Commit Graph

72 Commits

Author SHA1 Message Date
Vincent Batts f68e09e4f8
Merge pull request #6 from vbatts/dependabot/maven/junit-junit-4.13.1
Bump junit from 4.13 to 4.13.1
2020-11-10 11:50:40 -05:00
dependabot[bot] e358a7db4f
Bump junit from 4.13 to 4.13.1
Bumps [junit](https://github.com/junit-team/junit4) from 4.13 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.1.md)
- [Commits](https://github.com/junit-team/junit4/compare/r4.13...r4.13.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-13 06:46:52 +00:00
Vincent Batts c0b2a5e0dd
Merge pull request #5 from jdhrh/target_1_8
target java 1.8
2020-02-04 13:05:39 -05:00
Jesse Harrison 91c78a8b13 target java 1.8 2020-01-30 09:01:40 -05:00
Vincent Batts 3a59c85df8 Merge pull request #4 from srivaths/master
Fixed content path matching edge case bug
2014-05-06 16:42:50 -04:00
Sri Sankaran 3d30413841 Fixed edge case bug with handling similar content paths one with variables and another without. Upgraded to 0.0.3 2014-05-06 16:34:44 -04:00
Vincent Batts 464c539924 Merge pull request #3 from dcrissman/cleanup
Cleanup
2014-01-18 08:25:22 -08:00
Dennis Crissman 48323e52ee bump version to 0.0.2, removed unused self-executable, added osgi headers, updated dependency versions 2013-11-18 12:43:56 -05:00
Dennis Crissman 7116fd1889 drop the snapshot in version 2013-11-18 12:22:04 -05:00
Vincent Batts d57ce27cd1 adding a LICENSE from the candlepin project 2013-10-24 12:00:04 -04:00
Vincent Batts 19f98ce86d removing comment, and clarifying a variable name 2012-12-07 14:42:04 -05:00
Vincent Batts 0d00f4ad00 wottop just posted a fix for the isEquivalentTo() logic, which fixes the
condense sub tree logic
2012-12-07 10:27:22 -05:00
Vincent Batts b296506b6e fixing the clobbering of a variable 2012-12-07 09:45:50 -05:00
Vincent Batts 7fde3f4384 pretty up the list output 2012-11-15 16:56:03 -05:00
Vincent Batts 0e93acb328 adding a flag to inspect a binary blob file 2012-11-15 16:54:26 -05:00
Vincent Batts eb2fd6d8ee moving the script to a more obvious directory 2012-11-15 16:47:48 -05:00
Vincent Batts e568e983bc neat. script handles -o OUTPUT, and generating binary payload output 2012-11-12 16:10:59 -05:00
Vincent Batts 2868f7d4c0 documenting the script, and cleaning up a little 2012-11-12 15:49:12 -05:00
Vincent Batts 9f5054d2a3 moving the shell functions into a jruby script 2012-11-12 14:26:08 -05:00
Vincent Batts de9f279ed4 fixing the PathNode.includes() 2012-11-09 16:26:43 -05:00
Vincent Batts 8f57255c06 correcting the maven manifest, for the package name 2012-11-09 13:01:46 -05:00
Vincent Batts 8374c7c97c test to ensure the generated payload is not larger 2012-11-09 12:54:09 -05:00
Vincent Batts f809735ad3 qualifying comment 2012-11-08 16:52:39 -05:00
Vincent Batts 8e5f856c09 this method makes more sense to be in HuffNode 2012-11-08 14:21:05 -05:00
Vincent Batts a2c7846134 simple comment in the test. 2012-11-08 14:12:16 -05:00
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 2deb763c1c adding a README 2012-11-08 10:23:06 -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 37a33c5545 debugging output in the unit test 2012-11-02 11:12:01 -04:00
Vincent Batts c9081b41b5 testing the big test: there and back again! 2012-11-02 10:56:48 -04:00
Vincent Batts b36fddf91d moving around the test data files, for unit testing 2012-11-02 09:50:51 -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 f06d01718a moar documentation and unit test 2012-11-01 13:29:33 -04:00
Vincent Batts 90b8b201db moar unit tests and documentation 2012-11-01 13:16:32 -04:00
Vincent Batts dcc9c50655 NodeContext tests 2012-10-31 21:46:59 -04:00
Vincent Batts d40e41de5a the start of two tests 2012-10-31 16:21:56 -04:00
Vincent Batts 8e413fa985 maven tells me i don't need these exception handlers ... 2012-10-31 14:45:00 -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 c07d6ab172 cleaning up the things that are exclusive to a cli interface.
Preparing to dig into Util and hydrate-fu
2012-10-25 16:18:42 -04:00
Vincent Batts e0692ae64f removing unused imports 2012-10-25 10:59:32 -04:00
Vincent Batts 3fe0da753c JUMPING CATS! CONTENT SETS! 2012-10-25 10:56:28 -04:00
Vincent Batts 162640b552 formatting 2012-10-23 15:58:44 -04:00
Vincent Batts b07f5a05e8 working along to decode the DEROctetString 2012-10-23 15:18:04 -04:00