gephi.team team mailing list archive
-
gephi.team team
-
Mailing list archive
-
Message #00302
[Bug 571287] Re: Exception when changing filter parameter on a Operator
** Changed in: gephi
Status: Fix Committed => Fix Released
** Changed in: gephi/0.7
Status: Fix Committed => Fix Released
--
Exception when changing filter parameter on a Operator
https://bugs.launchpad.net/bugs/571287
You received this bug notification because you are a member of Gephi
Team, which is subscribed to 0.7.
Status in Gephi - Network exploration and manipulation: Fix Released
Status in Gephi 0.7 series: Fix Released
Bug description:
Way to reproduce:
1) Open a graph file
2) Create an INTERSECTION filter and add two sub-filers in it
3) Enable filtering
4) Change a sub-filter parameter
An Exception is thrown
Stack trace:
ClassCastException: org.gephi.filters.OperatorQueryImpl cannot be cast to org.gephi.filters.FilterQueryImpl
java.lang.ClassCastException: org.gephi.filters.OperatorQueryImpl cannot be cast to org.gephi.filters.FilterQueryImpl
at org.gephi.filters.FilterModelImpl.updateParameters(FilterModelImpl.java:167)
at org.gephi.filters.FilterThread.run(FilterThread.java:67)
References