Andre Dietisheim created JBIDE-19534:
----------------------------------------
Summary: fix missing messages/keys in
org.jboss.tools.openshift.internal.common.ui
Key: JBIDE-19534
URL:
https://issues.jboss.org/browse/JBIDE-19534
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.3.0.Alpha2
Reporter: Andre Dietisheim
When launching the OpenShift tooling there is currently the following log output which
talks of missing messages in org.jboss.tools.openshift.internal.common.ui:
{code}
Warning: NLS missing message: EditorSectionDomainNameLabel in:
org.jboss.tools.openshift.internal.common.ui.CommonUIMessages
Warning: NLS missing message: EditorSectionAppNameLabel in:
org.jboss.tools.openshift.internal.common.ui.CommonUIMessages
Warning: NLS missing message: EditorSectionOutputDestLabel in:
org.jboss.tools.openshift.internal.common.ui.CommonUIMessages
Warning: NLS missing message: DomainName in:
org.jboss.tools.openshift.internal.common.ui.CommonUIMessages
Warning: NLS missing message: EnterDomainName in:
org.jboss.tools.openshift.internal.common.ui.CommonUIMessages
Warning: NLS missing message: DomainNameMayHaveLettersAndDigits in:
org.jboss.tools.openshift.internal.common.ui.CommonUIMessages
Warning: NLS missing message: DomainNameMaximumLength in:
org.jboss.tools.openshift.internal.common.ui.CommonUIMessages
Warning: NLS missing message: DeletingOpenShiftApplications in:
org.jboss.tools.openshift.internal.common.ui.CommonUIMessages
Warning: NLS missing message: DeletingApplication in:
org.jboss.tools.openshift.internal.common.ui.CommonUIMessages
Warning: NLS missing message: FailedToDeleteApplication in:
org.jboss.tools.openshift.internal.common.ui.CommonUIMessages
Warning: NLS missing message: OpenShiftServerWizardPleaseCreateDomain in:
org.jboss.tools.openshift.internal.common.ui.CommonUIMessages
Warning: NLS missing message: OpenShiftServerWizardPleaseSelectDomain in:
org.jboss.tools.openshift.internal.common.ui.CommonUIMessages
Warning: NLS missing message: OpenShiftServerWizardPleaseSelectApplication in:
org.jboss.tools.openshift.internal.common.ui.CommonUIMessages
Warning: NLS missing message: OpenShiftServerWizardPleaseCreateApplication in:
org.jboss.tools.openshift.internal.common.ui.CommonUIMessages
{code}
These are most likely erroneous message keys that made it into common.ui when the
CommonUIMessages class was copied from org.jboss.tools.openshift.express.ui
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)