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

ASF subversion and git services commented on JSPWIKI-1142:
----------------------------------------------------------

Commit abb5666f180efd0a7f14267a2f7bd1673ced2dc4 in jspwiki's branch 
refs/heads/master from Arturo Bernal
[ https://gitbox.apache.org/repos/asf?p=jspwiki.git;h=abb5666 ]

JSPWIKI-1142 - Minor performances improvement:

* Remove redundant initializer
* Redundant interface modifier --> Not really performance
* Remove Unused import
* Bulk operation can be used instead of iteration
* Manual array copy
* Manual array to collection copy
* Avoid String concatenation in loop
* Redundant 'Collection.addAll()' call. Use Parametrized constructor.


> Minor performances improvement
> ------------------------------
>
>                 Key: JSPWIKI-1142
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-1142
>             Project: JSPWiki
>          Issue Type: Improvement
>            Reporter: Arturo Bernal
>            Priority: Minor
>              Labels: pull-request-available
>
>  
>  * Remove redundant initializer
>  * Redundant interface modifier --> Not really performance ;)
>  * Remove Unused import
>  * Bulk operation can be used instead of iteration
>  * Manual array copy
>  * Manual array to collection copy
>  * Avoid String concatenation in loop
>  * Redundant 'Collection.addAll()' call. Use Parametrized constructor.



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

Reply via email to