Bug #5405
remove 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.
History
#1 Updated by Derik Barseghian over 9 years ago
updated the override at r27661 so workflows will execute again, but it still needs removal
#2 Updated by Derik Barseghian over 9 years ago
should be fixed at r27696.
leaving open for a little more testing.
#3 Updated by Derik Barseghian over 9 years ago
closing after further testing.
#4 Updated by Redmine Admin almost 8 years ago
Original Bugzilla ID was 5405