diff --git a/feed.xml b/feed.xml
index 4d5617d003..4ceabbe6f8 100644
--- a/feed.xml
+++ b/feed.xml
@@ -5,8 +5,8 @@
addRuleSet
,
and getRuleSetPaths
.BaseCLITest
have been deprecated with replacements.PMDCommandLineInterface
have been explicitly deprecated.
+ Several members of PMDCommandLineInterface
have been explicitly deprecated.
The whole class however was deprecated long ago already with 6.30.0. It is internal API and should
-not be used.
AmbiguousResolutionRule
+and ConnectUsingNonConnector
have been deprecated,
+since they didn’t comply to the usual rule class naming conventions yet.
+The replacements are in the subpackage bestpractices
.Since: PMD 6.21.0
+Priority: Medium (3)
There is multiple candidates for this type resolution. While generally this is not an error, this may indicate a bug.
-This rule is defined by the following Java class: net.sourceforge.pmd.lang.modelica.rule.AmbiguousResolutionRule
+This rule is defined by the following Java class: net.sourceforge.pmd.lang.modelica.rule.bestpractices.AmbiguousResolutionRule
Example(s):
@@ -1478,6 +1480,8 @@ end Test;Since: PMD 6.21.0
+Priority: High (1)
Having a class starting with some name and some different @@ -1502,12 +1506,14 @@ end SomeOtherName /* should be SomeName */;
Since: PMD 6.21.0
+Priority: Medium High (2)
Modelica specification requires passing connectors to the connect
clause,
while some implementations tolerate using it on plain variables, etc..
This rule is defined by the following Java class: net.sourceforge.pmd.lang.modelica.rule.ConnectUsingNonConnector
+This rule is defined by the following Java class: net.sourceforge.pmd.lang.modelica.rule.bestpractices.ConnectUsingNonConnectorRule
Example(s):