You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: debug/org.eclipse.core.externaltools/src/org/eclipse/core/externaltools/internal/launchConfigurations/ExternalToolsCoreUtil.java
Copy file name to clipboardExpand all lines: debug/org.eclipse.core.externaltools/src/org/eclipse/core/externaltools/internal/launchConfigurations/ProgramLaunchDelegate.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -117,7 +117,7 @@ public void launch(ILaunchConfiguration configuration, String mode,
Copy file name to clipboardExpand all lines: debug/org.eclipse.core.externaltools/src/org/eclipse/core/externaltools/internal/model/ExternalToolBuilder.java
VariablesPlugin.logMessage(NLS.bind("Unable to initialize variable {0} - initializer must be an instance of IValueVariableInitializer.", newString[]{getName()}), null); //$NON-NLS-1$
92
+
VariablesPlugin.logMessage(NLS.bind("Unable to initialize variable {0} - initializer must be an instance of IValueVariableInitializer.", getName()), null); //$NON-NLS-1$
93
93
}
94
94
} catch (CoreExceptione) {
95
-
VariablesPlugin.logMessage(NLS.bind("Unable to initialize variable {0}",newString[]{getName()}), e); //$NON-NLS-1$
95
+
VariablesPlugin.logMessage(NLS.bind("Unable to initialize variable {0}",getName()), e); //$NON-NLS-1$
thrownewCoreException(newStatus(IStatus.ERROR, VariablesPlugin.getUniqueIdentifier(), VariablesPlugin.INTERNAL_ERROR, NLS.bind("Contributed context variable resolver for {0} must be an instance of IContextVariableResolver.",newString[]{getName()}), null)); //$NON-NLS-1$
52
+
thrownewCoreException(newStatus(IStatus.ERROR, VariablesPlugin.getUniqueIdentifier(), VariablesPlugin.INTERNAL_ERROR, NLS.bind("Contributed context variable resolver for {0} must be an instance of IContextVariableResolver.",getName()), null)); //$NON-NLS-1$
53
53
}
54
54
}
55
55
try {
56
56
returnfResolver.resolveValue(this, argument);
57
57
} catch (RuntimeExceptione) {
58
-
thrownewCoreException(newStatus(IStatus.ERROR, VariablesPlugin.getUniqueIdentifier(), VariablesPlugin.INTERNAL_ERROR, NLS.bind("Error while evaluating variable {0}.",newString[]{getName()}), e)); //$NON-NLS-1$
58
+
thrownewCoreException(newStatus(IStatus.ERROR, VariablesPlugin.getUniqueIdentifier(), VariablesPlugin.INTERNAL_ERROR, NLS.bind("Error while evaluating variable {0}.",getName()), e)); //$NON-NLS-1$
if (!element.getNodeName().equals(VALUE_VARIABLE_TAG)) {
300
-
VariablesPlugin.logMessage(NLS.bind("Invalid XML element encountered while loading value variables: {0}", newString[] {node.getNodeName()}), null); //$NON-NLS-1$
298
+
VariablesPlugin.logMessage(NLS.bind("Invalid XML element encountered while loading value variables: {0}", node.getNodeName()), null); //$NON-NLS-1$
Copy file name to clipboardExpand all lines: debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/launchConfigurations/LaunchConfigurationPresentationManager.java
Copy file name to clipboardExpand all lines: debug/org.eclipse.ui.externaltools/External Tools Base/org/eclipse/ui/externaltools/internal/ui/BuilderPropertyPage.java
Copy file name to clipboardExpand all lines: debug/org.eclipse.ui.externaltools/External Tools Base/org/eclipse/ui/externaltools/internal/variables/BuildProjectResolver.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ public String resolveValue(IDynamicVariable variable, String argument) throws Co
Copy file name to clipboardExpand all lines: resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/ProjectDescriptionReader.java
0 commit comments