hallvard / plantuml

Embed UML diagrams in files and view them in Eclipse
http://plantuml.sourceforge.net/
209 stars 57 forks source link

Exception when trying to show a non-serializable attribute #70

Closed hallvard closed 3 years ago

hallvard commented 5 years ago

java.lang.IllegalArgumentException: The datatype 'EMap' is not a valid classifier at org.eclipse.emf.ecore.impl.EcoreFactoryImpl.convertToString(EcoreFactoryImpl.java:221) at org.eclipse.emf.ecore.util.EcoreUtil.convertToString(EcoreUtil.java:3693) at net.sourceforge.plantuml.ecore.AbstractEcoreObjectDiagramTextProvider.convertToString(AbstractEcoreObjectDiagramTextProvider.java:162) Happens when showing the value of an attribute with a type that isn't serializable.