You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Andreas Dangel (JIRA)" <ji...@apache.org> on 2018/04/26 18:14:01 UTC

[jira] [Assigned] (MPMD-257) Allow skip WARNING 'This analysis could be faster ...' by analysisCache=false

     [ https://issues.apache.org/jira/browse/MPMD-257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andreas Dangel reassigned MPMD-257:
-----------------------------------

    Assignee: Andreas Dangel

> Allow skip WARNING 'This analysis could be faster ...' by analysisCache=false
> -----------------------------------------------------------------------------
>
>                 Key: MPMD-257
>                 URL: https://issues.apache.org/jira/browse/MPMD-257
>             Project: Maven PMD Plugin
>          Issue Type: Bug
>            Reporter: Roman Ivanov
>            Assignee: Andreas Dangel
>            Priority: Major
>
> in plugn where is property 
> https://maven.apache.org/plugins/maven-pmd-plugin/pmd-mojo.html#analysisCache
> that suppose to enable/disable cache
> but it is used only to allow set for cache location:
> https://github.com/apache/maven-pmd-plugin/blob/89687854bc1c965f26adbc78410f75e631f66088/src/main/java/org/apache/maven/plugins/pmd/PmdReport.java#L678
> Pmd allow to skip warning is "-nocahe" is defined.
> https://github.com/pmd/pmd/blob/451815bf0a790805a6a38c1c8bfe798f2a5f04bd/pmd-core/src/main/java/net/sourceforge/pmd/PMD.java#L300
> Detected:
> {code}
> $ mvn pmd:pmd -Dpmd.analysisCache=false
> ...
> [WARNING] This analysis could be faster, please consider using Incremental Analysis: https://pmd.github.io/pmd-6.1.0/pmd_userdocs_getting_started.html#incremental-analysis
> ..
> {code}
> Expected: no WARNING in output



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)