Hi!
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:
Examples:
public class Test
{
bla bla bla;
}
Both braces are displayed as unmatched syntax.
public int testMethod (int i,
int j)
{
bla bla bla;
}
Both parents are displayed as unmatched syntax.
But: All contents are parsed correct!!!
Thanks,
klaus
|