novoda / gradle-static-analysis-plugin

Easy setup of static analysis tools for Android and Java projects.
Apache License 2.0
407 stars 29 forks source link

Address warnings from validateTaskProperties task #44

Closed mr-archano closed 2 years ago

mr-archano commented 6 years ago
> Task :plugin:validateTaskProperties 
Task property validation finished with warnings:
  - Warning: Task type 'com.novoda.staticanalysis.EvaluateViolationsTask': property 'reportUrlRenderer' is not annotated with an input or output annotation.
  - Warning: Task type 'com.novoda.staticanalysis.internal.checkstyle.CollectCheckstyleViolationsTask': property 'htmlReportFile' is not annotated with an input or output annotation.
  - Warning: Task type 'com.novoda.staticanalysis.internal.checkstyle.CollectCheckstyleViolationsTask': property 'xmlReportFile' is not annotated with an input or output annotation.
  - Warning: Task type 'com.novoda.staticanalysis.internal.findbugs.CollectFindbugsViolationsTask': property 'htmlReportFile' is not annotated with an input or output annotation.
  - Warning: Task type 'com.novoda.staticanalysis.internal.findbugs.CollectFindbugsViolationsTask': property 'xmlReportFile' is not annotated with an input or output annotation.
  - Warning: Task type 'com.novoda.staticanalysis.internal.findbugs.GenerateFindBugsHtmlReport': property 'htmlReportFile' is not annotated with an input or output annotation.
  - Warning: Task type 'com.novoda.staticanalysis.internal.findbugs.GenerateFindBugsHtmlReport': property 'xmlReportFile' is not annotated with an input or output annotation.
  - Warning: Task type 'com.novoda.staticanalysis.internal.findbugs.QuietFindbugsPlugin$Task': property 'logger' is not annotated with an input or output annotation.
  - Warning: Task type 'com.novoda.staticanalysis.internal.pmd.CollectPmdViolationsTask': property 'htmlReportFile' is not annotated with an input or output annotation.
  - Warning: Task type 'com.novoda.staticanalysis.internal.pmd.CollectPmdViolationsTask': property 'xmlReportFile' is not annotated with an input or output annotation.
tasomaniac commented 4 years ago

This task is not available anymore. I wonder if this was gone with Gradle 5.6 upgrade.