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

bug + fix for NullPointerException when using EMFConverter or EMF2SVG #30

Open
JoDa-Itec opened this issue Feb 27, 2015 · 1 comment
Open

Comments

@JoDa-Itec
Copy link

An exception is raised by EMFConverter.java:81

This can simply be solved by:

  • add "import java.util.Properties;" to line 7
  • move "Properties p = new Properties();" at line 69 one line up, out of the comment
  • change "null" into "p" at line 85
@JoDa-Itec JoDa-Itec reopened this Feb 27, 2015
@chewi
Copy link

chewi commented May 25, 2016

Good call. I have patched this in Gentoo.

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

No branches or pull requests

2 participants