commons-compress git commit: Suppress false positive resource not closed warning

2017-02-27 Thread sebb
Repository: commons-compress Updated Branches: refs/heads/master 4344ff733 -> 5375fd9dc Suppress false positive resource not closed warning Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/5375fd9d Tree

commons-compress git commit: Avoid some resource leak warnings

2017-02-27 Thread sebb
Repository: commons-compress Updated Branches: refs/heads/master acab253ab -> 4344ff733 Avoid some resource leak warnings Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/4344ff73 Tree: http://git-wip-u

commons-compress git commit: Avoid some resource leak warnings

2017-02-27 Thread sebb
Repository: commons-compress Updated Branches: refs/heads/master f4b675664 -> acab253ab Avoid some resource leak warnings Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/acab253a Tree: http://git-wip-u

commons-compress git commit: Avoid some resource leak warnings

2017-02-27 Thread sebb
Repository: commons-compress Updated Branches: refs/heads/master 03cb05ceb -> f4b675664 Avoid some resource leak warnings Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/f4b67566 Tree: http://git-wip-u

commons-compress git commit: Serial UID needed

2017-02-27 Thread sebb
Repository: commons-compress Updated Branches: refs/heads/master e6a27af01 -> 03cb05ceb Serial UID needed Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/03cb05ce Tree: http://git-wip-us.apache.org/rep

commons-compress git commit: Unused imports

2017-02-27 Thread sebb
Repository: commons-compress Updated Branches: refs/heads/master d8a219252 -> e6a27af01 Unused imports Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/e6a27af0 Tree: http://git-wip-us.apache.org/repos/

commons-compress git commit: Document why we don't use ByteBuffer now

2017-02-27 Thread sebb
Repository: commons-compress Updated Branches: refs/heads/master 1cdc1622c -> d8a219252 Document why we don't use ByteBuffer now Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/d8a21925 Tree: http://gi

[lang] DateUtilsTest asserts (closes #246)

2017-02-27 Thread pascalschumacher
Repository: commons-lang Updated Branches: refs/heads/master 44516f77e -> 98fa164cd DateUtilsTest asserts (closes #246) Use JUnit's assertFalse for assertions with conditions instead of re-implementing the logic here by testing the condition and throwing an AssertionFailureException if the con