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

Bug 362726

Summary: Exception on MathLib.decimals
Product: z_Archived Reporter: broy2
Component: EDTAssignee: Project Inbox <edt.javascriptgen-inbox>
Status: CLOSED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description broy2 CLA 2011-11-02 17:05:00 EDT
Use EUNIT to run:

library decimals
    function decimals() {@Test}
        result decimal(18, 6);
        decimalX decimal = -000000000000.000480;
        try
            result = MathLib.decimals(decimalX);
        onException(oops AnyException)
            LogResult.failed("Exception");
            exit;
        end
        LogResult.assertDecimalEqual("decimals", 6, result);
    end
end

When debugging, I see:
eglx.javascript.JavaScriptObjectException x.eze$$signature is undefined
Comment 1 broy2 CLA 2011-11-19 09:18:36 EST
Don't see this exception in 20111118 build.
Comment 2 broy2 CLA 2011-11-19 09:18:51 EST
Verified.