Herv� Bitteur wrote:
> Klaus,
> 
> On the 2 following methods, I noticed an inconsistent behavior:
> 
> // First method
> public void setVerticalLag (VerticalLag<VStickSection> vLag)
> {
>      this.vLag = vLag;
> }
> 
> // Second method
> public VerticalLag<VStickSection> getVerticalLag ()
> {
>      return vLag;
> }
> 
> The former is correctly flagged as a public method (according to the
> small icon in the hierarchical display), while the latter is flagged
> as a package private method.
> 
> I just tried this with using your latest ECB version (2.23).
> 
> Of course, I can survive this ...

This is not a matter of ECB but its a matter of the semantic-package. ECB is
just an ontop-displayor for the parsing-results of the semantic-package.
if semantic supports parsing a grammar then ECB does it autom. too if semantic
doesn't it ECB doesn't ist too.

AFAIK David (Ponce) has checked in a new wisent java-grammar which has full(!)
Java 1.5 support - i do not know if this is contained in the released beta2 -
but at least when you use the newest CVS-cedet you should get it. You can ask
for this in the cedet-mailing-list!

Klaus

Reply via email to