Community
Participate
Working Groups
Build Identifier: 201109282102 Cannot cast from Double to int Reproducible: Always Steps to Reproduce: 1. Check out project "org.eclipse.edt.eunit.test" from kan-cvs. 2. Add java generator to the project. 3. Clean the whole workspace. 4. The issue exists in: fvt.operators.TestMathOperators01Lib
Here's a simple case showing the problem. i1 int = 3; i2 int = i1 ** 5; The code for the ** operator results in a Double, and you can't cast a Double to int.
*** This bug has been marked as a duplicate of bug 359372 ***