Bug #5405
closedremove tagging's BasicGraphController override
0%
Description
The tagging module overrides ptolemy's BasicGraphController. Currently, workflows cannot be executed because the BasicGraphController in tagging is missing a method:
java.lang.NoSuchMethodError: ptolemy.vergil.basic.RunnableGraphController._getClearAllErrorHighlightsChangeRequest()Lptolemy/kernel/util/ChangeRequest;
at ptolemy.vergil.basic.RunnableGraphController.managerStateChanged(RunnableGraphController.java:167)
at ptolemy.actor.Manager._notifyListenersOfStateChange(Manager.java:1498)
at ptolemy.actor.Manager._setState(Manager.java:1513)
at ptolemy.actor.Manager.execute(Manager.java:408)
at ptolemy.actor.Manager.run(Manager.java:1169)
at ptolemy.actor.Manager$3.run(Manager.java:1222)
Instead of adding this method to BasicGraphController in tagging, the changes in that class should be merged into ptolemy.
Updated by Derik Barseghian over 13 years ago
updated the override at r27661 so workflows will execute again, but it still needs removal
Updated by Derik Barseghian over 13 years ago
should be fixed at r27696.
leaving open for a little more testing.