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

Bug 363457

Summary: timestamp 'extend' function throws exception
Product: z_Archived Reporter: Tom B <tmbarans>
Component: EDTAssignee: Project Inbox <edt.javascriptgen-inbox>
Status: CLOSED FIXED QA Contact:
Severity: normal    
Priority: P1 CC: hjiyong, svihovec
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Tom B CLA 2011-11-10 06:52:25 EST
Build Identifier: Eclipse 20110916-0149    EGL Development Tools (EDT) SDK    0.7.0.v201111092101

An exception is thrown when using the timestamp 'extend' function. The message is "Object doesn't support this property or method"

Reproducible: Always

Steps to Reproduce:
1. generate the following code to Javascript
const constTimeStampFull timeStamp("yyyyMMddHHmmssffffff") = "20120229105530987654";
actual timestamp = constTimeStampFull.extend("yyyyMMddHHmmss");

2. when you run the program, an exception will be thrown with the message
"Object doesn't support this property or method"

see ETimestamp009.egl
Comment 1 Huang Ji Yong CLA 2011-11-11 05:37:56 EST
Fixed in the last timestamp bug.
Comment 2 Lisa Lasher CLA 2012-04-04 22:47:02 EDT
closing this bug