Hi Klaus,
> Using semantic 1.4.2 and JDE 2.3.0.
>
> All is working fine but i'm wondering why semantic displays ALL
> openeing and closing braces of a java-class definition as unmatched
> syntax - same for opening and closing parents of the argument-list
> of a method definiton:
It is a known problem with recursive parsing of semantic-lists
as defined in current java.bnf grammar. But as you said...
> But: All contents are parsed correct!!!
I don't hope to modify the current java.bnf file to fix that minor
problem. In Semantic 2.0 java.bnf is obsoleted by a new LALR grammar
that fixed that issue, and more!
However, thanks for your report!
David
|