Home
last modified time | relevance | path

Searched refs:becomeWorkingCopy (Results 1 – 25 of 42) sorted by relevance

12

/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 DWorkingCopyOwnerTests.java135 this.workingCopy.becomeWorkingCopy(null); in testBecomeWorkingCopy1()
146 this.workingCopy.becomeWorkingCopy(null); in testBecomeWorkingCopy2()
157 this.workingCopy.becomeWorkingCopy(null); in testBecomeWorkingCopy3()
203 this.workingCopy.becomeWorkingCopy(null); in testCommitPrimaryWorkingCopy()
232 this.workingCopy.becomeWorkingCopy(null); in testDeltaCommitPrimaryWorkingCopy1()
517 cu.becomeWorkingCopy(null); in testDiscardWorkingCopy1()
537 cu.becomeWorkingCopy(null); in testDiscardWorkingCopy2()
538 cu.becomeWorkingCopy(null); in testDiscardWorkingCopy2()
539 cu.becomeWorkingCopy(null); in testDiscardWorkingCopy2()
629 cu.becomeWorkingCopy(null); in testDiscardWorkingCopy5()
[all …]
H A DHierarchyOnWorkingCopiesTests.java129 primaryCu.becomeWorkingCopy(null); in test228845()
186 primaryCu.becomeWorkingCopy(null); in test228845b()
229 primaryCu.becomeWorkingCopy(null); in test400905()
272 primaryCu.becomeWorkingCopy(null); in test400905a()
341 primaryCu.becomeWorkingCopy(null); in test400905b()
407 primaryCu.becomeWorkingCopy(null); in test429435()
463 primaryCu.becomeWorkingCopy(null); in test429537()
H A DWorkingCopyNotInClasspathTests.java166 wc.becomeWorkingCopy(null); in testReconcileSimpleProject()
189 wc.becomeWorkingCopy(null); in testReconcileSimpleProject2()
361 primary.becomeWorkingCopy(null); in testReconcileAndCommit3()
399 primary.becomeWorkingCopy(null); in testReconcileAndCommit4()
H A DTypeHierarchyNotificationTests.java132 copy.becomeWorkingCopy(null); in testAddAnonymousInRegion()
642 workingCopy.becomeWorkingCopy(null/*no progress*/); in testChangeFocusModifier()
699 workingCopy.becomeWorkingCopy(null/*no progress*/); in testEditBuffer()
793 copy.becomeWorkingCopy(null); in testAddExtendsSourceType2()
834 copy.becomeWorkingCopy(null); in testAddExtendsSourceType3()
1316 superCopy.becomeWorkingCopy(null/*no progress*/); in testGetWorkingCopy()
H A DWorkingCopySearchTests.java191 wc.becomeWorkingCopy(null); in testAllTypeNames3()
230 wc.becomeWorkingCopy(null); in testAllTypeNames4()
H A DCreateImportsTests.java45 workingCopy.becomeWorkingCopy(null/*no progress*/); in setUp()
H A DSortCompilationUnitElementsTests.java2051 unit.becomeWorkingCopy(null); in test033()
2105 unit.becomeWorkingCopy(null); in test034()
H A DNameLookupTests2.java345 workingCopy.becomeWorkingCopy(null); in testFindTypeWithUnrelatedWorkingCopy()
H A DCopyMoveResourcesTests.java636 copy.becomeWorkingCopy(null); in testCopyWorkingCopyDestination()
1224 copy.becomeWorkingCopy(null); in testMoveWorkingCopy2()
H A DExclusionPatternsTests.java176 workingCopy.becomeWorkingCopy(null); in testAddExclusionOnPrimaryWorkingCopy()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/model/org/eclipse/jdt/core/
H A DWorkingCopyOwner.java217 result.becomeWorkingCopy(problemRequestor, monitor); in newWorkingCopy()
264 result.becomeWorkingCopy(getProblemRequestor(result), monitor); in newWorkingCopy()
H A DICompilationUnit.java136 void becomeWorkingCopy(IProblemRequestor problemRequestor, IProgressMonitor monitor) throws JavaMod… in becomeWorkingCopy() method
161 void becomeWorkingCopy(IProgressMonitor monitor) throws JavaModelException; in becomeWorkingCopy() method
H A DIClassFile.java88 ICompilationUnit becomeWorkingCopy(IProblemRequestor problemRequestor, WorkingCopyOwner owner, IPro… in becomeWorkingCopy() method
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/core/
H A DICompilationUnit.java77 void becomeWorkingCopy(IProblemRequestor problemRequestor, in becomeWorkingCopy() method
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse.xdebug.core/src/net/sourceforge/phpeclipse/xdebug/php/model/
H A DIClassFile.java91 ICompilationUnit becomeWorkingCopy(IProblemRequestor problemRequestor, WorkingCopyOwner owner, IPro… in becomeWorkingCopy() method
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/refactoring/org/eclipse/jdt/core/refactoring/
H A DUndoCompilationUnitChange.java69 fCUnit.becomeWorkingCopy(subMonitor.split(1)); in perform()
H A DCompilationUnitChange.java83 fCUnit.becomeWorkingCopy(subMonitor.split(1)); in acquireDocument()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/generatedfile/
H A DCompilationUnitHelper.java69 workingCopy.becomeWorkingCopy(null); in getWorkingCopy()
/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 DJavadocHoverTests.java73 workingCopy.becomeWorkingCopy(null/*no progress monitor*/); in getWorkingCopy()
/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 DAbstractForLoopJavaContextTest.java93 fCU.becomeWorkingCopy(null); in setUpProject()
H A DCompilationUnitDocumentProviderTest.java117 cu.becomeWorkingCopy(null); in testNewFile()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/
H A DInfoFilesUtil.java79 compilationUnit.becomeWorkingCopy(monitor); in createInfoJavaFile()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.performance/src/org/eclipse/jdt/core/tests/performance/
H A DFullSourceWorkspaceModelTests.java784 workingCopy.becomeWorkingCopy(null); in testPerfReconcileBigFileWithSyntaxError()
834 workingCopy.becomeWorkingCopy(null); in testReconcileDuplicates()
888 workingCopy.becomeWorkingCopy(null); in testPerfDeleteLotsOfMembersAndReconcile()
945 workingCopy.becomeWorkingCopy(null); in testPerfBatchCreatePackageAndReconcile()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/
H A DCompilationUnit.java89 public void becomeWorkingCopy(IProblemRequestor problemRequestor, IProgressMonitor monitor) throws … in becomeWorkingCopy() method in CompilationUnit
102 public void becomeWorkingCopy(IProgressMonitor monitor) throws JavaModelException { in becomeWorkingCopy() method in CompilationUnit
104 becomeWorkingCopy(requestor, monitor); in becomeWorkingCopy()
H A DAbstractClassFile.java57 …public ICompilationUnit becomeWorkingCopy(IProblemRequestor problemRequestor, WorkingCopyOwner own… in becomeWorkingCopy() method in AbstractClassFile

12