| Summary: | NPE testing null decimal? variable == null | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Kathy Carroll <carrollk> |
| Component: | EDT | Assignee: | Project Inbox <edt.javagen-inbox> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P1 | CC: | jeffdouglas, svihovec |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
fixed verified with build 201110241434 & closed |
program driver type BasicProgram {} function main() // works in JS; NPE in java tester decimal?; if (tester == null) syslib.writestdout("good"); else syslib.writestdout("bad"); end end end