Community
Participate
Working Groups
If an explicit role constructor, which calls a base constructor, declares a thrown exception, the generated creation method fails to propagate that declaration and thus fails to compile due to an undeclared exception. Test case is test235_constructorWithBasecall4().
Created attachment 177180 [details] fix Fixed by copying thrown exceptions from the constructor to the creation method.
Patch committed in r735
Verified using I201009211735