You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
Remove JDOM Dependency. Try a pure JDK implementation.
The text was updated successfully, but these errors were encountered: