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
Using Grails 2.4.4 on Windows, runtime ":uml-class-diagram:0.4.4"
Receive the following error after selecting the 'draw' action:
@enduml
Error
|
java.lang.NullPointerException
Error |
at net.sourceforge.plantuml.svek.image.EntityImageClass.(EntityImageClass.java:79)
The text was updated successfully, but these errors were encountered:
The code you refer to is
'''
this.shield = version.useShield() && entity.hasNearDecoration() ? 16 : 0;
'''
which points to a null entity or a null version... Really strange, I can't work it out further.
If you have the UML Script (between those @startuml and @enduml), you can try it out on http://www.plantuml.com/plantuml/form - does the script cause the error?
Using Grails 2.4.4 on Windows, runtime ":uml-class-diagram:0.4.4"
Receive the following error after selecting the 'draw' action:
@enduml
Error
|
java.lang.NullPointerException
Error |
at net.sourceforge.plantuml.svek.image.EntityImageClass.(EntityImageClass.java:79)
The text was updated successfully, but these errors were encountered: