-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
Conditional qualifier gets ignored in 1.46.
@Mapping(
target = "accumulator",
source = "selection",
qualifiedByName = "getAccumulatorSelection",
conditionQualifiedByName = "isAccumulatorSelection")
1.45:
if ( isAccumulatorSelection( selection ) ) {
selectionExt.setAccumulator( getAccumulatorSelection( selection ) );
}
1.46:
if ( selection != null ) {
selectionExt.setAccumulator( getAccumulatorSelection( selection ) );
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels