[kepler-dev] [Bug 5661] Remove SwingWorker and use javax.swing.SwingWorker
bugzilla-daemon at ecoinformatics.org
bugzilla-daemon at ecoinformatics.org
Mon Aug 6 20:17:42 PDT 2012
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=5661
Christopher Brooks <cxh at eecs.berkeley.edu> changed:
What |Removed |Added
----------------------------------------------------------------------------
Hours Worked| |1.75
Remaining Hours|0.0 |1.25
--- Comment #1 from Christopher Brooks <cxh at eecs.berkeley.edu> 2012-08-06 20:17:42 PDT ---
I've removed ptolemy/src/ptolemy/gui/SwingWorker.java
Unfortunately, org.kepler.gui.ProgressMonitorSwingWorker uses util.SwingWorker.
Sadly, util.SwingWorker was not mentioned in the imports, the extends directive
uses the full path:
public class ProgressMonitorSwingWorker extends util.SwingWorker
It looks like ProgressMonitorSwingWorker is used in one place:
./authentication-gui/src/org/kepler/authentication/GAMAAuthenticationService.java:import
org.kepler.gui.ProgressMonitorSwingWorker;
To close this bug, GAMAAuthenticationService and ProgressMonitorSwingWorker
need to be updated.
--
Configure bugmail: http://bugzilla.ecoinformatics.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.
More information about the Kepler-dev
mailing list