Bug 170085 - [Apply Patch] Mismatched rule when applying patch
Summary: [Apply Patch] Mismatched rule when applying patch
Status: RESOLVED DUPLICATE of bug 112169
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Compare (show other bugs)
Version: 3.3   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 3.3 M6   Edit
Assignee: Platform-Compare-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-10 10:36 EST by John Arthorne CLA
Modified: 2007-01-22 15:46 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John Arthorne CLA 2007-01-10 10:36:46 EST
Build id: I20061214-1445

1) Load org.eclipse.core.resources from HEAD
2) Attempt to apply the first patch in bug 169975 to AliasManager.java
3) Click finish immediately.

Error:

java.lang.IllegalArgumentException: Attempted to beginRule: F/org.eclipse.core.resources/src/org/eclipse/core/internal/resources, does not match outer scope rule: L/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/AliasManager.java
at org.eclipse.core.runtime.Assert.isLegal(Assert.java:62)
at org.eclipse.core.internal.jobs.ThreadJob.illegalPush(ThreadJob.java:116)
at org.eclipse.core.internal.jobs.ThreadJob.push(ThreadJob.java:225)
at org.eclipse.core.internal.jobs.ImplicitJobs.begin(ImplicitJobs.java:58)
at org.eclipse.core.internal.jobs.JobManager.beginRule(JobManager.java:219)
at org.eclipse.core.internal.resources.WorkManager.checkIn(WorkManager.java:96)
at org.eclipse.core.internal.resources.Workspace.prepareOperation(Workspace.java:1690)
at org.eclipse.core.internal.resources.Folder.create(Folder.java:85)
at org.eclipse.core.internal.resources.Folder.create(Folder.java:118)
at org.eclipse.compare.internal.patch.Patcher.createPath(Patcher.java:420)
at org.eclipse.compare.internal.patch.Patcher.applyAll(Patcher.java:246)
at org.eclipse.compare.internal.patch.WorkspacePatcher.applyAll(WorkspacePatcher.java:61)
at org.eclipse.compare.internal.patch.PatchWizard$1.execute(PatchWizard.java:144)
at org.eclipse.ui.actions.WorkspaceModifyOperation$1.run(WorkspaceModifyOperation.java:101)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1743)
at org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation.java:113)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113)
Comment 1 Michael Valenta CLA 2007-01-22 15:46:21 EST

*** This bug has been marked as a duplicate of bug 112169 ***