Home
last modified time | relevance | path

Searched refs:sourceAttachmentPath (Results 1 – 19 of 19) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/
H A DAbstractRuntimeClasspathEntry.java43 private IPath sourceAttachmentPath = null; field in AbstractRuntimeClasspathEntry
149 return sourceAttachmentPath; in getSourceAttachmentPath()
156 sourceAttachmentPath = path; in setSourceAttachmentPath()
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/core/
H A DClasspathEntry.java122 public IPath sourceAttachmentPath; field in ClasspathEntry
153 IPath sourceAttachmentPath, IPath sourceAttachmentRootPath, in ClasspathEntry() argument
171 this.sourceAttachmentPath = sourceAttachmentPath; in ClasspathEntry()
236 if (this.sourceAttachmentPath != null) { in elementEncode()
238 "sourcepath", this.sourceAttachmentPath.toString()); //$NON-NLS-1$ in elementEncode()
282 IPath sourceAttachmentPath = element.hasAttribute("sourcepath") //$NON-NLS-1$ in elementDecode() local
385 if (this.sourceAttachmentPath == null) { in equals()
389 if (!this.sourceAttachmentPath.equals(otherPath)) in equals()
495 return this.sourceAttachmentPath; in getSourceAttachmentPath()
700 if (this.sourceAttachmentPath != null) { in elementEncode()
[all …]
H A DDeltaProcessor.java1280 IPath sourceAttachmentPath; in initializeRoots() local
1287 sourceAttachmentPath = entry.getSourceAttachmentPath(); in initializeRoots()
1289 if (sourceAttachmentPath != null) { in initializeRoots()
1290 this.sourceAttachments.put(sourceAttachmentPath, path); in initializeRoots()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/jres/
H A DLibraryContentProvider.java315 …public void setSourcePath(IPath sourceAttachmentPath, IPath sourceAttachmentRootPath, IStructuredS… in setSourcePath() argument
317 if (sourceAttachmentPath == null) { in setSourcePath()
318 sourceAttachmentPath = Path.EMPTY; in setSourcePath()
326 standin.setSystemLibrarySourcePath(sourceAttachmentPath); in setSourcePath()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/hover/
H A DPackageJavadocTests.java147 IPath sourceAttachmentPath= jarRoot.getSourceAttachmentPath(); in testGetDocFromPackageInfoJava_archive() local
148 assertNotNull(sourceAttachmentPath); in testGetDocFromPackageInfoJava_archive()
187 IPath sourceAttachmentPath= jarRoot.getSourceAttachmentPath(); in testGetDocFromSourceAttachmentRootPath() local
188 assertNotNull(sourceAttachmentPath); in testGetDocFromSourceAttachmentRootPath()
303 IPath sourceAttachmentPath= jarRoot.getSourceAttachmentPath(); in testPackageWithNoJavadoc() local
304 assertNotNull(sourceAttachmentPath); in testPackageWithNoJavadoc()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/
H A DClassFileTests.java1066 IPath sourceAttachmentPath = this.jarRoot.getSourceAttachmentPath(); in testParameterNames02() local
1077 attachSource(this.jarRoot, sourceAttachmentPath.toString(), null); in testParameterNames02()
1169 IPath sourceAttachmentPath = this.jarRoot.getSourceAttachmentPath(); in testRawParameterNames02() local
1180 attachSource(this.jarRoot, sourceAttachmentPath.toString(), null); in testRawParameterNames02()
1302 IPath sourceAttachmentPath = this.jarRoot.getSourceAttachmentPath(); in testWorkingCopy02() local
1317 attachSource(this.jarRoot, sourceAttachmentPath.toString(), null); in testWorkingCopy02()
1509 IPath sourceAttachmentPath = this.jarRoot.getSourceAttachmentPath(); in testWorkingCopy10() local
1529 attachSource(this.jarRoot, sourceAttachmentPath.toString(), null); in testWorkingCopy10()
1627 ((ClasspathEntry) entry).sourceAttachmentPath = null; in testBug316937()
H A DClasspathTests.java5862 IPath sourceAttachmentPath = new Path("jclMin.zip"); in testBug55992a() local
5865 new IPath[] {path, sourceAttachmentPath}, in testBug55992a()
6319 ((ClasspathEntry)chains[0]).sourceAttachmentPath = new Path("/P/efg.zip"); in testBug252341a()
6320 ((ClasspathEntry)chains[1]).sourceAttachmentPath = new Path("/P/xyz.zip"); in testBug252341a()
6455 ((ClasspathEntry)chains[0]).sourceAttachmentPath = new Path("/P/efg.zip"); in testBug252341b()
6456 ((ClasspathEntry)chains[1]).sourceAttachmentPath = new Path("/P/xyz.zip"); in testBug252341b()
6794 ((ClasspathEntry)chains[0]).sourceAttachmentPath = new Path("/P/efg.zip"); in testBug305037()
H A DAbstractJavaModelTests.java563 …protected IClasspathEntry newModularLibraryEntry(IPath path, IPath sourceAttachmentPath, IPath sou… in newModularLibraryEntry() argument
564 …return JavaCore.newLibraryEntry(path, sourceAttachmentPath, sourceAttachmentRootPath, null, module… in newModularLibraryEntry()
566 …odularLibraryEntry(IJavaProject project, IPath libraryPath, IPath sourceAttachmentPath) throws Jav… in addModularLibraryEntry() argument
567 addClasspathEntry(project, newModularLibraryEntry(libraryPath, sourceAttachmentPath, null)); in addModularLibraryEntry()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/
H A DSourceAttachmentPropertyPage.java165 IPath sourceAttachmentPath= root.getSourceAttachmentPath(); in createMessageContent() local
167 if (sourceAttachmentPath != null) in createMessageContent()
168 locationPath= sourceAttachmentPath.toString(); in createMessageContent()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/
H A DClasspathEntry.java219 public IPath sourceAttachmentPath; field in ClasspathEntry
263 IPath sourceAttachmentPath, in ClasspathEntry() argument
276 sourceAttachmentPath, in ClasspathEntry()
295 IPath sourceAttachmentPath, in ClasspathEntry() argument
345 this.sourceAttachmentPath = sourceAttachmentPath; in ClasspathEntry()
617 xmlPath = this.sourceAttachmentPath; in elementEncode()
752 IPath sourceAttachmentPath = in elementDecode() local
757 sourceAttachmentPath = projectPath.append(sourceAttachmentPath); in elementDecode()
845 sourceAttachmentPath, in elementDecode()
884 sourceAttachmentPath, in elementDecode()
[all …]
H A DDeltaProcessingState.java354 IPath sourceAttachmentPath; in getRootInfos() local
357sourceAttachmentPath = (index < 0) ? new Path(propertyString) : new Path(propertyString.substring… in getRootInfos()
359 sourceAttachmentPath = entry.getSourceAttachmentPath(); in getRootInfos()
361 if (sourceAttachmentPath != null) { in getRootInfos()
362 ri.sourceAttachments.put(sourceAttachmentPath, path); in getRootInfos()
H A DPackageFragmentRoot.java673 IPath sourceAttachmentPath; in getSourceAttachmentPath() local
674 if (entry != null && (sourceAttachmentPath = entry.getSourceAttachmentPath()) != null) in getSourceAttachmentPath()
675 return sourceAttachmentPath; in getSourceAttachmentPath()
679 if (entry != null && (sourceAttachmentPath = entry.getSourceAttachmentPath()) != null) { in getSourceAttachmentPath()
680 return sourceAttachmentPath; in getSourceAttachmentPath()
H A DJavaModelManager.java3901 IPath sourceAttachmentPath = loadPath(); in loadClasspathEntry() local
3911 sourceAttachmentPath, sourceAttachmentRootPath, in loadClasspathEntry()
H A DJavaProject.java3303 resolvedEntry.sourceAttachmentPath = path;
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/
H A DSourceAttachmentBlock.java200 IPath sourceAttachmentPath= fEntry.getSourceAttachmentPath(); in setDefaults() local
202 String path= (sourceAttachmentPath == null) ? "" : sourceAttachmentPath.toString(); //$NON-NLS-1$ in setDefaults()
207 if (isWorkspacePath(sourceAttachmentPath)) { in setDefaults()
265 IPath sourceAttachmentPath= getSourceAttachmentPath(); in getNewEntry() local
268 elem.setAttribute(CPListElement.SOURCEATTACHMENT, sourceAttachmentPath); in getNewEntry()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/model/org/eclipse/jdt/core/
H A DJavaCore.java5051 IPath sourceAttachmentPath, in newLibraryEntry() argument
5056 sourceAttachmentPath, in newLibraryEntry()
5087 IPath sourceAttachmentPath, in newLibraryEntry() argument
5093 sourceAttachmentPath, in newLibraryEntry()
5170 IPath sourceAttachmentPath, in newLibraryEntry() argument
5185 if (sourceAttachmentPath != null) { in newLibraryEntry()
5186 if (sourceAttachmentPath.isEmpty()) { in newLibraryEntry()
5187 sourceAttachmentPath = null; // treat empty path as none in newLibraryEntry()
5188 } else if (!sourceAttachmentPath.isAbsolute()) { in newLibraryEntry()
5190 + sourceAttachmentPath in newLibraryEntry()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/
H A DJavadocContentAccess2.java2179 IPath sourceAttachmentPath= root.getSourceAttachmentPath();
2180 if (sourceAttachmentPath != null) {
2184 if (sourceAttachmentPath.getDevice() == null) {
2187 IResource res= wsRoot.findMember(sourceAttachmentPath);
2210 file= sourceAttachmentPath.toFile();
2214 IPath packagedocPath= sourceAttachmentPath.append(filePath);
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.builder/src/org/eclipse/jdt/core/tests/builder/
H A DTestingEnvironment.java332 public void addLibrary(IPath projectPath, IPath libraryPath, IPath sourceAttachmentPath, IPath sour… in addLibrary() argument
335 JavaCore.newLibraryEntry(libraryPath, sourceAttachmentPath, sourceAttachmentRootPath)); in addLibrary()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.launching/launching/org/eclipse/jdt/launching/
H A DJavaRuntime.java763 …eClasspathEntry newArchiveRuntimeClasspathEntry(IPath path, IPath sourceAttachmentPath, IPath sour… in newArchiveRuntimeClasspathEntry() argument
764 …return newRuntimeClasspathEntry(JavaCore.newLibraryEntry(path, sourceAttachmentPath, sourceAttachm… in newArchiveRuntimeClasspathEntry()