| Summary: | Bad progress messages being posted from CDI launcher | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Tools] CDT | Reporter: | John Cortell <john.cortell> | ||||
| Component: | cdt-debug-cdi | Assignee: | Project Inbox <cdt-debug-cdi-inbox> | ||||
| Status: | RESOLVED FIXED | QA Contact: | John Cortell <john.cortell> | ||||
| Severity: | normal | ||||||
| Priority: | P3 | CC: | pawel.1.piech | ||||
| Version: | 7.0 | ||||||
| Target Milestone: | --- | ||||||
| Hardware: | PC | ||||||
| OS: | Windows XP | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
BTW, we shouldn't worry about this for Helios. Created attachment 171314 [details]
Fix
Committed to HEAD. ...and cdt_7_0 branch *** cdt cvs genie on behalf of jcortell *** Bug 316040: Bad progress messages being posted from CDI launcher [*] AbstractCLaunchDelegate.java 1.72 http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.cdt/all/org.eclipse.cdt.launch/src/org/eclipse/cdt/launch/AbstractCLaunchDelegate.java?root=Tools_Project&r1=1.71&r2=1.72 [*] AbstractCLaunchDelegate.java 1.71.2.1 http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.cdt/all/org.eclipse.cdt.launch/src/org/eclipse/cdt/launch/AbstractCLaunchDelegate.java?root=Tools_Project&r1=1.71&r2=1.71.2.1 |
AbstractCLaunchDelegate has some coding errors which ends up posting nonsensical progress updates E.g., monitor.subTask(LaunchMessages.getString("AbstractCLaunchDelegate.searching_for_errors_in" + project.getName())); //$NON-NLS-1$ instead of monitor.subTask(LaunchMessages.getString("AbstractCLaunchDelegate.searching_for_errors_in") + project.getName()); //$NON-NLS-1$