/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 D | WorkingCopyOwnerTests.java | 135 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 D | HierarchyOnWorkingCopiesTests.java | 129 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 D | WorkingCopyNotInClasspathTests.java | 166 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 D | TypeHierarchyNotificationTests.java | 132 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 D | WorkingCopySearchTests.java | 191 wc.becomeWorkingCopy(null); in testAllTypeNames3() 230 wc.becomeWorkingCopy(null); in testAllTypeNames4()
|
H A D | CreateImportsTests.java | 45 workingCopy.becomeWorkingCopy(null/*no progress*/); in setUp()
|
H A D | SortCompilationUnitElementsTests.java | 2051 unit.becomeWorkingCopy(null); in test033() 2105 unit.becomeWorkingCopy(null); in test034()
|
H A D | NameLookupTests2.java | 345 workingCopy.becomeWorkingCopy(null); in testFindTypeWithUnrelatedWorkingCopy()
|
H A D | CopyMoveResourcesTests.java | 636 copy.becomeWorkingCopy(null); in testCopyWorkingCopyDestination() 1224 copy.becomeWorkingCopy(null); in testMoveWorkingCopy2()
|
H A D | ExclusionPatternsTests.java | 176 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 D | WorkingCopyOwner.java | 217 result.becomeWorkingCopy(problemRequestor, monitor); in newWorkingCopy() 264 result.becomeWorkingCopy(getProblemRequestor(result), monitor); in newWorkingCopy()
|
H A D | ICompilationUnit.java | 136 void becomeWorkingCopy(IProblemRequestor problemRequestor, IProgressMonitor monitor) throws JavaMod… in becomeWorkingCopy() method 161 void becomeWorkingCopy(IProgressMonitor monitor) throws JavaModelException; in becomeWorkingCopy() method
|
H A D | IClassFile.java | 88 ICompilationUnit becomeWorkingCopy(IProblemRequestor problemRequestor, WorkingCopyOwner owner, IPro… in becomeWorkingCopy() method
|
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/core/ |
H A D | ICompilationUnit.java | 77 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 D | IClassFile.java | 91 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 D | UndoCompilationUnitChange.java | 69 fCUnit.becomeWorkingCopy(subMonitor.split(1)); in perform()
|
H A D | CompilationUnitChange.java | 83 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 D | CompilationUnitHelper.java | 69 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 D | JavadocHoverTests.java | 73 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 D | AbstractForLoopJavaContextTest.java | 93 fCU.becomeWorkingCopy(null); in setUpProject()
|
H A D | CompilationUnitDocumentProviderTest.java | 117 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 D | InfoFilesUtil.java | 79 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 D | FullSourceWorkspaceModelTests.java | 784 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 D | CompilationUnit.java | 89 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 D | AbstractClassFile.java | 57 …public ICompilationUnit becomeWorkingCopy(IProblemRequestor problemRequestor, WorkingCopyOwner own… in becomeWorkingCopy() method in AbstractClassFile
|