| Summary: | NPE using SysLib.getProperty("file.separator"); | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Kathy Carroll <carrollk> |
| Component: | EDT | Assignee: | Project Inbox <edt.javagen-inbox> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | major | ||
| Priority: | P3 | CC: | mheitz |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
Fixed by the work in Bug 346334 which solved the problem of how to manage access to a RunUnit. The null pointer was happening because of a previous, abandoned, attempt at a solution. verified Closing this defect. |
Running this program results in a NullPointerException program fetch type BasicProgram {} function main() try fileSeparator String = SysLib.getProperty("file.separator"); syslib.writestdout("property is " + fileSeparator); onException(oops AnyException) Syslib.writeStdout("Got undesired exception " + oops.message); end end end