tbw777 opened a new pull request, #5430: URL: https://github.com/apache/netbeans/pull/5430
Target directories: - ide Methods excluded throught commenting, no other types of changing are made. After was excluded unused methods layer 1 there is next level unused methods was found that also exluded. This type of changing is simple to review therefore contains a lot of diffs. Its not automated change! Profits: - less IDE indexer load - resulting version size - JVM method search speed and memory usage - less compile time - improved code navigation if parent methods will searching (unused parents excluded) - less overall % of methods without tests coverage - less Strings pool size of literals -- 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
