}
}
// Is it a getter or setter that appears to be the constructor?
if( func instanceof IAccessorDefinition )
problems.add(new ConstructorIsGetterSetterProblem(node.getNameExpressionNode()));
}
else if( !func.isStatic() )
{
// We have to find the (potentially) overriden function whether we are an override or
// not/