Home
last modified time | relevance | path

Searched refs:DebugModelMessages (Results 1 – 8 of 8) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform/ant/org.eclipse.ant.ui/Ant Tools Support/org/eclipse/ant/internal/ui/debug/model/
H A DAntDebugModelPresentation.java98 …breakpointString = MessageFormat.format(DebugModelMessages.AntDebugModelPresentation_5, new Object… in getThreadText()
101 …breakpointString = MessageFormat.format(DebugModelMessages.AntDebugModelPresentation_2, new Object… in getThreadText()
104 …text.append(MessageFormat.format(DebugModelMessages.AntDebugModelPresentation_3, new Object[] { br… in getThreadText()
106 text.append(DebugModelMessages.AntDebugModelPresentation_4); in getThreadText()
122 lineNumberString = DebugModelMessages.AntDebugModelPresentation_0; in getStackFrameText()
126 …text.append(MessageFormat.format(DebugModelMessages.AntDebugModelPresentation_1, new Object[] { li… in getStackFrameText()
H A DDebugModelMessages.java18 public class DebugModelMessages extends NLS { class
30 NLS.initializeMessages(BUNDLE_NAME, DebugModelMessages.class); in NLS.initializeMessages()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform/ant/org.eclipse.ant.launching/src/org/eclipse/ant/internal/launching/debug/model/
H A DDebugModelMessages.java17 public class DebugModelMessages extends NLS { class
33 NLS.initializeMessages(BUNDLE_NAME, DebugModelMessages.class); in NLS.initializeMessages()
H A DAntThread.java109 throwDebugException(DebugModelMessages.AntThread_3); in getStackFrames0()
423 fUserProperties = new AntProperties(target, DebugModelMessages.AntThread_0); in initializePropertyGroups()
425 fSystemProperties = new AntProperties(target, DebugModelMessages.AntThread_1); in initializePropertyGroups()
427 fRuntimeProperties = new AntProperties(target, DebugModelMessages.AntThread_2); in initializePropertyGroups()
442 throwDebugException(DebugModelMessages.AntThread_4); in getVariables()
H A DAntProperties.java42 throwDebugException(DebugModelMessages.AntProperties_1); in getValue()
H A DAntDebugTarget.java112 …Configuration().getAttribute(IExternalToolConstants.ATTR_LOCATION, DebugModelMessages.AntDebugTarg… in getName()
116 fName = DebugModelMessages.AntDebugTarget_0; in getName()
H A DAntLineBreakpoint.java79 …attributes.put(IMarker.MESSAGE, MessageFormat.format(DebugModelMessages.AntLineBreakpoint_0, new O… in AntLineBreakpoint()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform/ant/org.eclipse.ant.ui/Ant Tools Support/org/eclipse/ant/internal/ui/model/
H A DAntModelCore.java22 import org.eclipse.ant.internal.launching.debug.model.DebugModelMessages;
84 …marker.setAttribute(IMarker.MESSAGE, MessageFormat.format(DebugModelMessages.AntLineBreakpoint_0, … in updateBreakpointMessages()