Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 357237 - Record variable declaration with initializer using library getRecord function results in null
Summary: Record variable declaration with initializer using library getRecord function...
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: EDT (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-09 09:42 EDT by Kathy Carroll CLA
Modified: 2017-02-23 14:15 EST (History)
1 user (show)

See Also:


Attachments
EGL Project (31.17 KB, application/x-zip-compressed)
2011-09-09 09:42 EDT, Kathy Carroll CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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.