[ 
https://issues.apache.org/jira/browse/HBASE-19575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16300745#comment-16300745
 ] 

Hudson commented on HBASE-19575:
--------------------------------

FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #4267 (See 
[https://builds.apache.org/job/HBase-Trunk_matrix/4267/])
HBASE-19575 add copy constructor to Mutation (chia7712: rev 
59baf12c03303dab2a69352d5f35d38bd464d943)
* (edit) hbase-client/src/main/java/org/apache/hadoop/hbase/client/Mutation.java
* (delete) 
hbase-client/src/test/java/org/apache/hadoop/hbase/client/TestPut.java
* (add) 
hbase-client/src/test/java/org/apache/hadoop/hbase/client/TestMutation.java
* (edit) 
hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestMetricsRegion.java
* (edit) 
hbase-client/src/main/java/org/apache/hadoop/hbase/client/OperationWithAttributes.java
* (edit) 
hbase-client/src/main/java/org/apache/hadoop/hbase/client/Increment.java
* (edit) hbase-client/src/main/java/org/apache/hadoop/hbase/client/Append.java
* (edit) hbase-client/src/main/java/org/apache/hadoop/hbase/client/Delete.java
* (edit) hbase-client/src/main/java/org/apache/hadoop/hbase/client/Put.java


> add copy constructor to Mutation
> --------------------------------
>
>                 Key: HBASE-19575
>                 URL: https://issues.apache.org/jira/browse/HBASE-19575
>             Project: HBase
>          Issue Type: Sub-task
>            Reporter: Chia-Ping Tsai
>            Assignee: Chia-Ping Tsai
>             Fix For: 2.0.0-beta-1
>
>         Attachments: HBASE-19575.v0.patch, HBASE-19575.v1.patch
>
>
> Put, Delete, Increment, and Append have similar code in copy constructor. Let 
> us move the copy constructor to the upper class - mutation - so as to remove 
> the duplicate code. BTW, the copy constructor of Put miss the clone of 
> priority.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to