Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[Dltk-dev] Java 5 code in the LaunchStatusHandler.java (R1_0 branch)

Hi,

The all the plugins have associated to them J2SE-1.4. But the plugins have Java 5 code inside:

For example: \dltk\org.eclipse.dltk.debug.ui\src\org\eclipse\dltk\debug\ui\handlers\LaunchStatusHandler.java:37 :
...getClass().getSimpleName()...

getSimpleName() is only avaialble starting with Java 5.

In a pure Java 1.4 environment, this does not compile.

What is the desired compatibility for DLTK 1.0? What about 2.0?


Thanks!
Gabriel

--
MSc Gabriel Petrovay
Mobile: +41(0)787978034
www.28msec.com

Back to the top