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

ClassCastException: class org.gephi.graph.api.types.TimestampSet cannot be cast to class org.gephi.graph.api.types.Ti... #166

Closed
mbastian opened this issue Apr 9, 2023 · 0 comments · Fixed by #172
Milestone

Comments

@mbastian
Copy link
Member

mbastian commented Apr 9, 2023

https://gephi.sentry.io/issues/4058727018/?referrer=github_plugin

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 org.netbeans.StandardModule$OneModuleClassLoader @1379f716)
    at org.gephi.graph.impl.AttributesImpl.getAttributes(AttributesImpl.java:230)
    at org.gephi.graph.impl.ElementImpl.getAttributes(ElementImpl.java:419)
    at org.gephi.graph.impl.GraphBridgeImpl.copyAttributes(GraphBridgeImpl.java:209)
    at org.gephi.graph.impl.GraphBridgeImpl.copyNodes(GraphBridgeImpl.java:138)
    at org.gephi.filters.FilterControllerImpl$2.run(FilterControllerImpl.java:392)
...
(1 additional frame(s) were not displayed)
@mbastian mbastian added this to the 0.7.0 milestone May 1, 2023
mbastian added a commit that referenced this issue May 1, 2023
* Add copy constructors to interval and timestamp map/set

* Add AttributeUtile copy

* Fix graph bridge copy
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

Successfully merging a pull request may close this issue.

1 participant