Home
last modified time | relevance | path

Searched refs:getSourceAttachmentPath (Results 1 – 25 of 69) sorted by relevance

123

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/
H A DRuntimeClasspathEntry.java306 if (getSourceAttachmentPath() != null) { in getMemento()
307 node.setAttribute("sourceAttachmentPath", getSourceAttachmentPath().toString()); //$NON-NLS-1$ in getMemento()
398 public IPath getSourceAttachmentPath() { in getSourceAttachmentPath() method in RuntimeClasspathEntry
400 return entry != null ? entry.getSourceAttachmentPath() : null; in getSourceAttachmentPath()
440 updateClasspathEntry(getPath(), getSourceAttachmentPath(), getSourceAttachmentRootPath(), path); in setExternalAnnotationsPath()
450 if (path == null && getSourceAttachmentPath() != null) { in getSourceAttachmentRootPath()
464 updateClasspathEntry(getPath(), getSourceAttachmentPath(), path, getExternalAnnotationsPath()); in setSourceAttachmentRootPath()
593 IPath sa1 = getSourceAttachmentPath(); in equals()
595 IPath sa2 = r.getSourceAttachmentPath(); in equals()
639 path = resolved.getSourceAttachmentPath(); in getSourceAttachmentLocation()
H A DDefaultProjectClasspathEntry.java331 r.setSourceAttachmentPath(entry.getSourceAttachmentPath()); in expandProject()
344 …avaRuntime.newArchiveRuntimeClasspathEntry(root.getPath(), entry.getSourceAttachmentPath(), entry.… in expandProject()
348 r.setSourceAttachmentPath(entry.getSourceAttachmentPath()); in expandProject()
H A DJavaSourceLookupUtil.java146 IPath entryPath = entry.getSourceAttachmentPath(); in isSourceAttachmentEqual()
150 IPath rootPath = root.getSourceAttachmentPath(); in isSourceAttachmentEqual()
H A DAbstractRuntimeClasspathEntry.java148 public IPath getSourceAttachmentPath() { in getSourceAttachmentPath() method in AbstractRuntimeClasspathEntry
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/
H A DPackageFragmentRoot.java101 IPath storedSourcePath= getSourceAttachmentPath(); in attachSource()
367 Object target = JavaModel.getTarget(entry.getSourceAttachmentPath(), true); in findSourceAttachmentRecommendation()
385 Object target = JavaModel.getTarget(entry.getSourceAttachmentPath(), true); in findSourceAttachmentRecommendation()
654 public IPath getSourceAttachmentPath() throws JavaModelException { in getSourceAttachmentPath() method in PackageFragmentRoot
674 if (entry != null && (sourceAttachmentPath = entry.getSourceAttachmentPath()) != null) in getSourceAttachmentPath()
679 if (entry != null && (sourceAttachmentPath = entry.getSourceAttachmentPath()) != null) { in getSourceAttachmentPath()
741 IPath sourcePath= getSourceAttachmentPath(); in getSourceMapper()
H A DCopyPackageFragmentRootOperation.java194 …return JavaCore.newLibraryEntry(this.destination, entry.getSourceAttachmentPath(), entry.getSource… in copy()
205 …return JavaCore.newVariableEntry(entry.getPath(), entry.getSourceAttachmentPath(), entry.getSource… in copy()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/classpath/
H A DClasspathEntry.java113 public IPath getSourceAttachmentPath() { in getSourceAttachmentPath() method in ClasspathEntry
114 return entry.getSourceAttachmentPath(); in getSourceAttachmentPath()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/launcher/
H A DRuntimeClasspathEntryLabelProvider.java79 …boolean source = (entry.getSourceAttachmentPath() != null && !Path.EMPTY.equals(entry.getSourceAtt… in getImage()
166 IPath srcPath = entry.getSourceAttachmentPath(); in getText()
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/core/
H A DIClasspathEntry.java380 IPath getSourceAttachmentPath(); in getSourceAttachmentPath() method
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/model/org/eclipse/jdt/core/
H A DIClasspathEntry.java406 IPath getSourceAttachmentPath(); in getSourceAttachmentPath() method
H A DIPackageFragmentRoot.java340 IPath getSourceAttachmentPath() throws JavaModelException; in getSourceAttachmentPath() method
/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 DClasspathVariableTests.java88 assertNull("Should be null source attachment", resolved[0].getSourceAttachmentPath()); in testVariableExtensionWithNullSourceAttachment()
109 assertNull("Should be null source attachment", resolved[0].getSourceAttachmentPath()); in testVariableExtensionWithNullSourceAttachmentWithExtension()
H A DRuntimeClasspathEntryTests.java53 entry.setSourceAttachmentPath(cpe.getSourceAttachmentPath()); in testJRELIBVariableEntry()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.launching/launching/org/eclipse/jdt/launching/
H A DIRuntimeClasspathEntry.java211 public IPath getSourceAttachmentPath(); in getSourceAttachmentPath() method
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/sourcelookup/
H A DPDESourceLookupDirector.java166 IPath srcPath = entry.getSourceAttachmentPath(); in convertClasspathEntry()
183 IPath path = archive.getSourceAttachmentPath(); in getArchiveSourceContainer()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/actions/
H A DAttachSourceAction.java53 entry.setSourceAttachmentPath(classpathEntry.getSourceAttachmentPath()); in run()
/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()
187 IPath sourceAttachmentPath= jarRoot.getSourceAttachmentPath(); in testGetDocFromSourceAttachmentRootPath()
303 IPath sourceAttachmentPath= jarRoot.getSourceAttachmentPath(); in testPackageWithNoJavadoc()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/buildpath/
H A DJUnitContainerWizardPage.java222 if (libEntry != null && libEntry.getSourceAttachmentPath() != null) { in doSelectionChanged()
223 fResolvedSourcePath.setText(getPathLabel(libEntry.getSourceAttachmentPath())); in doSelectionChanged()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.launching/src/org/eclipse/pde/launching/
H A DPDESourcePathProvider.java110 IPath path = roots[j].getSourceAttachmentPath(); in addBinaryPackageFragmentRoots()
/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 DJavaSourceLookupParticipant.java124 IPath path = root.getSourceAttachmentPath(); in sourceContainersChanged()
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/core/
H A DClasspathEntry.java384 IPath otherPath = otherEntry.getSourceAttachmentPath(); in equals()
494 public IPath getSourceAttachmentPath() { in getSourceAttachmentPath() method in ClasspathEntry
600 if (getSourceAttachmentPath() != null) { in toString()
602 buffer.append(getSourceAttachmentPath()); in toString()
/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 DAttachedJavadocTests.java94 …entries[i] = JavaCore.newLibraryEntry(entry.getPath(), entry.getSourceAttachmentPath(), entry.getS… in setJavadocLocationAttribute()
277 …entries[i] = JavaCore.newLibraryEntry(entry.getPath(), entry.getSourceAttachmentPath(), entry.getS… in test010()
373 …entries[i] = JavaCore.newLibraryEntry(entry.getPath(), entry.getSourceAttachmentPath(), entry.getS… in test016()
576 …entries[i] = JavaCore.newLibraryEntry(entry.getPath(), entry.getSourceAttachmentPath(), entry.getS… in test025()
631 …entries[i] = JavaCore.newLibraryEntry(jarPath, entry.getSourceAttachmentPath(), entry.getSourceAtt… in testBug304394()
684 …entries[i] = JavaCore.newLibraryEntry(jarPath, entry.getSourceAttachmentPath(), entry.getSourceAtt… in testBug304394a()
H A DClassFileTests.java1066 IPath sourceAttachmentPath = this.jarRoot.getSourceAttachmentPath(); in testParameterNames02()
1169 IPath sourceAttachmentPath = this.jarRoot.getSourceAttachmentPath(); in testRawParameterNames02()
1302 IPath sourceAttachmentPath = this.jarRoot.getSourceAttachmentPath(); in testWorkingCopy02()
1509 IPath sourceAttachmentPath = this.jarRoot.getSourceAttachmentPath(); in testWorkingCopy10()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/imports/
H A DBaseImportTestCase.java150 if (root.getSourceAttachmentPath() == null) in checkSourceAttached()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.jeview/src/org/eclipse/jdt/jeview/properties/
H A DClasspathEntryProperties.java71 return entry.getSourceAttachmentPath(); in addProperty()

123