BeanHelper parentBean = new BeanHelper(parentBeanNode, file, project);
BeansValidationContextHelper context = new BeansValidationContextHelper(attribute, parent, contextElement,
project, reporter, validator, QuickfixProcessorFactory.PROPERTY, false, reportError, config);
BeanPropertyHelper property = new BeanPropertyHelper(parent, file, parentBean);
if (propertyRule != null) {
context.setCurrentRuleDefinition(propertyRuleDefinition);
propertyRule.validate(property, context, null);
}