You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jspwiki.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2021/03/09 21:23:00 UTC

[jira] [Commented] (JSPWIKI-1144) Minor performance improvement

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

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

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

JSPWIKI-1144 - Minor performance improvement:

* Add final on private variable --> just try to make all class/var read-only
* Remove Redundant initializer
* Use isEmpty() instead length()
* Avoid use pre-size array


> Minor performance improvement
> -----------------------------
>
>                 Key: JSPWIKI-1144
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-1144
>             Project: JSPWiki
>          Issue Type: Improvement
>            Reporter: Arturo Bernal
>            Priority: Minor
>              Labels: pull-request-available
>
> * Add final on private variable --> just try to make all class/var read-only
>  * Remove Redundant initializer 
>  * Use isEmpty() instead length()
>  * Avoid use pre-size array



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