Line number inside <error/>
in XMIR
cannot be bigger than amount of lines in the listing.
Incorrect:
program>
<listing>first line
<
second linelisting>
third line</errors>
<error check="abc" line="500" severity="warning">hello</error>
<errors>
</program> </
Correct:
program>
<listing>first line
<
second linelisting>
third line</errors>
<error check="abc" line="3" severity="warning">hello</error>
<errors>
</program> </