YannLeCorse opened a new pull request, #9310: URL: https://github.com/apache/netbeans/pull/9310
This PR addresses the issue described in #9309. Rather than splitting on comma, we are using a regular expression to ignore the comma that are between a pair of quotes. By doing that, we properly the exported packages even if the input string contains syntax like `org.sample.pkg1;version="1.0.0";uses:="fr.free.ylc,fr.free.ylc.sample",org.sample.pkg2;version="1.0.0"` -- 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
