ttomcat-1778514358873.zip-extract/apache-tomcat-11.0.18-src/res/checkstyle/test-checkstyle.xml

Path
ttomcat-1778514358873.zip-extract/apache-tomcat-11.0.18-src/res/checkstyle/test-checkstyle.xml
Status
scanned
Type
file
Name
test-checkstyle.xml
Extension
.xml
Programming language

      
    
Mime type
text/xml
File type
XML 1.0 document, ASCII text, with CRLF line terminators
Tag

      
    
Rootfs path

      
    
Size
4245 (4.1 KB)
MD5
e3582334b1d00971bc6d9496891e4158
SHA1
9a2be9760cd54e53256eb3db8aeb3bf8200902ad
SHA256
4b5105926b0dea68180812542ef9335ba98686012c4134c541348f600c104f3f
SHA512

      
    
SHA1_git
f1f8d1c192d3e723f8c45c9e42c4689089050201
Is binary

      
    
Is text
True
Is archive

      
    
Is media

      
    
Is legal

      
    
Is manifest

      
    
Is readme

      
    
Is top level

      
    
Is key file

      
    
test-checkstyle.xml | 4.1 KB |

<?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <!DOCTYPE module PUBLIC "-//Checkstyle//DTD Checkstyle Configuration 1.3//EN" "https://checkstyle.org/dtds/configuration_1_3.dtd"> <module name="Checker"> <!-- When adding checks, keep to the order checks are listed under --> <!-- 'Standard Checks' in the Checkstyle documentation: --> <!-- http://checkstyle.sourceforge.net/config_coding.html --> <!-- Cache what has passed checkstyle --> <property name="cacheFile" value="${tomcat.output}/res/checkstyle/cachefile-test-checkstyle.xml"/> <!-- Headers --> <module name="RegexpHeader"> <property name="headerFile" value="${basedir}/res/checkstyle/header-al2.txt"/> <property name="multiLines" value="1, 2, 3, 4"/> <property name="fileExtensions" value="java,xml,jsp,txt,sh,bat,properties,yaml"/> </module> <!-- Whitespace --> <module name="FileTabCharacter"/> <module name="RegexpSingleline"> <!-- No trailing whitespace --> <property name="format" value="\s+$"/> </module> <module name="TreeWalker"> <!-- Annotations --> <module name="AnnotationLocation"/> <module name="AnnotationUseStyle"/> <module name="MissingOverride"/> <module name="PackageAnnotation"/> <!-- Block Checks --> <module name="AvoidNestedBlocks"> <property name="allowInSwitchCase" value="true"/> </module> <module name="NeedBraces"/> <!-- Coding --> <module name="IllegalInstantiation"/> <!-- Imports --> <module name="AvoidStarImport"/> <module name="AvoidStaticImport"> <property name="excludes" value="org.apache.catalina.startup.SimpleHttpClient.CRLF"/> <property name="excludes" value="org.hamcrest.MatcherAssert.*"/> <property name="excludes" value="org.hamcrest.core.IsInstanceOf.*"/> </module> <module name="IllegalImport"> <property name="illegalPkgs" value="sun,junit.framework"/> </module> <module name="ImportOrder"> <property name="groups" value="java,javax,jakarta,org.hamcrest,org.junit,org,async,jsp2,util"/> <property name="ordered" value="true"/> <property name="separated" value="true"/> <property name="option" value="above"/> </module> <module name="RedundantImport"/> <module name="UnusedImports"/> <!-- Javadoc Comments --> <module name="InvalidJavadocPosition"/> <module name="JavadocBlockTagLocation"/> <module name="JavadocContentLocationCheck"/> <module name="JavadocMethod"> <property name="accessModifiers" value="public,protected"/> </module> <module name="JavadocMissingLeadingAsterisk"/> <module name="JavadocMissingWhitespaceAfterAsterisk"/> <module name="JavadocStyle"> <property name="checkFirstSentence" value="false"/> <property name="checkEmptyJavadoc" value="false"/> <!-- Does not handle HTML tags in {@code ...} correctly --> <property name="checkHtml" value="false"/> </module> <module name="NonEmptyAtclauseDescription"/> <module name="SingleLineJavadoc"/> <!-- Modifiers --> <module name="ModifierOrder"/> <!-- Whitespace --> <module name="GenericWhitespace"/> <module name="EmptyForInitializerPad"/> <module name="EmptyForIteratorPad"/> </module> </module>
Detected license expression
apache-2.0
Detected license expression (SPDX)
Apache-2.0
Percentage of license text
27.48
Copyrights

      
    
Holders

      
    
Authors

      
    
License detections License expression License expression SPDX
apache_2_0-4bde3f57-78aa-4201-96bf-531cba09e7de apache-2.0 Apache-2.0
URL Start line End line
http://www.apache.org/licenses/LICENSE-2.0 10 10
https://checkstyle.org/dtds/configuration_1_3.dtd 20 20
http://checkstyle.sourceforge.net/config_coding.html 24 24