| Summary: | timestamp 'extend' function throws exception | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Tom B <tmbarans> |
| Component: | EDT | Assignee: | 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: | |||
Fixed in the last timestamp bug. closing this bug |
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