Klaus,

Thanks for the advice, I'll try to draw the very latest version of semantic package, and check again (I noticed a couple of other strange behaviors).

I was just observing some end-user visible effect, something that any ECB user could have observed on similar Java 1.5 code. This does not mean that ECB is the "guilty" layer!!!

Bye
/Herv�

Berndl, Klaus wrote:

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

-- Email : [EMAIL PROTECTED] Herv� BITTEUR Office : +33 1.34.03.01.12 EMEA IT Architect Mobile : +33 6.86.49.04.14 ____ ____ __ Fax : +33 1.34.03.03.06 / __// / // \ _\_ \/ / // / / SUN Microsystems FRANCE \___/\__//_/_/ 13, avenue Morane Saulnier Microsystems 78142 V�lizy cedex France



Reply via email to