Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 323859

Summary: LaunchVMUpdateMessages.java does not have a corresponding properties file
Product: [Tools] CDT Reporter: Marc Khouzam <marc.khouzam>
Component: cdt-debug-dsfAssignee: Project Inbox <cdt-debug-dsf-inbox>
Status: NEW --- QA Contact: Jonah Graham <jonah>
Severity: trivial    
Priority: P3 CC: pawel.1.piech
Version: 7.0   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Marc Khouzam CLA 2010-08-27 14:01:04 EDT
org.eclipse.cdt.dsf.debug.ui.viewmodel.launch/LaunchVMUpdateMessages.java
requires a properties file called org.eclipse.cdt.dsf.debug.ui.viewmodel.launch/LaunchVMUpdateMessages.properties
which does not exist.  The consequence is that the two strings defined in LaunchVMUpdateMessages.java will not be shown properly.

The good news is that those strings are not used anywhere in CDT.

So, we can either deprecate that class, or create its properties file.