Skip to content

Commit fe62903

Browse files
committed
Fix endless loop on Oxygen (at least when using macOS)
1 parent 94e8a1b commit fe62903

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

KeY4Eclipse/src/plugins/org.key_project.key4eclipse.common.ui/src/org/key_project/key4eclipse/common/ui/wizard/AbstractNewJavaProjectWizard.java

+1
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ protected IResource getSourceDirectory() throws JavaModelException {
111111
if (roots[i].getResource() != null) {
112112
sourceDirectory = roots[i].getResource();
113113
}
114+
i++;
114115
}
115116
}
116117
return sourceDirectory;

0 commit comments

Comments
 (0)