[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[News.eclipse.technology.gmf] Re: marking of faulty elements in the diagram
|
Hi Mathias,
Are you talking about decorators?
PS: Note, that this newsgroup has been moved to 'eclipse.modeling.gmf' as
already posted earlier in this newsgroup.
Regards,
/Radek
"Mathias Kissig" <mathias.kissig@xxxxxxxxx> wrote in message
news:eakv1p$q41$1@xxxxxxxxxxxxxxxxxxxx
> Hello everybody,
>
> For enforcing modeling and naming rules I rely heavily on audit rules
> which are executed in live and batch mode. The rules work perfectly, but I
> have a minor problem with the warning and error icons which are attached
> to the faulty elements: All elements are either marked as error (white
> cross) or as warning (yellow warning) even if they are correct.
> To clarify things a little bit, consider the following cases:
> All elements are correct -> the batch-validation marks no element
> All but one element are correct -> after the validation, every (!) element
> is marked as false.
>
> First of all, I thought this might be because of my audit rules, which use
> lots of iterators for the validation. In that case, a comparison between a
> faulty and correct element might have led to an violated rule between
> those two and so both are marked as false. But this is not the case. Even
> if I disable all iterating rules and use just the "check one element"
> rules, every element is marked.
>
> Has anybody experienced the same behaviour and knows a solutions to this
> problem? Any suggestions and workarounds are welcome.
>
> Thanks in advance for your help and
> best regards,
> Mathias