[03/16] git commit: ACCUMULO-1958 Make Range constructor safe

2013-12-12 Thread ecn
ACCUMULO-1958 Make Range constructor safe The public six-argument Range constructor lacked a check for the stop key being before the start key. This change adds the check, plus a similar, new protected constructor without the check for use by constructors which do not need it. Checks are also incl

[01/16] git commit: ACCUMULO-1958 Make Range constructor safe

2013-12-12 Thread ecn
Updated Branches: refs/heads/1.4.5-SNAPSHOT cc68925ec -> 0d0bc4643 refs/heads/1.5.1-SNAPSHOT 994e43c18 -> 7eb838e3c refs/heads/1.6.0-SNAPSHOT e945c8d69 -> 07cdc57b9 refs/heads/master c8c84be29 -> 403815f55 ACCUMULO-1958 Make Range constructor safe The public six-argument Range constructo

[1/3] git commit: ACCUMULO-1958 Make Range constructor safe

2013-12-12 Thread ecn
Updated Branches: refs/heads/1.4.5-SNAPSHOT ff29f08a7 -> cc68925ec refs/heads/1.5.1-SNAPSHOT e9423ae35 -> 994e43c18 ACCUMULO-1958 Make Range constructor safe The public six-argument Range constructor lacked a check for the stop key being before the start key. This change adds the check, plus

[2/3] git commit: ACCUMULO-1958 Make Range constructor safe

2013-12-12 Thread ecn
ACCUMULO-1958 Make Range constructor safe The public six-argument Range constructor lacked a check for the stop key being before the start key. This change adds the check, plus a similar, new protected constructor without the check for use by constructors which do not need it. Checks are also incl

git commit: ACCUMULO-1958 Make Range constructor safe

2013-12-12 Thread ecn
Updated Branches: refs/heads/1.6.0-SNAPSHOT c1fbeac50 -> e945c8d69 ACCUMULO-1958 Make Range constructor safe The public six-argument Range constructor lacked a check for the stop key being before the start key. This change adds the check, plus a similar, new protected constructor without the c

[1/4] git commit: ACCUMULO-1958 Make Range constructor safe

2013-12-12 Thread ecn
Updated Branches: refs/heads/master 62e4375a6 -> c8c84be29 ACCUMULO-1958 Make Range constructor safe The public six-argument Range constructor lacked a check for the stop key being before the start key. This change adds the check, plus a similar, new protected constructor without the check for