JAM-Software / SonarDelphi

This repository contains the source code to the Sonar-Delphi plugin. Can be used to analyse Delphi projects with SonarQube.
31 stars 12 forks source link

Warning because ruleset name and description are missing #21

Open x3ntrix opened 3 years ago

x3ntrix commented 3 years ago

The plugin is producing two warnings regarding the rule set in the console output, which should be easily fixable.

17:22:37.582 INFO: Done
17:22:37.582 INFO: Sensor Combined LCOV and LOC sensor [delphi] (done) | time=9981ms
17:22:37.582 INFO: Sensor Delphi SurefireSensor [delphi]
17:22:37.582 INFO: Delphi sensor execute...
17:22:37.582 WARN: No Surefire reports directory found! Using default directory: target/surefire-reports
17:22:37.582 WARN: surefire report path not found F:\workspace\SB_trunk\target\surefire-reports
17:22:37.582 INFO: Sensor Delphi SurefireSensor [delphi] (done) | time=0ms
17:22:37.582 INFO: Sensor PMD sensor [delphi]
17:22:37.582 INFO: PMD sensor.execute
17:22:37.736 INFO: PMD configuration: F:\workspace\SB_trunk\.scannerwork\delph.xml
Nov 16, 2021 5:22:37 PM net.sourceforge.pmd.RuleSetFactory parseRuleSetNode
WARNING: RuleSet name is missing. Future versions of PMD will require it.
Nov 16, 2021 5:22:37 PM net.sourceforge.pmd.RuleSetFactory parseRuleSetNode
WARNING: RuleSet description is missing. Future versions of PMD will require it.
17:22:37.796 INFO: No include directories found in project configuration.
17:22:37.797 INFO: PMD Parsing project Default Project
17:22:37.797 INFO: 0% done...
17:22:38.227 INFO: 10% done...