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

Hudson commented on HADOOP-16951:
---------------------------------

SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #18155 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/18155/])
HADOOP-16951: Tidy Up Text and ByteWritables Classes. (github: rev 
eca05917d60f8a06f2a04815db818a7d3afbd2ce)
* (edit) 
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/io/BytesWritable.java
* (edit) 
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/io/Text.java
* (edit) 
hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/io/TestText.java


> Tidy Up Text and ByteWritables Classes
> --------------------------------------
>
>                 Key: HADOOP-16951
>                 URL: https://issues.apache.org/jira/browse/HADOOP-16951
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: common
>            Reporter: David Mollitor
>            Assignee: David Mollitor
>            Priority: Minor
>             Fix For: 3.4.0
>
>
> # Remove superfluous code
>  # Remove superfluous comments
>  # Checkstyle fixes
>  # Remove methods that simply call {{super}}.method()
>  # Use Java 8 facilities to streamline code where applicable
>  # Simplify and unify some of the constructs between the two classes
>  
> The one meaningful change is that I am suggesting that the expanding of the 
> arrays be 1.5x instead of 2x per expansion.  I pulled this idea from open JDK.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to