forked from phoedos/pmd
[test] Document deprecated attribute useAuxClasspath in schema
This commit is contained in:
parent
c1b8d6a5d8
commit
d9984ec92f
@ -73,7 +73,13 @@
|
||||
</documentation>
|
||||
</annotation>
|
||||
</attribute>
|
||||
<attribute name="useAuxClasspath" type="boolean" default="true"/>
|
||||
<attribute name="useAuxClasspath" type="boolean" default="true">
|
||||
<annotation>
|
||||
<documentation>
|
||||
This attribute is deprecated, it is assumed true and ignored.
|
||||
</documentation>
|
||||
</annotation>
|
||||
</attribute>
|
||||
|
||||
<attribute name="disabled" type="boolean" default="false">
|
||||
<annotation>
|
||||
|
@ -308,7 +308,7 @@ public abstract class RuleTst {
|
||||
/**
|
||||
* Extract a set of tests from an XML file. The file should be
|
||||
* ./xml/RuleName.xml relative to the test class. The format is defined in
|
||||
* test-data.xsd.
|
||||
* rule-tests_1_0_0.xsd in pmd-test-schema.
|
||||
*/
|
||||
RuleTestCollection parseTestCollection(Rule rule) {
|
||||
String testsFileName = getCleanRuleName(rule);
|
||||
|
@ -73,7 +73,13 @@
|
||||
</documentation>
|
||||
</annotation>
|
||||
</attribute>
|
||||
<attribute name="useAuxClasspath" type="boolean" default="true"/>
|
||||
<attribute name="useAuxClasspath" type="boolean" default="true">
|
||||
<annotation>
|
||||
<documentation>
|
||||
This attribute is deprecated, it is assumed true and ignored.
|
||||
</documentation>
|
||||
</annotation>
|
||||
</attribute>
|
||||
|
||||
<attribute name="disabled" type="boolean" default="false">
|
||||
<annotation>
|
||||
|
Loading…
x
Reference in New Issue
Block a user