← Back to team overview

gephi.team team mailing list archive

[Bug 571287] [NEW] Exception when changing filter parameter on a Operator

 

Public bug reported:

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)

** Affects: gephi
     Importance: High
     Assignee: Mathieu Bastian (mathieu.bastian)
         Status: Confirmed

** Affects: gephi/0.7
     Importance: High
         Status: Confirmed


** Tags: filter

** Also affects: gephi/0.7
   Importance: Undecided
       Status: New

** Changed in: gephi/0.7
       Status: New => Confirmed

** Changed in: gephi/0.7
   Importance: Undecided => High

-- 
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: Confirmed
Status in Gephi 0.7 series: Confirmed

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)





Follow ups

References