Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for FileExistFilter (0.12 sec)

  1. platforms/jvm/code-quality/src/main/groovy/org/gradle/api/plugins/quality/internal/PmdInvoker.groovy

        PmdInvoker(PmdActionParameters parameters) {
            this.parameters = parameters
        }
    
        void execute(AntBuilderDelegate ant) {
            FileCollection pmdClasspath = parameters.getPmdClasspath().filter(new FileExistFilter())
    
            // PMD uses java.class.path to determine it's implementation classpath for incremental analysis
            // Since we run PMD inside the Gradle daemon, this pulls in all of Gradle's runtime.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jun 21 12:23:38 UTC 2023
    - 7.7K bytes
    - Viewed (0)
Back to top