You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jspwiki.apache.org by GitBox <gi...@apache.org> on 2021/01/08 18:23:59 UTC

[GitHub] [jspwiki] arturobernalg opened a new pull request #32: [JSPWIKI-1142] - Minor performances improvement:

arturobernalg opened a new pull request #32:
URL: https://github.com/apache/jspwiki/pull/32


   * 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 is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [jspwiki] juanpablo-santos merged pull request #32: [JSPWIKI-1142] - Minor performances improvement:

Posted by GitBox <gi...@apache.org>.
juanpablo-santos merged pull request #32:
URL: https://github.com/apache/jspwiki/pull/32


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org