Home
last modified time | relevance | path

Searched refs:getLaunchConfiguration (Results 1 – 25 of 136) sorted by relevance

123456

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.tests/src/org/eclipse/debug/tests/launching/
H A DLaunchHistoryTests.java82 ILaunchConfiguration config = getLaunchConfiguration("LaunchHistoryTest"); //$NON-NLS-1$ in testHistoryAddition()
100 ILaunchConfiguration config = getLaunchConfiguration("LaunchHistoryTest"); //$NON-NLS-1$ in testHistoriesInSync()
117 ILaunchConfiguration config = getLaunchConfiguration("LaunchHistoryTest"); //$NON-NLS-1$ in testHistoryReodering()
122 config = getLaunchConfiguration("LaunchHistoryTest2"); //$NON-NLS-1$ in testHistoryReodering()
127 config = getLaunchConfiguration("LaunchHistoryTest"); //$NON-NLS-1$ in testHistoryReodering()
142 ILaunchConfiguration config = getLaunchConfiguration("LaunchHistoryTest"); //$NON-NLS-1$ in testRenameConfigHistoryUpdate()
167 ILaunchConfiguration config = getLaunchConfiguration("LaunchHistoryTest"); //$NON-NLS-1$ in testDeleteLaunchConfigurationHistoryUpdate()
172 config = getLaunchConfiguration("LaunchHistoryTest2"); //$NON-NLS-1$ in testDeleteLaunchConfigurationHistoryUpdate()
178 config = getLaunchConfiguration("LaunchHistoryTest"); //$NON-NLS-1$ in testDeleteLaunchConfigurationHistoryUpdate()
192 ILaunchConfiguration config = getLaunchConfiguration("LaunchHistoryTest"); //$NON-NLS-1$ in testLaunchHistorySize()
[all …]
H A DLaunchFavoriteTests.java71 fConfig = getLaunchConfiguration(name.getMethodName()); in setUp()
78 ILaunchConfiguration configuration = getLaunchConfiguration(); in tearDown()
90 private ILaunchConfiguration getLaunchConfiguration() { in getLaunchConfiguration() method in LaunchFavoriteTests
178 …ILaunchConfigurationWorkingCopy wc = addFavorite(getLaunchConfiguration(), IDebugUIConstants.ID_DE… in testBecomeFavorite()
194 …ILaunchConfigurationWorkingCopy wc = removeFavorite(getLaunchConfiguration(), IDebugUIConstants.ID… in testUnFavorite()
209 ILaunchConfiguration configuration = getLaunchConfiguration(); in testDeleteConfiguration()
224 ILaunchConfiguration original = getLaunchConfiguration(); in testRenameFavorite()
241 ILaunchConfiguration original = getLaunchConfiguration(); in testRenameBecomeFavorite()
261 ILaunchConfiguration original = getLaunchConfiguration(); in testRenameUnFavorite()
H A DLaunchGroupTests.java76 if (launch.getLaunchConfiguration().contentsEqual(lcToCount)) {
146 ILaunchConfiguration t1 = getLaunchConfiguration("Test1"); //$NON-NLS-1$ in testNone()
147 ILaunchConfiguration t2 = getLaunchConfiguration("Test2"); //$NON-NLS-1$ in testNone()
163 ILaunchConfiguration t1 = getLaunchConfiguration("Test1"); //$NON-NLS-1$ in testDelay()
164 ILaunchConfiguration t2 = getLaunchConfiguration("Test2"); //$NON-NLS-1$ in testDelay()
197 if (l.getLaunchConfiguration().contentsEqual(t1)) { in testTerminated()
282 ILaunchConfiguration t2 = getLaunchConfiguration("Test2"); //$NON-NLS-1$ in testWaitForOutput()
333 ILaunchConfiguration t1 = getLaunchConfiguration("Test1"); //$NON-NLS-1$ in testRename()
344 grp = getLaunchConfiguration(DEF_GRP_NAME); in testRename()
423 return l.getLaunchConfiguration().getName(); in attachDummyProcess()
[all …]
H A DLaunchManagerTests.java120 getLaunchConfiguration(name); in testGenerateBadCharConflict()
123 ILaunchConfiguration config = getLaunchConfiguration("config_name"); //$NON-NLS-1$ in testGenerateBadCharConflict()
138 getLaunchConfiguration(name); in testGenerateBadNameConflict()
141 ILaunchConfiguration config = getLaunchConfiguration("launch_configuration"); //$NON-NLS-1$ in testGenerateBadNameConflict()
206 getLaunchConfiguration(configname); in testGenerateNameExistingConfig()
209 getLaunchConfiguration(name); in testGenerateNameExistingConfig()
212 ILaunchConfiguration config = getLaunchConfiguration(configname); in testGenerateNameExistingConfig()
216 config = getLaunchConfiguration(configname + " (1)"); //$NON-NLS-1$ in testGenerateNameExistingConfig()
375 config[i] = getLaunchConfiguration("Name" + i); //$NON-NLS-1$ in testNPE_Bug484882()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/
H A DEditLaunchConfigurationAction.java79 ILaunchConfiguration configuration = launch.getLaunchConfiguration(); in updateSelection()
88 …n underlyingConfig = DebugPlugin.getDefault().getLaunchManager().getLaunchConfiguration(underlying… in updateSelection()
111 ILaunchConfiguration config = getLaunchConfiguration(); in updateSelection()
122 protected ILaunchConfiguration getLaunchConfiguration() { in getLaunchConfiguration() method in EditLaunchConfigurationAction
147 ILaunchGroup group = DebugUITools.getLaunchGroup(getLaunchConfiguration(), getMode()); in run()
151 DebugUIPlugin.getShell(), getLaunchConfiguration(), in run()
156 DebugUIPlugin.getShell(), getLaunchConfiguration(), in run()
H A DAddToFavoritesAction.java82 ILaunchConfiguration configuration = launch.getLaunchConfiguration(); in updateSelection()
97 ILaunchConfiguration config = getLaunchConfiguration(); in updateSelection()
132 protected ILaunchConfiguration getLaunchConfiguration() { in getLaunchConfiguration() method in AddToFavoritesAction
176 …List<String> list = getLaunchConfiguration().getAttribute(IDebugUIConstants.ATTR_FAVORITE_GROUPS, … in run()
181 ILaunchConfigurationWorkingCopy copy = getLaunchConfiguration().getWorkingCopy(); in run()
H A DRelaunchActionDelegate.java35 relaunch(launch.getLaunchConfiguration(), launch.getLaunchMode(), isShift()); in doAction()
61 …launch != null && launch.getLaunchConfiguration() != null && LaunchConfigurationManager.isVisible(… in isEnabledFor()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform/ant/org.eclipse.ant.tests.ui/Ant Tests/org/eclipse/ant/tests/ui/performance/
H A DSeparateVMTests.java36 ILaunchConfiguration config = getLaunchConfiguration("echoingSepVM"); //$NON-NLS-1$ in testBuild()
52 ILaunchConfiguration config = getLaunchConfiguration("echoingSepVM"); //$NON-NLS-1$ in testBuildNoConsole()
72 ILaunchConfiguration config = getLaunchConfiguration("echoingSepVM"); //$NON-NLS-1$ in testBuildMinusDebug()
91 ILaunchConfiguration config = getLaunchConfiguration("echoPropertiesSepVM"); //$NON-NLS-1$ in testBuildWithLotsOfLinks()
H A DOpenLaunchConfigurationDialogTests.java40 ILaunchConfiguration configuration = getLaunchConfiguration("big"); //$NON-NLS-1$ in testOpenAntLaunchConfigurationDialog1()
52 ILaunchConfiguration configuration = getLaunchConfiguration("big"); //$NON-NLS-1$ in testOpenAntLaunchConfigurationDialog2()
63 private ILaunchConfiguration getLaunchConfiguration(String buildFileName) { in getLaunchConfiguration() method in OpenLaunchConfigurationDialogTests
65 ILaunchConfiguration config = AbstractAntUITest.getLaunchManager().getLaunchConfiguration(file); in getLaunchConfiguration()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.core/core/org/eclipse/debug/core/sourcelookup/containers/
H A DDefaultSourceContainer.java66 protected ILaunchConfiguration getLaunchConfiguration() { in getLaunchConfiguration() method in DefaultSourceContainer
69 return director.getLaunchConfiguration(); in getLaunchConfiguration()
103 ILaunchConfiguration config= getLaunchConfiguration(); in createSourceContainers()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.debug.tests/tests/org/eclipse/jdt/debug/tests/launching/
H A DConfigurationResourceMappingTests.java41 ILaunchConfiguration config = getLaunchConfiguration("MigrationTests"); in testRemovingMappedResources1()
70 ILaunchConfiguration config = getLaunchConfiguration("MigrationTests"); in testRemovingMappedResources2()
98 ILaunchConfiguration config = getLaunchConfiguration("MigrationTests"); in testSetMappedResource()
123 ILaunchConfiguration config = getLaunchConfiguration("MigrationTests"); in testSetMappedResources()
H A DConfigurationEncodingTests.java67 ILaunchConfiguration config = getLaunchConfiguration("LaunchHistoryTest"); in testGetSystemDefaultEncoding()
89 ILaunchConfiguration config = getLaunchConfiguration("LaunchHistoryTest"); in testGetSpecificWorkbenchEncoding()
107 ILaunchConfiguration config = getLaunchConfiguration("LaunchHistoryTest"); in testGetSpecificConfigurationEncoding()
138 ILaunchConfiguration config = getLaunchConfiguration("LaunchHistoryTest"); in testGetSpecificResourceEncoding()
173 ILaunchConfiguration config = getLaunchConfiguration("LaunchHistoryTest"); in testGetSpecificResourcesEncoding()
H A DMigrationDelegateTests.java43 ILaunchConfiguration config = getLaunchConfiguration("MigrationTests"); //$NON-NLS-1$ in testStandardMigration()
62 ILaunchConfiguration config = getLaunchConfiguration("MigrationTests2"); //$NON-NLS-1$ in testMigrationAlreadyPerformed()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform/ant/org.eclipse.ant.tests.ui/Ant Tests/org/eclipse/ant/tests/ui/
H A DAntUtilTests.java50 …AntTargetNode[] targets = AntUtil.getTargets(buildFile.getAbsolutePath(), getLaunchConfiguration(b… in testGetTargetsLaunchConfiguration()
62 …AntTargetNode[] targets = AntUtil.getTargets(buildFile.getAbsolutePath(), getLaunchConfiguration(b… in testGetTargetsLaunchConfigurationMinusD()
76 …AntTargetNode[] targets = AntUtil.getTargets(buildFile.getAbsolutePath(), getLaunchConfiguration(b… in testGetTargetsLaunchConfigurationMinusDAndProperty()
89 …AntTargetNode[] targets = AntUtil.getTargets(buildFile.getAbsolutePath(), getLaunchConfiguration(b… in testGetTargetsLaunchConfigurationProperty()
101 …AntTargetNode[] targets = AntUtil.getTargets(buildFile.getAbsolutePath(), getLaunchConfiguration(b… in testGetTargetsLaunchConfigurationPropertyFile()
263 …protected ILaunchConfiguration getLaunchConfiguration(String buildFileName, String arguments, Map<… in getLaunchConfiguration() method in AntUtilTests
264 ILaunchConfiguration config = getLaunchConfiguration(buildFileName); in getLaunchConfiguration()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/debug/ui/launchConfigurations/
H A DJavaJRETab.java417 if (getLaunchConfiguration().isWorkingCopy()) { in handleSelectedJREChanged()
418 wc = (ILaunchConfigurationWorkingCopy)getLaunchConfiguration(); in handleSelectedJREChanged()
429 ILaunchConfiguration config = getLaunchConfiguration(); in handleSelectedJREChanged()
437 wc = getLaunchConfiguration().getWorkingCopy(); in handleSelectedJREChanged()
531 protected ILaunchConfiguration getLaunchConfiguration() { in getLaunchConfiguration() method in JavaJRETab
539 fCurrentJREModular = JavaRuntime.isModularConfiguration(getLaunchConfiguration()); in setLaunchConfiguration()
622 if (getLaunchConfiguration() != null) {
624 …String name = getLaunchConfiguration().getAttribute(IJavaLaunchConfigurationConstants.ATTR_PROJECT…
661 boolean newJREModular = JavaRuntime.isModularConfiguration(getLaunchConfiguration());
677 boolean newJREModular = JavaRuntime.isModularConfiguration(getLaunchConfiguration());
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/launchConfigurations/
H A DLaunchConfigurationPropertiesDialog.java84 protected ILaunchConfiguration getLaunchConfiguration() { in getLaunchConfiguration() method in LaunchConfigurationPropertiesDialog
96 ILaunchConfiguration launchConfiguration = getLaunchConfiguration(); in initializeContent()
197 if (getLaunchConfiguration().equals(manager.getMovedFrom(configuration))) { in launchConfigurationAdded()
200 getTabViewer().setInput(getLaunchConfiguration()); in launchConfigurationAdded()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.debug.tests/tests/org/eclipse/jdt/debug/tests/core/
H A DBootpathTests.java52 ILaunchConfiguration config = getLaunchConfiguration(this.mainClass); in testDefaultBootpath()
66 ILaunchConfiguration config = getLaunchConfiguration(this.mainClass); in testEmptyBootpath()
89 ILaunchConfiguration config = getLaunchConfiguration(this.mainClass); in testPrependBootpath()
132 ILaunchConfiguration config = getLaunchConfiguration(project, this.mainClass); in testAppendBootpathJava()
H A DConsoleInputTests.java89 ILaunchConfiguration configuration = getLaunchConfiguration("ConsoleInput"); in testMultiLineInput()
113 ILaunchConfiguration configuration = getLaunchConfiguration("ConsoleInput"); in testEOF()
313 ILaunchConfiguration configuration = getLaunchConfiguration("ConsoleInput"); in testDeleteAllEnteredText()
376 ILaunchConfiguration configuration = getLaunchConfiguration("ConsoleInput"); in utf8InputTest()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/launcher/
H A DLaunchConfigurationMigrationTest.java56 …ILaunchConfiguration configuration = getLaunchConfiguration("plugin-based-without-automatic-add.la… in testPluginBasedWithoutAutomaticAdd()
75 …ILaunchConfiguration configuration = getLaunchConfiguration("plugin-based-with-automatic-add.launc… in testPluginBasedWithAutomaticAdd()
93 ILaunchConfiguration configuration = getLaunchConfiguration("bundle-based.launch"); in testBundleBased()
H A DAbstractLaunchTest.java62 protected ILaunchConfiguration getLaunchConfiguration(String name) { in getLaunchConfiguration() method in AbstractLaunchTest
64 return launchManager.getLaunchConfiguration(project.getFile(name)); in getLaunchConfiguration()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform/ant/org.eclipse.ant.tests.ui/Ant Debug Tests/org/eclipse/ant/tests/ui/debug/
H A DPropertyTests.java52 ILaunchConfiguration config = getLaunchConfiguration(fileName); in systemProperties()
86 ILaunchConfiguration config = getLaunchConfiguration(fileName); in userProperties()
117 ILaunchConfiguration config = getLaunchConfiguration(fileName); in runtimeProperties()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.debug.tests/tests/org/eclipse/jdt/debug/tests/performance/
H A DPerfConsoleTests.java108 ILaunchConfiguration configuration = getLaunchConfiguration(typeName); in runConsole80CharsTest()
129 ILaunchConfiguration configuration = getLaunchConfiguration(typeName); in runStackTrace()
151 ILaunchConfiguration configuration = getLaunchConfiguration(typeName); in runVariableLength()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.debug.tests/tests/org/eclipse/jdt/debug/tests/ui/performance/
H A DOpenLaunchConfigurationDialogTests.java51 ILaunchConfiguration config = getLaunchConfiguration("Breakpoints"); in testOpenJavaProgramLaunchConfigurationDialog1()
66 ILaunchConfiguration config = getLaunchConfiguration("Breakpoints"); in testOpenJavaProgramLaunchConfigurationDialog2()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.launching/launching/org/eclipse/jdt/launching/sourcelookup/containers/
H A DClasspathContainerSourceContainer.java90 …solveSourceLookupPath(new IRuntimeClasspathEntry[]{entry}, getDirector().getLaunchConfiguration()); in createSourceContainers()
130 ILaunchConfiguration configuration = director.getLaunchConfiguration(); in getClasspathContainer()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.core/core/org/eclipse/debug/core/
H A DLaunch.java315 public ILaunchConfiguration getLaunchConfiguration() { in getLaunchConfiguration() method in Launch
610 if (from != null && from.equals(getLaunchConfiguration())) { in launchConfigurationAdded()
625 if (configuration.equals(getLaunchConfiguration())) { in launchConfigurationRemoved()
661 return (T) getLaunchConfiguration(); in getAdapter()

123456