summaryrefslogtreecommitdiff
path: root/base/src/main/java/bjc/utils/ioutils/RuleBasedConfigReader.java
AgeCommit message (Collapse)Author
2020-12-03Adapt to esodata changesBen Culkin
2020-11-22Adapt to change in esodataBen Culkin
2020-10-06Rename exceptions to not use ExceptionBen Culkin
This renames several of the stock exceptions to remove 'Exception' from their name. This is something that I don't recall where I picked it up from, but the idea is that the fact that it is an exception is generally syntactically obvious. Therefore, you can instead give your exceptions names which directly state what it wrong, as well as strongly implying what you can do to fix it. For instance, if you get a DirectionInvalid, it is apparent what the issue is (it is less apparent why it is invalid, but that is another issue, and a discussion for another time)
2020-09-25Warning cleanupBen Culkin
Take care of some various warnings that were occuring
2020-04-13Cleanup passBen Culkin
Cleanup pass to uniformize things
2020-04-12Finish esodata extractionBen Culkin
Finished extracting the old version of esodata, and fixed all the local issues
2020-04-07Finish remove utils.dataBen Culkin
utils.data now lives in the esodata project; not in this one
2018-08-08Minor changesBenjamin J. Culkin
2018-06-02Enable mid-rule commentsBenjamin J. Culkin
2018-06-02Comment changesBenjamin J. Culkin
Perform various comment tweaks and changes
2018-02-12Commentingbjculkin
2018-02-12Formatting passbjculkin
2017-10-08Start splitting into maven modulesBenjamin J. Culkin