mbien commented on issue #5680: URL: https://github.com/apache/netbeans/issues/5680#issuecomment-1975015730
this seems to be an optimization: https://github.com/apache/netbeans/blob/67cc93027d9ebbb69bf5e00fd6e529f9bf960a4b/ide/versioning.util/src/org/netbeans/modules/versioning/history/SummaryCellRenderer.java#L203 it computes the line size only if the commit has less than 20 "events". An event is essentially a change to a file, like add/remove/modify. We might be able to remove this check, or bump it to a larger number. -- 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
