diff options
author | Thomas Meyer <[email protected]> | 2012-05-11 21:33:54 +0200 |
---|---|---|
committer | Thomas Meyer <[email protected]> | 2012-05-11 21:33:54 +0200 |
commit | c2accc0a5995cbcc6587db76faa9043326b864ec (patch) | |
tree | 69880115b3a617f3d2345c42badaf41ad39569f4 /ChangeLog | |
parent | e4c39211e39e630a47d0394a69529f9dbcd4d37c (diff) |
Reduce no. of loads of the cache index file
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +2012-05-11 Thomas Meyer <[email protected]> + + * tests/netx/unit/net/sourceforge/jnlp/util/PropertiesFileTest.java: Add + some unit tests for the PropertiesFile class + * tests/netx/unit/net/sourceforge/jnlp/cache/CacheLRUWrapperTest.java: Add + some unit tests for the CacheLRUWrapper class + * netx/net/sourceforge/jnlp/util/PropertiesFile.java: Use last + modification timestamp of the underlying file to lazy load properties. + (load): Only reload file, if the file modification timestamp has changed. + (store): Actually fsync() the file to disk. + * netx/net/sourceforge/jnlp/services/XPersistenceService.java (create): + Fix coding style + * netx/net/sourceforge/jnlp/cache/CacheLRUWrapper.java (load): Only check + data when the recently_used file was reloaded. + 2012-05-02 Jiri Vanek <[email protected]> Introduced new annotations Bug (to connect test/reproducer with documentation) |