All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.puppycrawl.tools.checkstyle.checks.regexp.messages_fr.properties Maven / Gradle / Ivy

Go to download

Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard

There is a newer version: 10.18.1
Show newest version
duplicate.regexp=Motif ''{0}'' dupliqué.
illegal.regexp=La ligne correspond au motif illégal ''{0}''.
regexp.empty=Motif vide (null).
regexp.exceeded=La ligne correspond au motif illégal ''{0}''.
regexp.filename.match=Le fichier correspond aux motifs de dossier ''{0}'' et de fichier ''{1}''.
regexp.filename.mismatch=Le fichier ne correspond pas aux motifs de dossier ''{0}'' et de fichier ''{1}''.
regexp.minimum=Le fichier ne contient pas au moins {0} correspondances pour le motif ''{1}''.
regexp.StackOverflowError=java.util.regex.Matcher a provoqué une java.lang.StackOverflowError pour le motif ''{1}'' (vous analysez peut-être un fichier binaire au lieu de texte ?).
required.regexp=Le motif ''{0}'' attendu dans le fichier est manquant.




© 2015 - 2024 Weber Informatics LLC | Privacy Policy