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

com.puppycrawl.tools.checkstyle.checks.regexp.messages_ja.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.17.0
Show newest version
duplicate.regexp=重複したパターン ''{0}'' が見つかりました。
illegal.regexp=行が無効なパターン ''{0}'' に合致しました。
regexp.empty=空(null)のパターンです。
regexp.exceeded=行が無効なパターン ''{0}'' に合致しました。
regexp.filename.match=ファイルがフォルダのパターン ''{0}'' とファイルのパターン ''{1}'' に合致しました。
regexp.filename.mismatch=ファイルがフォルダのパターン ''{0}'' とファイルのパターン ''{1}'' に合致しませんでした。
regexp.minimum=ファイルがパターン ''{1}'' に少なくとも {0} 回合致していません。
regexp.StackOverflowError=java.util.regex.Matcher で java.lang.StackOverflowError が発生しました。パターンは ''{1}'' です(テキストファイルではなくバイナリファイルをスキャンしていませんか?)。
required.regexp=必須のパターン ''{0}'' がファイル内にありません。




© 2015 - 2024 Weber Informatics LLC | Privacy Policy