portfolio-performance / portfolio

Track and evaluate the performance of your investment portfolio across stocks, cryptocurrencies, and other assets.
http://www.portfolio-performance.info
Eclipse Public License 1.0
2.75k stars 577 forks source link

ClientFactory: Remove stale unused load() methods #4099

Closed pfalcon closed 1 week ago

pfalcon commented 1 week ago

The load/save functionality is now implemented using a contained ClientPersister class. However, top-level load() methods which just assume plain-text XML format weren't removed and just sit there, unused.

pfalcon commented 1 week ago

@buchen : There's some stale/duplicate load/save code in ClientFactory. Let's see how this simple patch goes.

pfalcon commented 1 week ago

Ah, I see, they're used for tests only. Maybe should be described as such ;-).