[apex] FieldDeclarationsShouldBeAtStartRule - remove STATIC_INITIALIZER_METHOD_NAME

This commit is contained in:
Andreas Dangel
2024-02-09 12:16:38 +01:00
parent f6bf245914
commit e0eb36b195
2 changed files with 4 additions and 6 deletions

View File

@@ -26,11 +26,6 @@ public class FieldDeclarationsShouldBeAtStartRule extends AbstractApexRule {
Comparator
.<ApexNode<?>>comparingInt(ApexNode::getBeginLine)
.thenComparing(ApexNode::getBeginColumn);
/**
* @deprecated not used anymore, see also {@link ASTMethod#STATIC_INIT_ID}
*/
@Deprecated
public static final String STATIC_INITIALIZER_METHOD_NAME = "<clinit>";
@Override
protected @NonNull RuleTargetSelector buildTargetSelector() {