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

package-info.java breaks class diagram creation from source #4

Open
ludsen opened this issue Aug 15, 2017 · 0 comments
Open

package-info.java breaks class diagram creation from source #4

ludsen opened this issue Aug 15, 2017 · 0 comments

Comments

@ludsen
Copy link

ludsen commented Aug 15, 2017

If a package contains a package-info.java class, the class diagram generation (from sources) fails with a NullPointerException:
java.lang.NullPointerException
at org.uml.reveng.ReverseEngineer.createComponents(ReverseEngineer.java:98)
at org.uml.reveng.ReverseEngineer.createClassDiagramFromFiles(ReverseEngineer.java:59)
at org.uml.reveng.ReverseEngineerPackageAction.actionPerformed(ReverseEngineerPackageAction.java:71)
....

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

1 participant