my-flow / importlist

Import List is an open-source extension for Moneydance monitoring a given directory for transaction files to import.
https://www.my-flow.com/importlist/
GNU General Public License v3.0
3 stars 2 forks source link

reduce dependence on external libraries #6

Closed sreilly closed 6 years ago

sreilly commented 6 years ago

This shouldn't change anything functionally, but I believe it simplifies things just a bit by reducing the dependency on external libraries from which only one or two methods are used. Please feel free to reject this as unnecessary, especially since those dependencies can't actually be removed due to the tracking code.

my-flow commented 6 years ago

@sreilly Removing the Apache Commons Lang3 dependency reduces the total filesize of the MXT file by 20kB only – or 2.5% –, but it introduces the complex wrapLongWords method which is copied from that same library after all.