Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[edt-dev] use of null variables in generated Java may cause problems

Today Jeff and I changed the way Java programs detect when a NullValueException should be thrown.  There are a few places where null checks are still missing.  If there's a bug in your EGL code, the generated Java may give you a Java NullPointerException, not an EGL NullValueException.  

This problem causes some failures in the EUnits.  I opened a bug  Bug 382781 - EUnit variations fail due to missing null checks   and I hope to have it fixed soon.

  -Matt

--------------
Matt Heitz
Developer, Eclipse EGL Development Tools and IBM Rational Business Developer
http://www.eclipse.org/edt/
http://www.ibm.com/developerworks/rational/products/rbde/



Back to the top