File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
plugins/core/hu.bme.mit.gamma.genmodel.model/src/hu/bme/mit/gamma/genmodel/util Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -242,6 +242,13 @@ public Collection<ValidationResultMessage> checkTasks(Verification verification)
242242 new ReferenceInfo (GenmodelModelPackage .Literals .VERIFICATION__QUERY_FILES , index )));
243243 }
244244 }
245+ if (verification .isBackAnnotateToOriginal ()) {
246+ validationResultMessages .add (new ValidationResultMessage (ValidationResult .INFO ,
247+ "This setting can be used only if the default name is not changed during the " +
248+ "derivation of the analysis model ('file' setting is not used in the analysis task)" ,
249+ new ReferenceInfo (GenmodelModelPackage .Literals .VERIFICATION__BACK_ANNOTATE_TO_ORIGINAL )));
250+ }
251+
245252 return validationResultMessages ;
246253 }
247254
You can’t perform that action at this time.
0 commit comments