-
Notifications
You must be signed in to change notification settings - Fork 58
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
NPE when selecting (empty, non src) folder in Package Explorer #132
Milestone
Comments
Just saw this NPE in recent 1.1.25 version with following stack:
@hallvard : any ideas when the new 1.1.26 version will be released? |
1.1.26 is available on http://hallvard.github.io/plantuml/ now, could you please try it? If it works I will announce and release on GitHub. |
Thank you @hallvard! Just installed it. Working great! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I created a test folder named puml in a Java project and got an NPE when it was selected:
java.lang.NullPointerException: Cannot invoke "org.eclipse.core.runtime.IPath.toString()" because the return value of "net.sourceforge.plantuml.eclipse.utils.WorkbenchEditorPartDiagramIntentProviderContext.getPath()" is null
at net.sourceforge.plantuml.text.AbstractTextDiagramIntentProvider.getDiagramInfos(AbstractTextDiagramIntentProvider.java:53)
at net.sourceforge.plantuml.text.AbstractDiagramIntentProvider.getDiagramInfos(AbstractDiagramIntentProvider.java:119)
at net.sourceforge.plantuml.eclipse.views.AbstractDiagramSourceView.updateDiagramText(AbstractDiagramSourceView.java:517)
The text was updated successfully, but these errors were encountered: