mbien opened a new pull request, #8957: URL: https://github.com/apache/netbeans/pull/8957
instead of merging entries into the `ClassPath` one by one, we collect them first to build the `ClassPath` as final step. this method is mostly used by the find usage action `getClasspathInfoFor()` execution time in ms with all NB modules open during find-usage action on a public method: ``` before: 6863 after: 3845 ``` (the middle section of the loop had the wrong indentation level, recommending to ignore whitespace during diff) -- 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
