[
https://issues.apache.org/jira/browse/MCHECKSTYLE-107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov closed MCHECKSTYLE-107.
--------------------------------------
Resolution: Auto Closed
This issue has been auto closed because it has been inactive for a long period
of time. If you think this issue still applies, retest your problem with the
most recent version of Maven and the affected component, reopen and post your
results.
> Possibility to check classes, chosen with datetime filter
> ---------------------------------------------------------
>
> Key: MCHECKSTYLE-107
> URL: https://issues.apache.org/jira/browse/MCHECKSTYLE-107
> Project: Maven Checkstyle Plugin
> Issue Type: Improvement
> Reporter: Sergey Petrovskiy
> Priority: Major
>
> The goal is to check not all classes of project, but only last commited.
> If I start checkstyle with ant, I can define datetime:
> {code:xml}
> <checkstyle config="${env.LOCAL_HOME}/ICC.checks.xml"
> failOnViolation="false">
> <fileset dir="${user.dir}">
> <include name="**/*.java"/>
> <exclude name="**/*Test*.java" />
> <date datetime="${start.qa.day}" when="after"/>
> </fileset>
> <formatter type="xml" tofile="${qalab.dir}/checkstyle-report.xml"/>
> </checkstyle>
> {code}
> I could not find this possibility for maven pmd plugin.
> BTW: the same possibility required in PMD plugin.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)