Searched full:checkstyle (Results 1 – 25 of 105) sorted by relevance
12345
6 <!-- Checkstyle configuration that checks the sun coding conventions from: - the Java Language Spec…8 …- some best practices Checkstyle is very configurable. Be sure to read the documentation at http:/…13 …<property name="file" value="${checkstyle.suppressions.file}" default="src/main/checkstyle/checkst…15 …ted file names will be relative to the specified directory. See http://checkstyle.sourceforge.net/…19 <!-- See http://checkstyle.sf.net/config_misc.html#NewlineAtEndOfFile -->23 <!-- See http://checkstyle.sf.net/config_misc.html#Translation -->27 <!-- See http://checkstyle.sf.net/config_sizes.html -->31 <!-- See http://checkstyle.sf.net/config_whitespace.html -->36 <!-- See http://checkstyle.sf.net/config_header.html -->38 <!-- <property name="headerFile" value="${checkstyle.header.file}"/> -->[all …]
23 <!-- commons codec customization of default Checkstyle behavior -->28 <!-- See http://checkstyle.sf.net/config_misc.html#NewlineAtEndOfFile -->32 <!-- See http://checkstyle.sourceforge.net/config_whitespace.html#FileTabCharacter -->38 <!-- See http://checkstyle.sourceforge.net/config_regexp.html -->64 <!-- See http://checkstyle.sf.net/config_naming.html -->86 <!-- See http://checkstyle.sf.net/config_imports.html -->95 <!-- See http://checkstyle.sf.net/config_whitespace.html -->111 <!-- See http://checkstyle.sf.net/config_modifiers.html -->117 <!-- See http://checkstyle.sf.net/config_blocks.html -->135 <!-- See http://checkstyle.sf.net/config_coding.html -->[all …]
31 <property name="cacheFile" value="${checkstyle.cache.file}"/>34 <!-- See http://checkstyle.sf.net/config_javadoc.html -->42 <!-- See http://checkstyle.sf.net/config_naming.html -->55 <!-- See http://checkstyle.sf.net/config_import.html -->66 <!-- See http://checkstyle.sf.net/config_sizes.html -->77 <!-- See http://checkstyle.sf.net/config_whitespace.html -->99 <!-- See http://checkstyle.sf.net/config_modifiers.html -->105 <!-- See http://checkstyle.sf.net/config_blocks.html -->114 <!-- See http://checkstyle.sf.net/config_coding.html -->130 <!-- See http://checkstyle.sf.net/config_design.html -->[all …]
120 <artifactId>maven-checkstyle-plugin</artifactId>125 <artifactId>checkstyle</artifactId>131 <configLocation>checkstyle.xml</configLocation>138 <goal>checkstyle</goal>
9 sure your code compiles by running `mvn clean verify`. Checkstyle failures11 `checkstyle-result.xml` file.
30 <property name="cacheFile" value="${checkstyle.cache.file}"/>33 <!-- See http://checkstyle.sf.net/config_javadoc.html -->41 <!-- See http://checkstyle.sf.net/config_naming.html -->54 <!-- See http://checkstyle.sf.net/config_import.html -->63 <!-- See http://checkstyle.sf.net/config_sizes.html -->71 <!-- See http://checkstyle.sf.net/config_whitespace.html -->85 <!-- See http://checkstyle.sf.net/config_modifiers.html -->91 <!-- See http://checkstyle.sf.net/config_blocks.html -->100 <!-- See http://checkstyle.sf.net/config_coding.html -->116 <!-- See http://checkstyle.sf.net/config_design.html -->[all …]
30 <property name="cacheFile" value="${checkstyle.cache.file}"/>33 <!-- See http://checkstyle.sf.net/config_javadoc.html -->41 <!-- See http://checkstyle.sf.net/config_naming.html -->54 <!-- See http://checkstyle.sf.net/config_import.html -->65 <!-- See http://checkstyle.sf.net/config_sizes.html -->75 <!-- See http://checkstyle.sf.net/config_whitespace.html -->89 <!-- See http://checkstyle.sf.net/config_modifiers.html -->95 <!-- See http://checkstyle.sf.net/config_blocks.html -->104 <!-- See http://checkstyle.sf.net/config_coding.html -->120 <!-- See http://checkstyle.sf.net/config_design.html -->[all …]
26 apply plugin: "checkstyle"28 checkstyle {32 if (rootProject.hasProperty("checkstyle.ignoreFailures")) {33 ignoreFailures = rootProject.properties["checkstyle.ignoreFailures"].toBoolean()37 // Checkstyle doesn't run automatically with android38 task checkStyleMain(type: Checkstyle) {44 task checkStyleTest(type: Checkstyle) {
30 <property name="cacheFile" value="${checkstyle.cache.file}"/>33 <!-- See http://checkstyle.sf.net/config_javadoc.html -->41 <!-- See http://checkstyle.sf.net/config_naming.html -->54 <!-- See http://checkstyle.sf.net/config_import.html -->63 <!-- See http://checkstyle.sf.net/config_sizes.html -->74 <!-- See http://checkstyle.sf.net/config_whitespace.html -->91 <!-- See http://checkstyle.sf.net/config_modifiers.html -->97 <!-- See http://checkstyle.sf.net/config_blocks.html -->106 <!-- See http://checkstyle.sf.net/config_coding.html -->122 <!-- See http://checkstyle.sf.net/config_design.html -->[all …]
58 …curl -L -o checkstyle-8.12-all.jar https://github.com/checkstyle/checkstyle/releases/download/chec…59 java -DrootDir=. -jar checkstyle-8.12-all.jar -c buildscripts/checkstyle.xml examples/src/
67 …curl -L -o checkstyle-8.12-all.jar https://github.com/checkstyle/checkstyle/releases/download/chec…68 java -DrootDir=. -jar checkstyle-8.12-all.jar -c buildscripts/checkstyle.xml examples/src/
34 @SuppressWarnings("checkstyle:JavadocType")39 @SuppressWarnings("checkstyle:JavadocMethod")44 @SuppressWarnings("checkstyle:JavadocMethod")49 @SuppressWarnings("checkstyle:JavadocMethod")54 @SuppressWarnings("checkstyle:JavadocMethod")61 @SuppressWarnings("checkstyle:JavadocMethod")
80 @SuppressWarnings("checkstyle:JavadocMethod")168 @SuppressWarnings("checkstyle:JavadocMethod")391 @SuppressWarnings("checkstyle:JavadocMethod")404 @SuppressWarnings("checkstyle:JavadocMethod")452 @SuppressWarnings("checkstyle:JavadocMethod")523 @SuppressWarnings("checkstyle:JavadocMethod")538 @SuppressWarnings("checkstyle:JavadocMethod")551 @SuppressWarnings("checkstyle:JavadocMethod")579 @SuppressWarnings("checkstyle:DesignForExtension")595 @SuppressWarnings("checkstyle:HiddenField")[all …]
176 @SuppressWarnings("checkstyle:HiddenField")201 @SuppressWarnings("checkstyle:HiddenField")213 @SuppressWarnings("checkstyle:VisibilityModifier")219 @SuppressWarnings("checkstyle:VisibilityModifier")225 @SuppressWarnings("checkstyle:VisibilityModifier")
271 … } else if (f == Const.SAME_LOCALS_1_STACK_ITEM_FRAME_EXTENDED) { // CHECKSTYLE IGNORE EmptyBlock in setFrameType()272 … } else if (f >= Const.CHOP_FRAME && f <= Const.CHOP_FRAME_MAX) { // CHECKSTYLE IGNORE EmptyBlock in setFrameType()273 } else if (f == Const.SAME_FRAME_EXTENDED) { // CHECKSTYLE IGNORE EmptyBlock in setFrameType()274 …} else if (f >= Const.APPEND_FRAME && f <= Const.APPEND_FRAME_MAX) { // CHECKSTYLE IGNORE EmptyBlo… in setFrameType()275 } else if (f == Const.FULL_FRAME) { // CHECKSTYLE IGNORE EmptyBlock in setFrameType()307 …} else if (frame_type == Const.SAME_LOCALS_1_STACK_ITEM_FRAME_EXTENDED) { // CHECKSTYLE IGNORE Emp… in setByteCodeOffset()309 frame_type <= Const.CHOP_FRAME_MAX) { // CHECKSTYLE IGNORE EmptyBlock in setByteCodeOffset()310 } else if (frame_type == Const.SAME_FRAME_EXTENDED) { // CHECKSTYLE IGNORE EmptyBlock in setByteCodeOffset()312 frame_type <= Const.APPEND_FRAME_MAX) { // CHECKSTYLE IGNORE EmptyBlock in setByteCodeOffset()313 } else if (frame_type == Const.FULL_FRAME) { // CHECKSTYLE IGNORE EmptyBlock in setByteCodeOffset()
33 enum class CheckStyle { kCheck = 0, kCircle, kCross, kDiamond, kSquare, kStar }; enum509 CheckStyle nStyle, in GetCheckBoxAppStream()514 case CheckStyle::kCheck: in GetCheckBoxAppStream()516 case CheckStyle::kCircle: in GetCheckBoxAppStream()519 case CheckStyle::kCross: in GetCheckBoxAppStream()521 case CheckStyle::kDiamond: in GetCheckBoxAppStream()524 case CheckStyle::kSquare: in GetCheckBoxAppStream()527 case CheckStyle::kStar: in GetCheckBoxAppStream()534 CheckStyle nStyle, in GetRadioButtonAppStream()539 case CheckStyle::kCheck: in GetRadioButtonAppStream()[all …]
3 "-//Checkstyle//DTD Checkstyle Configuration 1.3//EN"4 "https://checkstyle.org/dtds/configuration_1_3.dtd">7 Checkstyle configuration that checks the Google coding conventions from Google Java Style10 Checkstyle is very configurable. Be sure to read the documentation at11 http://checkstyle.sf.net (or in your downloaded distribution).25 <property name="headerFile" value="${rootDir}/buildscripts/checkstyle.license"/>31 <!-- See http://checkstyle.sf.net/config_whitespace.html -->187 <!-- <!-\- Checkstyle indentation rules conflict with google-java-format: -\-> -->
62 <checkstyle.plugin.version>2.17</checkstyle.plugin.version>316 <artifactId>maven-checkstyle-plugin</artifactId>317 <version>${checkstyle.plugin.version}</version>319 <configLocation>${basedir}/src/conf/checkstyle.xml</configLocation>349 <artifactId>maven-checkstyle-plugin</artifactId>350 <version>${checkstyle.plugin.version}</version>352 <configLocation>${basedir}/src/conf/checkstyle.xml</configLocation>361 <report>checkstyle</report>
2 checkstyle_hook = ${REPO_ROOT}/prebuilts/checkstyle/checkstyle.py --sha ${PREUPLOAD_COMMIT}
80 <artifactId>maven-checkstyle-plugin</artifactId>85 <configLocation>../../../../checkstyle.xml</configLocation>91 <goal>checkstyle</goal>
86 * Checkstyle.96 * Checkstyle.106 * Checkstyle.116 * Checkstyle.
88 <artifactId>maven-checkstyle-plugin</artifactId>93 <configLocation>../../../../checkstyle.xml</configLocation>99 <goal>checkstyle</goal>
7 Checkstyle configuration that checks the Google coding conventions from Google Java Style10 Checkstyle is very configurable. Be sure to read the documentation at11 http://checkstyle.sf.net (or in your downloaded distribution).24 <property name="headerFile" value="${config_loc}/checkstyle.license"/>31 <!-- See http://checkstyle.sf.net/config_whitespace.html -->