我的目标是修复以下警告:
set_select('taskOption1', $rows[0] -> stage_reject_id, TRUE)
这是我班级的代码
[unchecked] unchecked conversion
retValue = WidgetSelectionModel.class.cast(new EllipseSelectionModelImpl(canBeSelected));
required: WidgetSelectionModel<T>
found: WidgetSelectionModel
where T is a type-variable:
T extends Shape declared in method <T>getSelectionModel(Class<T>,boolean)