Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[geclipse-dev] Short comment on nightly build

Hi All,

 

Just a short comment to the nightly build which failed today because of:

 

ERROR in /tmp/geclipseBuild/plugins/eu.geclipse.glite/src/eu/geclipse/glite/JdlValidator.java (at line 238)

if (!value.isEmpty()) valid = true;

The method isEmpty() is undefined for the type String

 

I am mentioning this because it happened several times in the past (Some time ago I broke the build by myself because of this). Note that we have to be Java 1.5 compliant, but String#isEmpty() is defined since 1.6! So please keep this in mind.

 

Thanks, Mathias


Back to the top