com.puppycrawl.tools.checkstyle.checks.naming.messages_es.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of checkstyle Show documentation
Show all versions of checkstyle Show documentation
Checkstyle is a development tool to help programmers write Java code
that adheres to a coding standard
name.invalidPattern=El nombre ''{0}'' debe coincidir con el patrón ''{1}''.
illegal.abstract.class.name=El nombre ''{0}'' debe coincidir con el patrón ''{1}''.
method.name.equals.class.name = Nombre de método ''{0}'' no debe ser igual al nombre de clase envolvente.
no.abstract.class.modifier = Clase ''{0}'' se debe declarar como ''abstracta''.
abbreviation.as.word = Abreviatura en nombre ''{0}'' debe contener no más de ''{1}'' mayúsculas.