[ 
https://issues.apache.org/jira/browse/HADOOP-16951?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Mollitor updated HADOOP-16951:
------------------------------------
    Description: 
# 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.

  was:
# 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


> 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
>
> # 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