Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove JDOM Dependency #11

Closed
benoitx opened this issue Dec 9, 2014 · 2 comments
Closed

Remove JDOM Dependency #11

benoitx opened this issue Dec 9, 2014 · 2 comments
Assignees

Comments

@benoitx
Copy link
Contributor

benoitx commented Dec 9, 2014

Remove JDOM Dependency. Try a pure JDK implementation.

@martindiphoorn
Copy link
Collaborator

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 added a commit to martindiphoorn/flatpack that referenced this issue Jul 5, 2018
@martindiphoorn
Copy link
Collaborator

PR: #38

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants