Kevin Risden created KNOX-1664:
----------------------------------
Summary: Miscellaneous code cleanup
Key: KNOX-1664
URL: https://issues.apache.org/jira/browse/KNOX-1664
Project: Apache Knox
Issue Type: Improvement
Reporter: Kevin Risden
Assignee: Kevin Risden
Fix For: 1.3.0
* Unnecessary boxing/unboxing
* Collection.toArray()
* String concatenation in loop
* StringBuffer -> StringBuilder where possible
* Identical catch block collapse
* Inline redundant variable
* Collections methods (addAll, isEmpty)
* Use isEmpty where applicable
* Remove redundant initializer
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)