Project

General

Profile

Actions

Bug #5405

closed

remove tagging's BasicGraphController override

Added by Daniel Crawl almost 13 years ago. Updated almost 13 years ago.

Status:
Resolved
Priority:
Immediate
Assignee:
Category:
tagging
Target version:
Start date:
05/17/2011
Due date:
% Done:

0%

Estimated time:
Bugzilla-Id:
5405

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.

Actions #1

Updated by Derik Barseghian almost 13 years ago

updated the override at r27661 so workflows will execute again, but it still needs removal

Actions #2

Updated by Derik Barseghian almost 13 years ago

should be fixed at r27696.
leaving open for a little more testing.

Actions #3

Updated by Derik Barseghian almost 13 years ago

closing after further testing.

Actions #4

Updated by Redmine Admin about 11 years ago

Original Bugzilla ID was 5405

Actions

Also available in: Atom PDF