[
https://issues.apache.org/jira/browse/HBASE-10715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13929864#comment-13929864
]
Hudson commented on HBASE-10715:
--------------------------------
SUCCESS: Integrated in HBase-TRUNK #4995 (See
[https://builds.apache.org/job/HBase-TRUNK/4995/])
HBASE-10715 TimeRange has poorly formatted error message (Alex Newman)
(jmhsieh: rev 1576106)
*
/hbase/trunk/hbase-common/src/main/java/org/apache/hadoop/hbase/io/TimeRange.java
> TimeRange has a poorly formatted error message
> ----------------------------------------------
>
> Key: HBASE-10715
> URL: https://issues.apache.org/jira/browse/HBASE-10715
> Project: HBase
> Issue Type: Bug
> Reporter: Alex Newman
> Assignee: Alex Newman
> Priority: Minor
> Fix For: 0.99.0
>
> Attachments:
> 0001-HBASE-10715.-TimeRange-has-a-poorly-formatted-error-.patch
>
>
> In TimeRange.java if a user specifies an invalid range the error message
> throw new IllegalArgumentException("Timestamp cannot be negative.
> minStamp:" + minStamp
> + ", maxStamp" + maxStamp);
> is thrown.
> Notice a missing colon after maxStamp
--
This message was sent by Atlassian JIRA
(v6.2#6252)