You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* When using an array of bool, a static_cast was failing. Rollback to…
… the
classic cast. This bug has been introduced in the version 1.0.5
(Closes: #3)
* When a java method returns a String[], the length of the array is
lost in the generated cpp, then, we set arrayOfString[len]=NULL.
(Closes: #4)