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 ...

Bye,
/Herv�

Berndl, Klaus wrote:

Herv� Bitteur wrote:

Hello,

I've switched to Java 1.5 beta for more than one month now. I just
made the bare minimum in terms of modifications in JDEE lisp files,
since I'm not at all a Lisp expert.

I can keep on using JDEE as my favorite development environment, since
browsing, text editing, compiling, running, ant builds, ... are OK.

But of course I lack full support for:
- Syntax highlighting
- Jalopy formatting
- ECB


what is missed in ECB concerning supporting Java 1.5?


- (perhaps debug, but I don't use it with JDEE anyway)

Switching a whole Java application to Java 1.5, taking full advantage
of its new features such as generics, is not something you can easily
undo. So now I'm on the 1.5 side and I stay there :-)

My question is thus about your roadmap for upgrading this nice
environment to a full support of Java 1.5.


ECB and JDEE are independent from each other....

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