Community
Participate
Working Groups
When compiling the FlightBonus example with the following option enabled: "Unnecessary declaration of thrown exception -> Warning" some internal callin-wrappers are complained about like The declared exception BookingException is not actually thrown by the method _OT$Subscriber$buy$book(Passenger, ITeam[], int[], int, int, int, Object[], Flight) from type FlightBonus Such messages should never surface.
Created attachment 175133 [details] patch Fixed by checking for callin wrapper right before complaining.
Patch has been committed as r639.
Verified using I201009211735