| Summary: | Record variable declaration with initializer using library getRecord function results in null | ||||||
|---|---|---|---|---|---|---|---|
| Product: | z_Archived | Reporter: | Kathy Carroll <carrollk> | ||||
| Component: | EDT | Assignee: | Project Inbox <edt.javagen-inbox> | ||||
| Status: | CLOSED FIXED | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P3 | CC: | jeffdouglas | ||||
| Version: | unspecified | ||||||
| Target Milestone: | --- | ||||||
| Hardware: | PC | ||||||
| OS: | Windows XP | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
fixed works in 201109161325 Closing this defect. |
Created attachment 203059 [details] EGL Project This works s Status; s = LogResult.getStatus(); code int = s.code; this gets a NullValueException s Status = LogResult.getStatus(); code int = s.code;