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
When using Element.getAttribute(column, view) one gets an exception for columns of the TimestampSet` type.
java.lang.ClassCastException: class org.gephi.graph.api.types.TimestampSet cannot be cast to class org.gephi.graph.api.types.TimeMap (org.gephi.graph.api.types.TimestampSet and org.gephi.graph.api.types.TimeMap are in unnamed module of loader 'app')
at org.gephi.graph.impl.AttributesImpl.getAttribute(AttributesImpl.java:86)
at org.gephi.graph.impl.ElementImpl.getAttribute(ElementImpl.java:147)
at org.gephi.graph.impl.ElementImplTest.testSetAttributeTimestampSet(ElementImplTest.java:248)
The text was updated successfully, but these errors were encountered:
When using
Element.getAttribute(column, view) one gets an exception for columns of the
TimestampSet` type.The text was updated successfully, but these errors were encountered: