Home
last modified time | relevance | path

Searched refs:OccurrenceLocations (Results 1 – 3 of 3) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/
H A DMarkOccurrenceTest1d8.java105 private void sortByStartIndex(OccurrenceLocation[] OccurrenceLocations) { in sortByStartIndex() argument
106 Arrays.sort(OccurrenceLocations, new Comparator<OccurrenceLocation>() { in sortByStartIndex()
H A DBreakContinueTargetFinderTest.java100 private void sortByStartIndex(OccurrenceLocation[] OccurrenceLocations) { in sortByStartIndex() argument
101 Arrays.sort(OccurrenceLocations, new Comparator<OccurrenceLocation>() { in sortByStartIndex()
H A DMarkOccurrenceTest1d7.java108 private void sortByStartIndex(OccurrenceLocation[] OccurrenceLocations) { in sortByStartIndex() argument
109 Arrays.sort(OccurrenceLocations, new Comparator<OccurrenceLocation>() { in sortByStartIndex()