You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2019/05/05 01:23:24 UTC

[GitHub] [netbeans] bd2019us commented on issue #1207: Performance Save Patch - Replace replaceAll() with replace()

bd2019us commented on issue #1207: Performance Save Patch - Replace replaceAll() with replace()
URL: https://github.com/apache/netbeans/pull/1207#issuecomment-489378476
 
 
   Update: 117 more replaceAll() -> replace() which do not use regex have been found. After scanning ~1,100 replaceAll() instances, these 117 use string literals in both replaceAll() parameters and use no form of regex.
   
   The next update to this pull request will be the actual files changed after confirming the applicability of each individual change.
   
   The attached file contains the file location and line number of each replaceAll() -> replace() occurrence that will be changed.
   [replaceAll-results.txt](https://github.com/apache/netbeans/files/3145016/replaceAll-results.txt)
   .

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists