http://bugzilla.ecoinformatics.org/show_bug.cgi?id=5661
Christopher Brooks <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Hours Worked| |1.75 Remaining Hours|0.0 |1.25 --- Comment #1 from Christopher Brooks <[email protected]> 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. _______________________________________________ Kepler-dev mailing list [email protected] http://lists.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-dev
