[jira] [Created] (JSPWIKI-1142) Minor impro

2021-01-08 Thread Arturo Bernal (Jira)
Arturo Bernal created JSPWIKI-1142:
--

 Summary: Minor impro
 Key: JSPWIKI-1142
 URL: https://issues.apache.org/jira/browse/JSPWIKI-1142
 Project: JSPWiki
  Issue Type: Improvement
Reporter: Arturo Bernal






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


[jira] [Updated] (JSPWIKI-1142) Minor performances improvement

2021-01-08 Thread Arturo Bernal (Jira)


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

Arturo Bernal updated JSPWIKI-1142:
---
Summary: Minor performances improvement  (was: Minor impro)

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




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


[jira] [Updated] (JSPWIKI-1142) Minor performances improvement

2021-01-08 Thread Arturo Bernal (Jira)


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

Arturo Bernal updated JSPWIKI-1142:
---
Description: 
 
 * Remove redundant initializer
 * Redundant interface modifier --> Not really performance ;)
 * Remove Unused import

> 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
>
>  
>  * Remove redundant initializer
>  * Redundant interface modifier --> Not really performance ;)
>  * Remove Unused import



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


[jira] [Updated] (JSPWIKI-1142) Minor performances improvement

2021-01-08 Thread Arturo Bernal (Jira)


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

Arturo Bernal updated JSPWIKI-1142:
---
Description: 
 
 * 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.

  was:
 
 * Remove redundant initializer
 * Redundant interface modifier --> Not really performance ;)
 * Remove Unused import


> 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
>
>  
>  * 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)


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

2021-01-08 Thread GitBox


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:
us...@infra.apache.org




[jira] [Updated] (JSPWIKI-1142) Minor performances improvement

2021-01-08 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot updated JSPWIKI-1142:

Labels: pull-request-available  (was: )

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