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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

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

Reply via email to