Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 323859 - LaunchVMUpdateMessages.java does not have a corresponding properties file
Summary: LaunchVMUpdateMessages.java does not have a corresponding properties file
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-debug-dsf (show other bugs)
Version: 7.0   Edit
Hardware: PC Linux
: P3 trivial (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-27 14:01 EDT by Marc Khouzam CLA
Modified: 2020-09-04 15:22 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.