@Override public boolean hasConflictingConstraints() { for (TypeParameterDescriptor typeParameter : typeParameterConstraints.keySet()) { TypeConstraints typeConstraints = getTypeConstraints(typeParameter); if (typeConstraints != null && ConstraintsUtil.getValues(typeConstraints).size() > 1) return true; } return false; }
@Deprecated private static boolean staticCanBeAChild_Old( SNode node, SNode parentNode, SNode link, SNode childConcept, final IOperationContext operationContext) { return ConstraintsUtil.isInNonStaticClasssifierContext(parentNode); }