mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
. Update to 3.2.
PR: 59187 Submitted by: Dave Glowacki <dglo@glowacki.dyndns.org>
This commit is contained in:
parent
ebaae469b6
commit
642de06d76
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=95892
3 changed files with 22 additions and 190 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= checkstyle
|
||||
PORTVERSION= 3.1
|
||||
PORTVERSION= 3.2
|
||||
CATEGORIES= java devel
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
@ -24,12 +24,30 @@ NEED_JAVAC= YES
|
|||
PLIST= ${WRKDIR}/PLIST
|
||||
|
||||
JAVALIBNAME= ${PORTNAME}-${PORTVERSION}
|
||||
APIDOCSDIR= ${DOCSDIR}/${JAVALIBNAME}
|
||||
APIDOCSDIR= ${DOCSDIR}/javadoc
|
||||
STYLEDIR= ${JAVASHAREDIR}/${PORTNAME}
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
PORTDOCS= *
|
||||
.endif
|
||||
|
||||
pre-install:
|
||||
@${RM} -f ${PLIST}
|
||||
@${TOUCH} ${PLIST}
|
||||
@${ECHO} ${JAVAJARDIR}/${PORTNAME}.jar | \
|
||||
${SED} "s,${PREFIX}/*,," >> ${PLIST}
|
||||
@${ECHO} ${JAVAJARDIR}/${PORTNAME}-optional.jar | \
|
||||
${SED} "s,${PREFIX}/*,," >> ${PLIST}
|
||||
@${ECHO} "@unexec ${RMDIR} ${JAVAJARDIR} 2>/dev/null || true" | \
|
||||
${SED} "s,${PREFIX}/*,," >> ${PLIST}
|
||||
@${FIND} ${WRKSRC}/target/dist/${PORTNAME}-${PORTVERSION}/contrib/ \
|
||||
-type f -print | \
|
||||
${SED} "s,${WRKSRC}/target/dist/${PORTNAME}-${PORTVERSION}/contrib/,${STYLEDIR}/," | \
|
||||
${SED} "s,${PREFIX}/*,," >> ${PLIST}
|
||||
@${FIND} ${WRKSRC}/target/dist/${PORTNAME}-${PORTVERSION}/contrib/ \
|
||||
-type d -print | ${SORT} -r | \
|
||||
${SED} "s,${WRKSRC}/target/dist/${PORTNAME}-${PORTVERSION}/contrib/,${STYLEDIR}/," | \
|
||||
${SED} -e "s,${PREFIX}/*,," -e "s,^,@dirrm ,g" >> ${PLIST}
|
||||
|
||||
do-build:
|
||||
@cd ${WRKSRC} && \
|
||||
|
@ -40,18 +58,11 @@ do-install: do-install-jar do-install-data do-install-apidocs
|
|||
do-install-jar:
|
||||
@${MKDIR} ${JAVAJARDIR}
|
||||
@${INSTALL_DATA} ${WRKSRC}/target/dist/${PORTNAME}-${PORTVERSION}/${PORTNAME}-all-${PORTVERSION}.jar ${JAVAJARDIR}/${PORTNAME}.jar
|
||||
@${ECHO} ${JAVAJARDIR}/${PORTNAME}.jar | \
|
||||
${SED} "s,${PREFIX}/*,," >> ${PLIST}
|
||||
@${ECHO} "@unexec ${RMDIR} ${JAVAJARDIR} 2>/dev/null || true" | \
|
||||
${SED} "s,${PREFIX}/*,," >> ${PLIST}
|
||||
@${INSTALL_DATA} ${WRKSRC}/target/dist/${PORTNAME}-${PORTVERSION}/${PORTNAME}-${PORTVERSION}-optional.jar ${JAVAJARDIR}/${PORTNAME}-optional.jar
|
||||
|
||||
do-install-data:
|
||||
@${MKDIR} ${STYLEDIR}
|
||||
@${CP} -r ${WRKSRC}/target/dist/${PORTNAME}-${PORTVERSION}/contrib/* ${STYLEDIR}
|
||||
@${FIND} ${STYLEDIR} -type f -print | \
|
||||
${SED} "s,${PREFIX}/*,," >> ${PLIST}
|
||||
@${FIND} ${STYLEDIR} -type d -print | sort -r | \
|
||||
${SED} -e "s,${PREFIX}/*,," -e "s,^,@dirrm ,g" >> ${PLIST}
|
||||
|
||||
do-install-apidocs:
|
||||
.if !defined(NOPORTDOCS)
|
||||
|
@ -60,10 +71,6 @@ do-install-apidocs:
|
|||
${TAR} -c --exclude '*.jar' --exclude contrib -f - .) | \
|
||||
(cd ${APIDOCSDIR} && ${TAR} --unlink -x -f -)
|
||||
@${CHOWN} -h -R ${SHAREOWN}:${SHAREGRP} ${APIDOCSDIR}
|
||||
@${FIND} ${APIDOCSDIR} -type f -print | \
|
||||
${SED} "s,${PREFIX}/*,," >> ${PLIST}
|
||||
@${FIND} ${APIDOCSDIR} -type d -print | sort -r | \
|
||||
${SED} -e "s,${PREFIX}/*,," -e "s,^,@dirrm ,g" >> ${PLIST}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (checkstyle-src-3.1.tar.gz) = 4c33e303911cb340b7dcfbf25da611d8
|
||||
MD5 (checkstyle-src-3.2.tar.gz) = 8ce757fb53069f2eab098c454cc5b7d5
|
||||
|
|
|
@ -1,175 +0,0 @@
|
|||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/DefaultConfiguration.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/ParameterNameCheck.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/package-summary.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/AvoidStarImportCheck.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/SimplifyBooleanExpressionCheck.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/AbstractImportCheck.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/UnusedImportsCheck.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/SimplifyBooleanReturnCheck.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/NoWhitespaceAfterCheck.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/EmptyBlockCheck.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/LeftCurlyOption.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/MethodNameCheck.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/RightCurlyCheck.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/NeedBracesCheck.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/PadOption.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/ParameterNumberCheck.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/AbstractOption.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/AbstractOptionCheck.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/TabCharacterCheck.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/RegexpHeaderCheck.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/AbstractFormatCheck.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/VisibilityModifierCheck.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/NoWhitespaceBeforeCheck.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/ParenPadCheck.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/GenericIllegalRegexpCheck.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/package-frame.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/RedundantModifierCheck.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/FinalParametersCheck.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/JavadocMethodCheck.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/ConstantNameCheck.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/WhitespaceAfterCheck.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/MethodLengthCheck.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/FileLengthCheck.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/StaticVariableNameCheck.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/TypeNameCheck.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/InnerAssignmentCheck.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/TranslationCheck.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/RedundantImportCheck.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/HiddenFieldCheck.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/LeftCurlyCheck.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/JavadocVariableCheck.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/PackageHtmlCheck.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/LocalFinalVariableNameCheck.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/IllegalInstantiationCheck.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/UpperEllCheck.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/LocalVariableNameCheck.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/package-tree.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/EqualsHashCodeCheck.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/IllegalImportCheck.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/LineLengthCheck.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/AbstractNameCheck.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/TodoCommentCheck.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/WhitespaceAroundCheck.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/MemberNameCheck.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/HeaderCheck.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/BlockOption.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/PackageNameCheck.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/OperatorWrapCheck.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/OperatorWrapOption.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/ModifierOrderCheck.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/JavadocTypeCheck.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/RightCurlyOption.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks/EmptyForIteratorPadCheck.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/api/FileSetCheck.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/api/Scope.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/api/package-tree.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/api/Utils.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/api/MessageDispatcher.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/api/FileContents.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/api/AbstractFileSetCheck.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/api/FullIdent.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/api/Context.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/api/AutomaticBean.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/api/LocalizedMessage.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/api/TokenTypes.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/api/Contextualizable.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/api/ScopeUtils.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/api/DetailAST.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/api/package-frame.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/api/Check.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/api/LocalizedMessages.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/api/Configuration.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/api/Configurable.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/api/package-summary.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/api/CheckstyleException.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/CheckStyleTask.FormatterType.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/TreeWalker.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/Defn.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/package-tree.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/CheckStyleTask.Formatter.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/ModuleFactory.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/Checker.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/CheckStyleTask.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/package-summary.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/AuditEvent.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/CheckStyleTask.Property.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/package-frame.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/PackageNamesLoader.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/XMLLogger.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/DefaultLogger.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/DefaultContext.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/AuditListener.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/Main.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/overview-frame.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/index-all.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/index.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/help-doc.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/overview-tree.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/packages.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/stylesheet.css
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/allclasses-frame.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/overview-summary.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/package-list
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/serialized-form.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/api/deprecated-list.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/java.header
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/mystyle.css
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/gui_screenshot.png
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/checkstyle_checks.xml
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/xmllogger.dtd
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/logo.png
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/sun_checks.xml
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/config_header.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/config_modifiers.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/config_import.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/index.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/config_whitespace.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/config_sizes.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/cmdline.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/config_blocks.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/config.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/engine.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/releasenotes.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/anttask.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/property_types.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/config_misc.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/config_javadoc.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/config_naming.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/config_reporting.html
|
||||
share/doc/checkstyle/checkstyle-3.0/docs/writingchecks.html
|
||||
share/doc/checkstyle/checkstyle-3.0/TODO
|
||||
share/doc/checkstyle/checkstyle-3.0/README
|
||||
share/doc/checkstyle/checkstyle-3.0/LICENSE
|
||||
share/doc/checkstyle/checkstyle-3.0/RIGHTS.antlr
|
||||
share/doc/checkstyle/checkstyle-3.0/LICENSE.apache
|
||||
share/java/classes/checkstyle.jar
|
||||
share/java/checkstyle/examples/checks/com/mycompany/checks/MethodLimitCheck.java
|
||||
share/java/checkstyle/examples/checks/com/mycompany/checks/messages.properties
|
||||
share/java/checkstyle/examples/checks/com/mycompany/checks/LimitImplementationFiles.java
|
||||
share/java/checkstyle/examples/checks/mycompany_conf.xml
|
||||
share/java/checkstyle/examples/conf/openorb.xml
|
||||
share/java/checkstyle/examples/conf/BlochEffectiveJava.xml
|
||||
share/java/checkstyle/checkstyle-text.xsl
|
||||
share/java/checkstyle/checkstyle-simple.xsl
|
||||
share/java/checkstyle/checkstyle-noframes-sorted.xsl
|
||||
share/java/checkstyle/checkstyle-frames.xsl
|
||||
share/java/checkstyle/JavadocCheckDefault.java
|
||||
share/java/checkstyle/checkstyle-noframes.xsl
|
||||
@dirrm share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/checks
|
||||
@dirrm share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle/api
|
||||
@dirrm share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools/checkstyle
|
||||
@dirrm share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl/tools
|
||||
@dirrm share/doc/checkstyle/checkstyle-3.0/docs/api/com/puppycrawl
|
||||
@dirrm share/doc/checkstyle/checkstyle-3.0/docs/api/com
|
||||
@dirrm share/doc/checkstyle/checkstyle-3.0/docs/api
|
||||
@dirrm share/doc/checkstyle/checkstyle-3.0/docs
|
||||
@dirrm share/doc/checkstyle/checkstyle-3.0
|
||||
@dirrm share/doc/checkstyle
|
||||
@dirrm share/java/checkstyle/examples/checks/com/mycompany/checks
|
||||
@dirrm share/java/checkstyle/examples/checks/com/mycompany
|
||||
@dirrm share/java/checkstyle/examples/checks/com
|
||||
@dirrm share/java/checkstyle/examples/checks
|
||||
@dirrm share/java/checkstyle/examples/conf
|
||||
@dirrm share/java/checkstyle/examples
|
||||
@dirrm share/java/checkstyle
|
Loading…
Add table
Reference in a new issue