Community
Participate
Working Groups
Version: 4.2.0.200710052231NGT The stacktrace is all I have. I'm not shure how to trigger the problem. java.lang.StackOverflowError at java.util.HashMap.get(HashMap.java:343) at java.util.Collections$SynchronizedMap.get(Collections.java:1979) at org.eclipse.core.internal.resources.WorkspaceRoot.getProject (WorkspaceRoot.java:161) at org.eclipse.core.internal.resources.Workspace.newResource (Workspace.java:1635) at org.eclipse.core.internal.resources.Container.getChildren (Container.java:103) at org.eclipse.core.internal.resources.WorkspaceRoot.getProjects (WorkspaceRoot.java:188) at org.eclipse.core.internal.resources.Project.getReferencingProjects (Project.java:425) at org.openarchitectureware.EmfToolsPlugin.collectReferencingOawProjects (EmfToolsPlugin.java:251) at org.openarchitectureware.EmfToolsPlugin.collectReferencingOawProjects (EmfToolsPlugin.java:255) 1015 times the previous line
You will have a circular dependency in your projects.
Created attachment 80679 [details] Proposed Patch
Patch is OK. Thanks!
I have found the next two errors by accident. This time, you need a circular dependency between OAW projects to reproduce the problem.
Created attachment 80924 [details] Proposed Patch Part 2
Applied the patch for branch 4.2. Now moving to M2T for HEAD Fix.
Created attachment 87705 [details] Patch Patch for HEAD
Pstch committed for Karsten Thoms
The second patch is still not applied.
Oh, sorry. Fixed in Branch b_v42. Now creating a patch for M2T Head.
Created attachment 87842 [details] Patch Patch for M2T Xpand HEAD
Another patch committed for Karsten Thoms
Move to verified as per bug 206558.
I don't like to say it, but the patch for OawProject.java is still missing in the 4.2 branch.
Karsten, could you please look at it? Since loadOawResource() has changed a lot in the meantime, I am not sure, how to apply Manfred's fix that is still missing there.
Created attachment 89929 [details] Updated patch for OawProject.java Patch for OawProject.java against the current version.
Patch applied to B_v42
Created attachment 89932 [details] mylyn/context/zip
Bug resolved before Xpand 1.2 release date => Closing