Commit bb99d876 authored by Philip Makedonski's avatar Philip Makedonski
Browse files

* correction due to missing rules problem with labels persists

parent 74c9b8dd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -69,7 +69,7 @@ public class DataUseLabelProvider {
			if (u instanceof TestDescriptionReference) {
				if (type.equals("bindings")) {
					for (ComponentInstanceBinding b : ((TestDescriptionReference)u).getComponentInstanceBinding()) {
						// DONE grammar doesn't actually support this meta-class -> should be supported now
						// TODO: grammar doesn't actually support this meta-class -> part of the removed rules -> rules shall be re-added
						s+=separator+serializer.serialize(b);
					}
					if (s.length()>0) {