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

Bug 364087

Summary: Exception outAssignFn is not defined on the stringLib.getNextToken
Product: z_Archived Reporter: broy2
Component: EDTAssignee: Project Inbox <edt.javascriptgen-inbox>
Status: CLOSED DUPLICATE QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description broy2 CLA 2011-11-17 16:57:56 EST
Part of api.systemTypes.
Use EUnit to run:

library getNextTokenTest
    result string;
    myInt int = 1;
    myString string;

    function getNextToken1(){@Test}
        myString = "I need tokens$ for the $arcade";
        myInt = 3;
        try
            result = stringLib.getNextToken(myString, myInt, "$");
        onException(oops AnyException)
            LogResult.failed("Exception");
            exit;
        end
        LogResult.assertStringEqual("getNextToken1", "need tokens", result);
    end
end

Get: eglx.javascript.JavaScriptObjectException outAssignFn is not defined
on the stringLib.getNextToken.
Comment 1 broy2 CLA 2011-11-19 10:18:34 EST
Duplicate.

*** This bug has been marked as a duplicate of bug 363358 ***
Comment 2 broy2 CLA 2011-11-21 16:06:34 EST
Fixed in 20111121 build.