matthiasblaesing opened a new pull request #3061:
URL: https://github.com/apache/netbeans/pull/3061
It was observed, that with a big project, massive time was spend in
org.openide.util.EditableProperties.addItem(). Given, that none of the
benefits of EditableProperties take hold:
- the properties are used as pure backing store, without the expectation
of a user to modify them
- the order of the entries is irrelevant
- the file is not put into VCS (it is in the cache path)
- special line break handling is not relevant
the easiest work around is to drop usage of EditableProperties and
use plain Properties.
--
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