Home
last modified time | relevance | path

Searched refs:fFinder (Results 1 – 6 of 6) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/
H A DOccurrencesSearchQuery.java44 private IOccurrencesFinder fFinder; field in OccurrencesSearchQuery
53 fFinder= finder; in OccurrencesSearchQuery()
55 fJobLabel= fFinder.getJobLabel(); in OccurrencesSearchQuery()
57 fSingularLabel= fFinder.getUnformattedSingularLabel(); in OccurrencesSearchQuery()
58 fPluralLabel= fFinder.getUnformattedPluralLabel(); in OccurrencesSearchQuery()
59 fName= fFinder.getElementName(); in OccurrencesSearchQuery()
60 fFinderId= fFinder.getID(); in OccurrencesSearchQuery()
68 if (fFinder == null) { in run()
75 OccurrenceLocation[] occurrences= fFinder.getOccurrences(); in run()
78 CompilationUnit astRoot= fFinder.getASTRoot(); in run()
[all …]
H A DFindOccurrencesEngine.java32 private IOccurrencesFinder fFinder; field in FindOccurrencesEngine
37 fFinder= finder; in FindOccurrencesEngine()
41 String message= fFinder.initialize(astRoot, offset, length); in run()
45 performNewSearch(fFinder, astRoot.getTypeRoot()); in run()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/launcher/
H A DTestKind.java28 private ITestFinder fFinder; field in TestKind
32 fFinder= null; in TestKind()
40 if (fFinder == null) { in getFinder()
42 fFinder= (ITestFinder) fElement.createExecutableExtension(FINDER_CLASS_NAME); in getFinder()
45 fFinder= ITestFinder.NULL; in getFinder()
48 return fFinder; in getFinder()
/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.java56 private IOccurrencesFinder fFinder; field in MarkOccurrenceTest1d8
81 String errorString= fFinder.initialize(root, offset, length); in getHighlights()
83 return fFinder.getOccurrences(); in getHighlights()
177 fFinder= new ExceptionOccurrencesFinder(); in testThrowingAnnotatedException1()
184 fFinder= new ExceptionOccurrencesFinder(); in testThrowingAnnotatedException1()
189 fFinder= new ExceptionOccurrencesFinder(); in testThrowingAnnotatedException1()
194 fFinder= new ExceptionOccurrencesFinder(); in testThrowingAnnotatedException1()
200 fFinder= new ExceptionOccurrencesFinder(); in testThrowingAnnotatedException1()
206 fFinder= new ExceptionOccurrencesFinder(); in testThrowingAnnotatedException1()
235 fFinder= new ExceptionOccurrencesFinder(); in testThrownExceptionInLambda()
[all …]
H A DMarkOccurrenceTest1d7.java58 private IOccurrencesFinder fFinder; field in MarkOccurrenceTest1d7
86 return fFinder.getOccurrences(); in getHighlights()
137 fFinder= new MethodExitsFinder(); in testMarkMethodExits1()
164 fFinder= new MethodExitsFinder(); in testMarkMethodExits2()
189 fFinder= new MethodExitsFinder(); in testMarkMethodExits3()
214 fFinder= new MethodExitsFinder(); in testMarkMethodExits4()
242 fFinder= new MethodExitsFinder(); in testMarkMethodExits5()
270 fFinder= new MethodExitsFinder(); in testMarkMethodExits6()
298 fFinder= new MethodExitsFinder(); in testMarkMethodExits7()
324 fFinder= new ExceptionOccurrencesFinder(); in testThrowingException1()
[all …]
H A DBreakContinueTargetFinderTest.java54 private BreakContinueTargetFinder fFinder; field in BreakContinueTargetFinderTest
64 fFinder= new BreakContinueTargetFinder(); in setUp()
77 String errorString = fFinder.initialize(root, offset, length); in getHighlights()
79 return fFinder.getOccurrences(); in getHighlights()