Commit 5633bb68 authored by Philip Makedonski's avatar Philip Makedonski
Browse files

+fixed #55 - unresolved function definitions cause a deadlock for over specific runs on check

parent 5c9865fe
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1019,6 +1019,10 @@ class CodeStyleValidator extends AbstractDeclarativeValidator {
							nextLevelCheck = null;
						}
					}
				} else if (o.eIsProxy) {
					if (nextLevelCheck.last.equals(o)) {
						nextLevelCheck = null;
					}
				}
			}
		} while (nextLevelCheck != null && !nextLevelCheck.empty)