Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 363457 - timestamp 'extend' function throws exception
Summary: timestamp 'extend' function throws exception
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: EDT (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P1 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-10 06:52 EST by Tom B CLA
Modified: 2017-02-23 14:20 EST (History)
2 users (show)

See Also:


Attachments

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