Bug 238609 - Substitution value missing for disconnect failed message
Summary: Substitution value missing for disconnect failed message
Status: RESOLVED FIXED
Alias: None
Product: Target Management
Classification: Tools
Component: RSE (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 minor (vote)
Target Milestone: 3.0.1   Edit
Assignee: David McKnight CLA
QA Contact: Martin Oberhuber CLA
URL:
Whiteboard:
Keywords:
: 245364 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-06-26 10:58 EDT by Don Yantzi CLA
Modified: 2008-12-12 12:31 EST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Don Yantzi CLA 2008-06-26 10:58:02 EDT
The Subsystem.checkIsConnected method has the following code:

String msgTxt = CommonMessages.MSG_DISCONNECT_FAILED;
SystemMessage msg = new SimpleSystemMessage(RSECorePlugin.PLUGIN_ID,
	ICommonMessageIds.MSG_DISCONNECT_FAILED, IStatus.ERROR, msgTxt);
throw new SystemMessageException(msg);

However, CommonMessages.MSG_DISCONNECT_FAILED takes one substitution value which should be the hostname (it is done correctly in the SubSystem.showDisconnectErrorMessage method).
Comment 1 David McKnight CLA 2008-06-26 11:22:23 EDT
I've committed the fix for this to cvs.
Comment 2 Martin Oberhuber CLA 2008-06-26 11:43:06 EDT
Don -- I don't think you can verify a bugfix before it appears in an officially downloaded release. Verification from CVS is not sufficient.
Comment 3 Martin Oberhuber CLA 2008-06-26 11:43:31 EDT
Un-verifying.
Comment 4 David McKnight CLA 2008-12-12 12:31:20 EST
*** Bug 245364 has been marked as a duplicate of this bug. ***