Actions
Bug #9606
closedwt-port: dynamic pointer cast is incorrectly translated
Start date:
01/11/2022
Due date:
% Done:
100%
Estimated time:
Description
dynamic_pointer_cast
is translated to a Java cast, but unlike the C++ implementation, this will throw in case it fails. The call should be guarded by an instanceof
test. Used e.g. in WMenuItem.renderSelected()
.
Files
Updated by Raf Pauwels almost 3 years ago
Updated by Roel Standaert almost 3 years ago
- Status changed from New to Resolved
Updated by Roel Standaert over 2 years ago
- Status changed from Resolved to Closed
Actions