Closed muuki88 closed 12 years ago
The DBModelService should use an IProgressMonitor to display progress which is given for all methods as a parameter.
IProgressMonitor
Remove all Thread.sleep() calls.
Thread.sleep()
Organize imports...
There's an Eclipse implementation for a ProgressDialog, which is only displayed, when the execution time excess a certain threshold.
@see http://www.eclipse.org/articles/Article-Progress-Monitors/article.html @see NullProgressMonitor Javadoc
This is invalid
Task
The DBModelService should use an
IProgressMonitor
to display progress which is given for all methods as a parameter.Remove all
Thread.sleep()
calls.Organize imports...
Additional Information
There's an Eclipse implementation for a ProgressDialog, which is only displayed, when the execution time excess a certain threshold.
@see http://www.eclipse.org/articles/Article-Progress-Monitors/article.html @see NullProgressMonitor Javadoc