Community
Participate
Working Groups
It seems to me the wrong monitor is being done() in LaunchConfigurationDelegate.buildProjects(IProject[], IProgressMonitor) in the finally section. The method should be called on 'pm' not 'localmonitor', unless I'm mistaken. I have not witnessed a problem associated with this, but I strongly suspect the code isn't doing the right thing. Refer to the JavaDoc for SubMonitor.convert(IProgressMonitor, String, int)
I read the javadoc and i looked through the implementations... and I still don't know either. But I'll take the "if it don't broke, don't fix it approach" ;-) Please reopen if needed.