piercemar commented on pull request #2874: URL: https://github.com/apache/netbeans/pull/2874#issuecomment-817983280
I hope I got it right this time. Base64Encoder was more broadly used than I first thought. I replaced trivial usage directly by j.u.Base64, but for other cases, I first extracted the call to in-house codecs into a package-private static method, so i could create a unit test for it, and then replaced the implementation by j.u.Base64, ensuring there's no regression due to different encoding or other subtleties. -- 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] --------------------------------------------------------------------- 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
