Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 357237

Summary: Record variable declaration with initializer using library getRecord function results in null
Product: z_Archived Reporter: Kathy Carroll <carrollk>
Component: EDTAssignee: 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:
Description Flags
EGL Project none

Description Kathy Carroll CLA 2011-09-09 09:42:47 EDT
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;
Comment 1 Jeff Douglas CLA 2011-09-09 10:29:21 EDT
fixed
Comment 2 Kathy Carroll CLA 2011-09-16 14:14:24 EDT
works in 201109161325
Comment 3 Lisa Lasher CLA 2011-10-11 16:11:46 EDT
Closing this defect.