Home
last modified time | relevance | path

Searched refs:accumulatedEntries (Results 1 – 2 of 2) sorted by relevance

/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/core/
H A DJavaProject.java484 HashSet rootIDs, ObjectVector accumulatedEntries,
519 accumulatedEntries.add(entry);
545 rootIDs, accumulatedEntries,
1570 ObjectVector accumulatedEntries = new ObjectVector();
1572 generateMarkerOnError, new HashSet(5), accumulatedEntries,
1575 IClasspathEntry[] expandedPath = new IClasspathEntry[accumulatedEntries
1577 accumulatedEntries.copyInto(expandedPath);
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/
H A DJavaProject.java555 ArrayList<ClasspathEntry> accumulatedEntries, boolean excludeTestCode) throws JavaModelException { in computeExpandedClasspath() argument
583 for (int j = 0; j < accumulatedEntries.size(); j++) { in computeExpandedClasspath()
587 ClasspathEntry oldEntry = accumulatedEntries.get(j); in computeExpandedClasspath()
589accumulatedEntries.set(j, oldEntry.withExtraAttributeRemoved(IClasspathAttribute.WITHOUT_TEST_CODE… in computeExpandedClasspath()
600 accumulatedEntries.add(combinedEntry); in computeExpandedClasspath()
610 accumulatedEntries, nestedWithoutTestCode); in computeExpandedClasspath()
617 accumulatedEntries.add(combinedEntry); in computeExpandedClasspath()
1997 ArrayList<ClasspathEntry> accumulatedEntries = new ArrayList<>(); in getExpandedClasspath() local
2000 computeExpandedClasspath(null, rootIDs, accumulatedEntries, excludeTestCode); in getExpandedClasspath()
2002 IClasspathEntry[] expandedPath = new IClasspathEntry[accumulatedEntries.size()]; in getExpandedClasspath()
[all …]