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

remove dependencies in favour of existing functions #8

Closed sreilly closed 3 years ago

sreilly commented 6 years ago

This removes the dependency on some lightly-used external libraries that didn't seem to do anything that could't also be done with existing functions.

my-flow commented 6 years ago

@sreilly This commit makes two test cases fail with StringIndexOutOfBoundsException. You can see the details if you locally run

./gradlew clean test

In addition the style checks fail. You can see these in the failing Travis CI build above or you can run

./gradlew clean check