How to display multiple errors for same objects used more than once [message #893255] |
Tue, 03 July 2012 07:27  |
Eclipse User |
|
|
|
Hi All,
I have a problem in highlighting errors (underlining errors with red line)for same objects used more than once.
I have code as below,
implement Dummy, Dummy, Dummy of Expansion;
I have implemented code to display errors for all the three elements (Dummy, Dummy, Dummy). The message appears thrice as expected however only the first element is underlined red where as I want all the three Dummy elements to be underlined red.
It works fine if Dummy is used in different line like the below code,
implement Dummy of Expansion;
implement Dummy of Expansion;
Could anyone please suggest a way to tackle this?
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.06118 seconds