JaroslavTulach commented on pull request #3414: URL: https://github.com/apache/netbeans/pull/3414#issuecomment-1008595254
> avoiding using URLs whenever possible Great idea when you write new code or refactor internals of existing one. However here we are dealing with 20 years old already existing API. Just replacing `java.net.URL` with `java.net.URI` would cause uncountable disruptions in NetBeans own source code as well as applications using the NetBeans Platform. -- 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. To unsubscribe, e-mail: [email protected] 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
