if ( StringUtils.isBlank( attribute.getOperator() ) ) {
builderResult.addLine( createBuilderResultLine( "Attribute Operator is empty.",
attributeName ) );
}
if ( StringUtils.isBlank( attribute.getValue() ) ) {
builderResult.addLine( createBuilderResultLine( "Attribute Value is empty.",
attributeName ) );
}
if ( model.isUseReasonCodes() ) {
if ( StringUtils.isBlank( c.getReasonCode() ) ) {
if ( StringUtils.isBlank( attribute.getReasonCode() ) ) {