Appendium / flatpack

CSV/Tab Delimited and Fixed Length Parser and Writer
http://flatpack.sf.net
Apache License 2.0
57 stars 20 forks source link

Remove JDOM Dependency #11

Closed benoitx closed 6 years ago

benoitx commented 9 years ago

Remove JDOM Dependency. Try a pure JDK implementation.

martindiphoorn commented 6 years ago

I just noticed that there is an unit test failing.

testInvalidMap(net.sf.flatpack.xml.MapParserTest)  Time elapsed: 0.005 sec
testParseFixedMap(net.sf.flatpack.xml.MapParserTest)  Time elapsed: 0.024 sec
testParseComplexFixedMap(net.sf.flatpack.xml.MapParserTest)  Time elapsed: 0.003 sec  <<< ERROR!
java.lang.NullPointerException
    at java.io.Reader.<init>(Reader.java:78)
    at java.io.InputStreamReader.<init>(InputStreamReader.java:72)
    at net.sf.flatpack.xml.MapParserTest.testParseComplexFixedMap(MapParserTest.java:81)

https://travis-ci.org/Appendium/flatpack/builds/400190069?utm_source=github_status&utm_medium=notification

martindiphoorn commented 6 years ago

PR: https://github.com/Appendium/flatpack/pull/38