- CharacterPropertyTest - Class in net.sourceforge.pmd.properties
-
Evaluates the functionality of the CharacterProperty descriptor by testing
its ability to catch creation errors (illegal args), flag invalid characters,
and serialize/deserialize any default values.
- CharacterPropertyTest() - Constructor for class net.sourceforge.pmd.properties.CharacterPropertyTest
-
- cleanUp() - Method in class net.sourceforge.pmd.renderers.YAHTMLRendererTest
-
- cleanupStream() - Method in class net.sourceforge.pmd.RuleSetWriterTest
-
Closes the output stream at the end.
- clearSystemProperties() - Method in class net.sourceforge.pmd.cli.PMDCommandLineInterfaceTest
-
- CodeClimateRendererTest - Class in net.sourceforge.pmd.renderers
-
- CodeClimateRendererTest() - Constructor for class net.sourceforge.pmd.renderers.CodeClimateRendererTest
-
- CompoundListTest - Class in net.sourceforge.pmd.util
-
- CompoundListTest() - Constructor for class net.sourceforge.pmd.util.CompoundListTest
-
- ConfigurationTest - Class in net.sourceforge.pmd
-
- ConfigurationTest() - Constructor for class net.sourceforge.pmd.ConfigurationTest
-
- constructor_GivenHttpUrl_InputStream() - Method in class net.sourceforge.pmd.RuleSetReferenceIdTest
-
- constructor_GivenHttpUrl_SingleRule_InputStream() - Method in class net.sourceforge.pmd.RuleSetReferenceIdTest
-
- constructor_GivenHttpUrlId_SucceedsAndProcessesIdCorrectly() - Method in class net.sourceforge.pmd.RuleSetReferenceIdTest
-
- count - Static variable in class net.sourceforge.pmd.processor.MultiThreadProcessorTest.NotThreadSafeRule
-
- CPDConfigurationTest - Class in net.sourceforge.pmd.cpd
-
- CPDConfigurationTest() - Constructor for class net.sourceforge.pmd.cpd.CPDConfigurationTest
-
- CpddummyLanguage - Class in net.sourceforge.pmd.cpd
-
Sample language for testing LanguageFactory.
- CpddummyLanguage() - Constructor for class net.sourceforge.pmd.cpd.CpddummyLanguage
-
- CPDTaskTest - Class in net.sourceforge.pmd.ant
-
- CPDTaskTest() - Constructor for class net.sourceforge.pmd.ant.CPDTaskTest
-
- CPDTest - Class in net.sourceforge.pmd.cpd
-
Unit test for CPD
- CPDTest() - Constructor for class net.sourceforge.pmd.cpd.CPDTest
-
- createBadProperty(boolean) - Method in class net.sourceforge.pmd.properties.AbstractPropertyDescriptorTester
-
Attempt to create a property with faulty configuration values.
- createBadProperty(boolean) - Method in class net.sourceforge.pmd.properties.BooleanPropertyTest
-
Method createBadProperty.
- createBadProperty(boolean) - Method in class net.sourceforge.pmd.properties.CharacterPropertyTest
-
Creates a bad property that is missing either its name or description or
includes a delimiter in the set of legal values.
- createBadProperty(boolean) - Method in class net.sourceforge.pmd.properties.DoublePropertyTest
-
Attempts to create a property with invalid constructor arguments.
- createBadProperty(boolean) - Method in class net.sourceforge.pmd.properties.EnumeratedPropertyTest
-
Method createBadProperty.
- createBadProperty(boolean) - Method in class net.sourceforge.pmd.properties.FloatPropertyTest
-
Method createBadProperty.
- createBadProperty(boolean) - Method in class net.sourceforge.pmd.properties.IntegerPropertyTest
-
Method createBadProperty.
- createBadProperty(boolean) - Method in class net.sourceforge.pmd.properties.MethodPropertyTest
-
- createBadProperty(boolean) - Method in class net.sourceforge.pmd.properties.StringPropertyTest
-
Method createBadProperty.
- createBadProperty(boolean) - Method in class net.sourceforge.pmd.properties.TypePropertyTest
-
Method createProperty.
- createBadValue(int) - Method in class net.sourceforge.pmd.properties.AbstractPropertyDescriptorTester
-
Return a value(s) that is known to be faulty per the general scope of the
descriptor.
- createBadValue(int) - Method in class net.sourceforge.pmd.properties.BooleanPropertyTest
-
- createBadValue(int) - Method in class net.sourceforge.pmd.properties.CharacterPropertyTest
-
Method createBadValue.
- createBadValue(int) - Method in class net.sourceforge.pmd.properties.DoublePropertyTest
-
Creates and returns (count) number of out-of-range values
- createBadValue(int) - Method in class net.sourceforge.pmd.properties.EnumeratedPropertyTest
-
Returns a (count) number of values that are not in the set of legal
values.
- createBadValue(int) - Method in class net.sourceforge.pmd.properties.FloatPropertyTest
-
Creates and returns (count) number of out-of-range float values
- createBadValue(int) - Method in class net.sourceforge.pmd.properties.IntegerPropertyTest
-
Creates and returns (count) number of out-of-range Integer values
- createBadValue(int) - Method in class net.sourceforge.pmd.properties.MethodPropertyTest
-
- createBadValue(int) - Method in class net.sourceforge.pmd.properties.StringPropertyTest
-
Method createBadValue.
- createBadValue(int) - Method in class net.sourceforge.pmd.properties.TypePropertyTest
-
Method createBadValue.
- createProperty(boolean) - Method in class net.sourceforge.pmd.properties.AbstractPropertyDescriptorTester
-
Creates and returns a properly configured property descriptor.
- createProperty(boolean) - Method in class net.sourceforge.pmd.properties.BooleanPropertyTest
-
Method createProperty.
- createProperty(boolean) - Method in class net.sourceforge.pmd.properties.CharacterPropertyTest
-
Method createProperty.
- createProperty(boolean) - Method in class net.sourceforge.pmd.properties.DoublePropertyTest
-
Creates and returns a property with a (maxCount) value cardinality.
- createProperty(boolean) - Method in class net.sourceforge.pmd.properties.EnumeratedPropertyTest
-
Method createProperty.
- createProperty(boolean) - Method in class net.sourceforge.pmd.properties.FloatPropertyTest
-
Method createProperty.
- createProperty(boolean) - Method in class net.sourceforge.pmd.properties.IntegerPropertyTest
-
Method createProperty.
- createProperty(boolean) - Method in class net.sourceforge.pmd.properties.MethodPropertyTest
-
- createProperty(boolean) - Method in class net.sourceforge.pmd.properties.StringPropertyTest
-
Method createProperty.
- createProperty(boolean) - Method in class net.sourceforge.pmd.properties.TypePropertyTest
-
Method createProperty.
- createRuleViolation(Rule, RuleContext, Node, String) - Method in class net.sourceforge.pmd.lang.DummyLanguageModule.RuleViolationFactory
-
- createRuleViolation(Rule, RuleContext, Node, String, int, int) - Method in class net.sourceforge.pmd.lang.DummyLanguageModule.RuleViolationFactory
-
- createValue(int) - Method in class net.sourceforge.pmd.properties.AbstractPropertyDescriptorTester
-
Return a legal value(s) per the general scope of the descriptor.
- createValue(int) - Method in class net.sourceforge.pmd.properties.BooleanPropertyTest
-
Method createValue.
- createValue(int) - Method in class net.sourceforge.pmd.properties.CharacterPropertyTest
-
Method createValue.
- createValue(int) - Method in class net.sourceforge.pmd.properties.DoublePropertyTest
-
Creates and returns (count) number of legal Double values
- createValue(int) - Method in class net.sourceforge.pmd.properties.EnumeratedPropertyTest
-
Method createValue.
- createValue(int) - Method in class net.sourceforge.pmd.properties.FloatPropertyTest
-
Method createValue.
- createValue(int) - Method in class net.sourceforge.pmd.properties.IntegerPropertyTest
-
Method createValue.
- createValue(int) - Method in class net.sourceforge.pmd.properties.MethodPropertyTest
-
- createValue(int) - Method in class net.sourceforge.pmd.properties.StringPropertyTest
-
Method createValue.
- createValue(int) - Method in class net.sourceforge.pmd.properties.TypePropertyTest
-
Method createValue.
- CSVRendererTest - Class in net.sourceforge.pmd.cpd
-
- CSVRendererTest() - Constructor for class net.sourceforge.pmd.cpd.CSVRendererTest
-
- CSVRendererTest - Class in net.sourceforge.pmd.renderers
-
- CSVRendererTest() - Constructor for class net.sourceforge.pmd.renderers.CSVRendererTest
-
- tearDown() - Method in class net.sourceforge.pmd.util.database.DBTypeTest
-
- TERSE_NAME - Static variable in class net.sourceforge.pmd.lang.Dummy2LanguageModule
-
- TERSE_NAME - Static variable in class net.sourceforge.pmd.lang.DummyLanguageModule
-
- test() - Method in class net.sourceforge.pmd.ReadableDurationTest
-
- testAbsolutePathRuleSet() - Method in class net.sourceforge.pmd.RuleSetReferenceIdTest
-
- testAccessors() - Method in class net.sourceforge.pmd.RuleSetTest
-
- testAddClassOfQ() - Method in class net.sourceforge.pmd.util.TypeMapTest
-
- testAddExcludePattern() - Method in class net.sourceforge.pmd.RuleSetTest
-
- testAddExcludePatterns() - Method in class net.sourceforge.pmd.RuleSetTest
-
- testAddIncludePattern() - Method in class net.sourceforge.pmd.RuleSetTest
-
- testAddIncludePatterns() - Method in class net.sourceforge.pmd.RuleSetTest
-
- testAddRuleSet() - Method in class net.sourceforge.pmd.RuleSetTest
-
- testAddRuleSetByReferenceAllRule() - Method in class net.sourceforge.pmd.RuleSetTest
-
- testAddRuleSetByReferenceBad() - Method in class net.sourceforge.pmd.RuleSetTest
-
- testAddRuleSetByReferenceSingleRule() - Method in class net.sourceforge.pmd.RuleSetTest
-
- testApply0Rules() - Method in class net.sourceforge.pmd.RuleSetTest
-
- testAsDelimitedString() - Method in class net.sourceforge.pmd.properties.AbstractPropertyDescriptorTester
-
- testAsMethodOn() - Method in class net.sourceforge.pmd.properties.MethodPropertyTest
-
- testAsProperties() - Method in class net.sourceforge.pmd.util.database.DBTypeTest
-
Test of getResourceBundleAsProperties method, of class DBType.
- testAsStringOn() - Method in class net.sourceforge.pmd.properties.MethodPropertyTest
-
- testAttributeAxisIterator() - Method in class net.sourceforge.pmd.lang.ast.xpath.AttributeAxisIteratorTest
-
Test hasNext and next.
- testAttributes() - Method in class net.sourceforge.pmd.RuleContextTest
-
- testBasic() - Method in class net.sourceforge.pmd.ant.CPDTaskTest
-
- testBasic() - Method in class net.sourceforge.pmd.ant.PMDTaskTest
-
- testBenchmark() - Method in class net.sourceforge.pmd.ConfigurationTest
-
- testBooleans() - Method in class net.sourceforge.pmd.properties.PropertyAccessorTest
-
- testBug1202() - Method in class net.sourceforge.pmd.RuleSetFactoryTest
-
Rule reference can't be resolved - ref is used instead of class and the class is old (pmd 4.3 and not pmd 5).
- testClassLoader() - Method in class net.sourceforge.pmd.ConfigurationTest
-
- testCommaInSingleId() - Method in class net.sourceforge.pmd.RuleSetReferenceIdTest
-
- testComparator() - Method in class net.sourceforge.pmd.RuleViolationComparatorTest
-
- testComparatorWithDifferentFilenames() - Method in class net.sourceforge.pmd.RuleViolationTest
-
- testComparatorWithSameFileDifferentLines() - Method in class net.sourceforge.pmd.RuleViolationTest
-
- testComparatorWithSameFileSameLines() - Method in class net.sourceforge.pmd.RuleViolationTest
-
- testCompareTo() - Method in class net.sourceforge.pmd.cpd.MatchTest
-
- testConstructor() - Method in class net.sourceforge.pmd.jaxen.AttributeTest
-
- testConstructor1() - Method in class net.sourceforge.pmd.RuleViolationTest
-
- testConstructor2() - Method in class net.sourceforge.pmd.RuleViolationTest
-
- testConstructors() - Method in class net.sourceforge.pmd.properties.AbstractPropertyDescriptorTester
-
- testContainsClassOfQ() - Method in class net.sourceforge.pmd.util.TypeMapTest
-
- testContainsString() - Method in class net.sourceforge.pmd.util.TypeMapTest
-
- testConversions() - Method in class net.sourceforge.pmd.util.DateTimeUtilTest
-
- testCopyXmlToClipboard() - Method in class net.sourceforge.pmd.util.designer.DesignerTest
-
Unit test for https://sourceforge.net/p/pmd/bugs/1168/
- testCreateEmptyRuleSet() - Method in class net.sourceforge.pmd.RuleSetFactoryTest
-
- testCreateRenderer() - Method in class net.sourceforge.pmd.ConfigurationTest
-
- testCreateRV() - Method in class net.sourceforge.pmd.AbstractRuleTest
-
- testCreateRV2() - Method in class net.sourceforge.pmd.AbstractRuleTest
-
- testCreation() - Method in class net.sourceforge.pmd.cpd.FileReporterTest
-
- testDebug() - Method in class net.sourceforge.pmd.ConfigurationTest
-
- testDefaultCharacterSet() - Method in class net.sourceforge.pmd.util.database.DBURITest
-
Verify that default CharacterSet are returned if non are provided in the
DBURI.
- testDefaultLanguagesList() - Method in class net.sourceforge.pmd.util.database.DBURITest
-
Verify that default languages are returned if non are provided in the
DBURI.
- testDefaultSchemasList() - Method in class net.sourceforge.pmd.util.database.DBURITest
-
Verify that default languages are returned if non are provided in the
DBURI.
- testDefaultSourceCodeNamesList() - Method in class net.sourceforge.pmd.util.database.DBURITest
-
Verify that default languages are returned if non are provided in the
DBURI.
- testDefaultSourceCodeTypesList() - Method in class net.sourceforge.pmd.util.database.DBURITest
-
Verify that default Source Code Types are returned if non are provided in
the DBURI.
- testDefaultStylesheet() - Method in class net.sourceforge.pmd.renderers.XSLTRendererTest
-
- testDFAFlag() - Method in class net.sourceforge.pmd.RuleSetFactoryTest
-
- testDirectDeprecatedRule() - Method in class net.sourceforge.pmd.RuleSetFactoryTest
-
- testDump() - Method in class net.sourceforge.pmd.util.database.DBURITest
-
Test of dump method, of class DBURI.
- testEmpty() - Method in class net.sourceforge.pmd.util.CompoundListTest
-
- testEmptyBadNext() - Method in class net.sourceforge.pmd.util.CompoundListTest
-
- testEmptyBadRemove() - Method in class net.sourceforge.pmd.util.CompoundListTest
-
- testEmptyReport() - Method in class net.sourceforge.pmd.cpd.FileReporterTest
-
- testEmptyRuleSet() - Method in class net.sourceforge.pmd.RuleSetReferenceIdTest
-
- testEmptyRuleSetFile() - Method in class net.sourceforge.pmd.RuleSetFactoryTest
-
See https://sourceforge.net/p/pmd/bugs/1225/
- testEncodingDetectionFromBOM() - Method in class net.sourceforge.pmd.cpd.SourceCodeTest
-
- testEncodingIsNotChangedWhenThereIsNoBOM() - Method in class net.sourceforge.pmd.cpd.SourceCodeTest
-
- testEndsWith() - Method in class net.sourceforge.pmd.util.filter.RegexStringFilterTest
-
- testEquals1() - Method in class net.sourceforge.pmd.AbstractRuleTest
-
- testEquals1() - Method in class net.sourceforge.pmd.RuleSetTest
-
- testEquals10() - Method in class net.sourceforge.pmd.AbstractRuleTest
-
- testEquals2() - Method in class net.sourceforge.pmd.AbstractRuleTest
-
- testEquals2() - Method in class net.sourceforge.pmd.RuleSetTest
-
- testEquals3() - Method in class net.sourceforge.pmd.AbstractRuleTest
-
- testEquals3() - Method in class net.sourceforge.pmd.RuleSetTest
-
- testEquals4() - Method in class net.sourceforge.pmd.AbstractRuleTest
-
- testEquals4() - Method in class net.sourceforge.pmd.RuleSetTest
-
- testEquals5() - Method in class net.sourceforge.pmd.AbstractRuleTest
-
- testEquals5() - Method in class net.sourceforge.pmd.RuleSetTest
-
- testEquals6() - Method in class net.sourceforge.pmd.AbstractRuleTest
-
- testEquals6() - Method in class net.sourceforge.pmd.RuleSetTest
-
- testEquals7() - Method in class net.sourceforge.pmd.AbstractRuleTest
-
- testEquals8() - Method in class net.sourceforge.pmd.AbstractRuleTest
-
- testEquals9() - Method in class net.sourceforge.pmd.AbstractRuleTest
-
- testEqualsNodeWithTwoDifferentViolationsDifferentBeginColumn() - Method in class net.sourceforge.pmd.lang.dfa.report.ViolationNodeTest
-
Verifies that two violations nodes with different beginColumn
are not equal.
- testEqualsNodeWithTwoDifferentViolationsDifferentBeginLine() - Method in class net.sourceforge.pmd.lang.dfa.report.ViolationNodeTest
-
Verifies that two violations nodes with different beginLine
are not equal.
- testEqualsNodeWithTwoDifferentViolationsDifferentEndColumn() - Method in class net.sourceforge.pmd.lang.dfa.report.ViolationNodeTest
-
Verifies that two violations nodes with different endColumn
are not equal.
- testEqualsNodeWithTwoDifferentViolationsDifferentEndLine() - Method in class net.sourceforge.pmd.lang.dfa.report.ViolationNodeTest
-
Verifies that two violations nodes with different endLine
are not equal.
- testEqualsNodeWithTwoDifferentViolationsDifferentFilename() - Method in class net.sourceforge.pmd.lang.dfa.report.ViolationNodeTest
-
Verifies that two violations nodes with different filename
are not equal.
- testEqualsNodeWithTwoDifferentViolationsDifferentVariableName() - Method in class net.sourceforge.pmd.lang.dfa.report.ViolationNodeTest
-
Verifies that two violations with different variableName
are not equal.
- testEqualsNodeWithTwoEqualViolations() - Method in class net.sourceforge.pmd.lang.dfa.report.ViolationNodeTest
-
Verifies that two violations nodes with equal filename, beginLine, endLine, beginColumn, endColumn
and
variableName
are equal.
- testError() - Method in class net.sourceforge.pmd.renderers.AbstractRendererTst
-
- testErrorFor() - Method in class net.sourceforge.pmd.properties.AbstractPropertyDescriptorTester
-
- testErrorForBad() - Method in class net.sourceforge.pmd.properties.AbstractPropertyDescriptorTester
-
- testErrorForBad() - Method in class net.sourceforge.pmd.properties.BooleanPropertyTest
-
- testErrorForBad() - Method in class net.sourceforge.pmd.properties.CharacterPropertyTest
-
- testErrorForBad() - Method in class net.sourceforge.pmd.properties.IntegerPropertyTest
-
- testExpectedMinimum() - Method in class net.sourceforge.pmd.stat.StatisticalRuleTest
-
- testExplicitCharacterSet() - Method in class net.sourceforge.pmd.util.database.DBURITest
-
Verify that CharacterSet are returned if provided in the DBURI.
- testExplicitLanguagesList() - Method in class net.sourceforge.pmd.util.database.DBURITest
-
Verify that languages are returned if provided in the DBURI.
- testExplicitSchemasList() - Method in class net.sourceforge.pmd.util.database.DBURITest
-
Verify that languages are returned if provided in the DBURI.
- testExplicitSourceCodeNamesList() - Method in class net.sourceforge.pmd.util.database.DBURITest
-
Verify that languages are returned if provided in the DBURI.
- testExplicitSourceCodeTypesList() - Method in class net.sourceforge.pmd.util.database.DBURITest
-
Verify that Source Code Types are returned if provided in the DBURI.
- testExtendedReferences() - Method in class net.sourceforge.pmd.RuleSetFactoryTest
-
- testExternalReferenceOverride() - Method in class net.sourceforge.pmd.RuleSetFactoryTest
-
- testExternalReferences() - Method in class net.sourceforge.pmd.RuleSetFactoryTest
-
- testExternalWithExternal() - Method in class net.sourceforge.pmd.RuleSetReferenceIdTest
-
- testExternalWithInternal() - Method in class net.sourceforge.pmd.RuleSetReferenceIdTest
-
- testFacadesOffByDefault() - Method in class net.sourceforge.pmd.RuleSetFactoryTest
-
- testFactoryMultiValueCustomDelimiter() - Method in class net.sourceforge.pmd.properties.AbstractPropertyDescriptorTester
-
- testFactoryMultiValueCustomDelimiter() - Method in class net.sourceforge.pmd.properties.EnumeratedPropertyTest
-
- testFactoryMultiValueDefaultDelimiter() - Method in class net.sourceforge.pmd.properties.AbstractPropertyDescriptorTester
-
- testFactoryMultiValueDefaultDelimiter() - Method in class net.sourceforge.pmd.properties.EnumeratedPropertyTest
-
- testFactorySingleValue() - Method in class net.sourceforge.pmd.properties.AbstractPropertyDescriptorTester
-
- testFactorySingleValue() - Method in class net.sourceforge.pmd.properties.EnumeratedPropertyTest
-
- testFileAddedAsSymlinkAndReal() - Method in class net.sourceforge.pmd.cpd.CPDTest
-
A file should be added only once - even if it was found twice, because of a sym link.
- testFileAddedWithRelativePath() - Method in class net.sourceforge.pmd.cpd.CPDTest
-
Add a file with a relative path - should still be added and not be detected as a sym link.
- testFileSectionWithBrokenSymlinks() - Method in class net.sourceforge.pmd.cpd.CPDTest
-
A broken symlink (which is basically a not existing file), should be skipped.
- testFilterAbsoluteWithExtension() - Method in class net.sourceforge.pmd.util.filter.RegexStringFilterTest
-
- testFilterAbsoluteWithoutExtension() - Method in class net.sourceforge.pmd.util.filter.RegexStringFilterTest
-
- testFilterRelativeWithExtension() - Method in class net.sourceforge.pmd.util.filter.RegexStringFilterTest
-
- testFilterRelativeWithoutExtension() - Method in class net.sourceforge.pmd.util.filter.RegexStringFilterTest
-
- testFloats() - Method in class net.sourceforge.pmd.properties.PropertyAccessorTest
-
- testFooRules() - Method in class net.sourceforge.pmd.RuleSetReferenceIdTest
-
- testFormatterWithNoToFileAttribute() - Method in class net.sourceforge.pmd.ant.PMDTaskTest
-
- testFullRuleSetAndRule() - Method in class net.sourceforge.pmd.RuleSetReferenceIdTest
-
- testFullRuleSetURLAndRule() - Method in class net.sourceforge.pmd.RuleSetReferenceIdTest
-
- testGetAverage() - Method in class net.sourceforge.pmd.stat.MetricTest
-
- testGetCharacterSet() - Method in class net.sourceforge.pmd.util.database.DBURITest
-
Test of getCharacterSet method, of class DBURI.
- testGetConnection() - Method in class net.sourceforge.pmd.util.database.DBMSMetadataTest
-
Verify getConnection method, of class DBMSMetadata.
- testGetConnectionWithConnectionParameters() - Method in class net.sourceforge.pmd.util.database.DBMSMetadataTest
-
Verify getConnection method, of class DBMSMetadata.
- testGetCount() - Method in class net.sourceforge.pmd.stat.MetricTest
-
- testGetDbType() - Method in class net.sourceforge.pmd.util.database.DBURITest
-
Test of getDbType method, of class DBURI.
- testGetDbType2() - Method in class net.sourceforge.pmd.util.database.DBURITest
-
Test of getDbType method, of class DBURI.
- testGetDriverClass() - Method in class net.sourceforge.pmd.util.database.DBURITest
-
Test of getDriverClass method, of class DBURI.
- testGetHighValue() - Method in class net.sourceforge.pmd.stat.MetricTest
-
- testGetIncludeProperties() - Method in class net.sourceforge.pmd.util.database.DBTypeTest
-
Test of getProperties method, of class DBType.
- testGetLanguagesList() - Method in class net.sourceforge.pmd.util.database.DBURITest
-
Test of getLanguagesList method, of class DBURI.
- testGetLowValue() - Method in class net.sourceforge.pmd.stat.MetricTest
-
- testGetMetricName() - Method in class net.sourceforge.pmd.stat.MetricTest
-
- testGetParameters() - Method in class net.sourceforge.pmd.util.database.DBURITest
-
Test of getParameters method, of class DBURI.
- testGetProperties() - Method in class net.sourceforge.pmd.util.database.DBTypeTest
-
Test of getProperties method, of class DBType.
- testGetPropertiesFromFile() - Method in class net.sourceforge.pmd.util.database.DBTypeTest
-
Test of getProperties method, of class DBType.
- testGetResourceStream() - Method in class net.sourceforge.pmd.util.database.ResourceLoaderTest
-
Test of getResourceStream method, of class ResourceLoader.
- testGetRuleByName() - Method in class net.sourceforge.pmd.RuleSetTest
-
- testGetRuleByName2() - Method in class net.sourceforge.pmd.RuleSetTest
-
- testGetSchemas() - Method in class net.sourceforge.pmd.util.database.DBMSMetadataTest
-
Verify getSchemas method, of class DBMSMetadata.
- testGetSchemasList() - Method in class net.sourceforge.pmd.util.database.DBURITest
-
Test of getSchemasList method, of class DBURI.
- testGetSourceCode() - Method in class net.sourceforge.pmd.util.database.DBMSMetadataTest
-
Test of getSourceCode method, of class DBMSMetadata.
- testGetSourceCodeNamesList() - Method in class net.sourceforge.pmd.util.database.DBURITest
-
Test of getSourceCodeNamesList method, of class DBURI.
- testGetSourceCodeType() - Method in class net.sourceforge.pmd.util.database.DBURITest
-
Test of getSourceCodeType method, of class DBURI.
- testGetSourceCodeTypesList() - Method in class net.sourceforge.pmd.util.database.DBURITest
-
Test of getSourceCodeTypesList method, of class DBURI.
- testGetSourceObjectList() - Method in class net.sourceforge.pmd.util.database.DBMSMetadataTest
-
Verify getSchemas method, of class DBMSMetadata.
- testGetStandardDeviation() - Method in class net.sourceforge.pmd.stat.MetricTest
-
- testGetSubnamePrefix() - Method in class net.sourceforge.pmd.util.database.DBURITest
-
Test of getSubnamePrefix method, of class DBURI.
- testGetSubprotocol() - Method in class net.sourceforge.pmd.util.database.DBURITest
-
Test of getSubprotocol method, of class DBURI.
- testGetThinDriverClass() - Method in class net.sourceforge.pmd.util.database.DBURITest
-
Test of getDriverClass method, of class DBURI.
- testGetTotal() - Method in class net.sourceforge.pmd.stat.MetricTest
-
- testGetUri() - Method in class net.sourceforge.pmd.util.database.DBURITest
-
Test of getUri method, of class DBURI.
- testHappyPath() - Method in class net.sourceforge.pmd.util.CompoundListTest
-
- testHappyPathRemove() - Method in class net.sourceforge.pmd.util.CompoundListTest
-
- testHideSuppressions() - Method in class net.sourceforge.pmd.renderers.SummaryHTMLRendererTest
-
- testIncludeExcludeApplies() - Method in class net.sourceforge.pmd.RuleSetTest
-
- testIncludeExcludeMultipleRuleSetWithRuleChainApplies() - Method in class net.sourceforge.pmd.RuleSetTest
-
- testIncludeExcludePatterns() - Method in class net.sourceforge.pmd.RuleSetFactoryTest
-
- testIncludesRuleWithDFA() - Method in class net.sourceforge.pmd.RuleSetTest
-
- testIncorrectExternalRef() - Method in class net.sourceforge.pmd.RuleSetFactoryTest
-
- testIncorrectLanguage() - Method in class net.sourceforge.pmd.RuleSetFactoryTest
-
- testIncorrectMaximumLanugageVersion() - Method in class net.sourceforge.pmd.RuleSetFactoryTest
-
- testIncorrectMinimumLanugageVersion() - Method in class net.sourceforge.pmd.RuleSetFactoryTest
-
- testInputPaths() - Method in class net.sourceforge.pmd.ConfigurationTest
-
- testIntegers() - Method in class net.sourceforge.pmd.properties.PropertyAccessorTest
-
- testInteralWithExternal() - Method in class net.sourceforge.pmd.RuleSetReferenceIdTest
-
- testInternalRuleSetAndRule() - Method in class net.sourceforge.pmd.RuleSetReferenceIdTest
-
- testInternalWithExternalRuleSet() - Method in class net.sourceforge.pmd.RuleSetReferenceIdTest
-
- testInternalWithInternal() - Method in class net.sourceforge.pmd.RuleSetReferenceIdTest
-
- testInvalidFile() - Method in class net.sourceforge.pmd.cpd.FileReporterTest
-
- testInvalidLanguageVersion() - Method in class net.sourceforge.pmd.ant.PMDTaskTest
-
- testInvertedMinimumMaximumLanugageVersions() - Method in class net.sourceforge.pmd.RuleSetFactoryTest
-
- testLanguage() - Method in class net.sourceforge.pmd.RuleSetFactoryTest
-
- testLanguageApplies() - Method in class net.sourceforge.pmd.RuleSetTest
-
- testLineCountPerFile() - Method in class net.sourceforge.pmd.cpd.CSVRendererTest
-
- testListener() - Method in class net.sourceforge.pmd.ReportTest
-
- testM() - Method in class net.sourceforge.pmd.stat.StatisticalRuleTest
-
- testM1() - Method in class net.sourceforge.pmd.stat.StatisticalRuleTest
-
- testM2() - Method in class net.sourceforge.pmd.stat.StatisticalRuleTest
-
- testM3() - Method in class net.sourceforge.pmd.stat.StatisticalRuleTest
-
- testM4() - Method in class net.sourceforge.pmd.stat.StatisticalRuleTest
-
- testM5() - Method in class net.sourceforge.pmd.stat.StatisticalRuleTest
-
- testMatch() - Method in class net.sourceforge.pmd.jaxen.MatchesFunctionTest
-
- testMaximumLanugageVersion() - Method in class net.sourceforge.pmd.RuleSetFactoryTest
-
- testMetric0() - Method in class net.sourceforge.pmd.ReportTest
-
- testMetric1() - Method in class net.sourceforge.pmd.ReportTest
-
- testMetrics() - Method in class net.sourceforge.pmd.stat.StatisticalRuleTest
-
This test verifies that the Stat rule creates a Metric,
with the proper values.
- testMinimumLanugageVersion() - Method in class net.sourceforge.pmd.RuleSetFactoryTest
-
- testMinimumPriority() - Method in class net.sourceforge.pmd.ConfigurationTest
-
- testMixRuleSet() - Method in class net.sourceforge.pmd.RuleSetReferenceIdTest
-
- testMS() - Method in class net.sourceforge.pmd.stat.StatisticalRuleTest
-
- testMS1() - Method in class net.sourceforge.pmd.stat.StatisticalRuleTest
-
- testMS2() - Method in class net.sourceforge.pmd.stat.StatisticalRuleTest
-
- testMS3() - Method in class net.sourceforge.pmd.stat.StatisticalRuleTest
-
- testMS4() - Method in class net.sourceforge.pmd.stat.StatisticalRuleTest
-
- testMS5() - Method in class net.sourceforge.pmd.stat.StatisticalRuleTest
-
- testMT() - Method in class net.sourceforge.pmd.stat.StatisticalRuleTest
-
- testMT1() - Method in class net.sourceforge.pmd.stat.StatisticalRuleTest
-
- testMT2() - Method in class net.sourceforge.pmd.stat.StatisticalRuleTest
-
- testMT3() - Method in class net.sourceforge.pmd.stat.StatisticalRuleTest
-
- testMT4() - Method in class net.sourceforge.pmd.stat.StatisticalRuleTest
-
- testMT5() - Method in class net.sourceforge.pmd.stat.StatisticalRuleTest
-
- testMultiLineMacros() - Method in class net.sourceforge.pmd.cpd.AnyTokenizerTest
-
- testMultipleFullRuleSet() - Method in class net.sourceforge.pmd.RuleSetReferenceIdTest
-
- testMultipleProperties() - Method in class net.sourceforge.pmd.cli.PMDCommandLineInterfaceTest
-
- testMultipleRules() - Method in class net.sourceforge.pmd.RuleSetFactoryTest
-
- testMultipleRulesWithSpaces() - Method in class net.sourceforge.pmd.RuleSetReferenceIdTest
-
See https://sourceforge.net/p/pmd/bugs/1201/
- testMultipleSimpleRuleSet() - Method in class net.sourceforge.pmd.RuleSetReferenceIdTest
-
- testNoDFA() - Method in class net.sourceforge.pmd.RuleSetTest
-
- testNoMatch() - Method in class net.sourceforge.pmd.jaxen.MatchesFunctionTest
-
- testNoRuleSetFileName() - Method in class net.sourceforge.pmd.RuleSetFactoryTest
-
- testNoRuleSets() - Method in class net.sourceforge.pmd.ant.PMDTaskTest
-
- testNotOverride() - Method in class net.sourceforge.pmd.RuleReferenceTest
-
- testNull() - Method in class net.sourceforge.pmd.ant.FormatterTest
-
- testNullPassedIn() - Method in class net.sourceforge.pmd.renderers.AbstractRendererTst
-
- testNullRulesetString() - Method in class net.sourceforge.pmd.RuleSetReferenceIdTest
-
- testOneFullRuleSet() - Method in class net.sourceforge.pmd.RuleSetReferenceIdTest
-
- testOneFullRuleSetURL() - Method in class net.sourceforge.pmd.RuleSetReferenceIdTest
-
- testOneReleaseRuleSet() - Method in class net.sourceforge.pmd.RuleSetReferenceIdTest
-
- testOneSimpleRuleSet() - Method in class net.sourceforge.pmd.RuleSetReferenceIdTest
-
- testOverride() - Method in class net.sourceforge.pmd.RuleReferenceTest
-
- testOverrideMessage() - Method in class net.sourceforge.pmd.RuleSetFactoryTest
-
- testOverrideMessageOneElem() - Method in class net.sourceforge.pmd.RuleSetFactoryTest
-
- testProperties() - Method in class net.sourceforge.pmd.cli.PMDCommandLineInterfaceTest
-
- testProps() - Method in class net.sourceforge.pmd.RuleSetFactoryTest
-
- testReferenceInternalToExternal() - Method in class net.sourceforge.pmd.RuleSetFactoryTest
-
- testReferenceInternalToExternalChain() - Method in class net.sourceforge.pmd.RuleSetFactoryTest
-
- testReferenceInternalToInternal() - Method in class net.sourceforge.pmd.RuleSetFactoryTest
-
- testReferenceInternalToInternalChain() - Method in class net.sourceforge.pmd.RuleSetFactoryTest
-
- testReferencePriority() - Method in class net.sourceforge.pmd.RuleSetFactoryTest
-
- testReferenceToDeprecatedRule() - Method in class net.sourceforge.pmd.RuleSetFactoryTest
-
- testRefs() - Method in class net.sourceforge.pmd.RuleSetFactoryTest
-
- testRelativePathRuleSet() - Method in class net.sourceforge.pmd.RuleSetReferenceIdTest
-
- testRemove() - Method in class net.sourceforge.pmd.jaxen.AttributeAxisIteratorTest
-
- testRenderer() - Method in class net.sourceforge.pmd.renderers.AbstractRendererTst
-
- testRendererEmpty() - Method in class net.sourceforge.pmd.renderers.AbstractRendererTst
-
- testRendererEncodedPath() - Method in class net.sourceforge.pmd.cpd.XMLRendererTest
-
- testRendererMultiple() - Method in class net.sourceforge.pmd.renderers.AbstractRendererTst
-
- testRenderers() - Method in class net.sourceforge.pmd.cpd.CPDConfigurationTest
-
- testRenderWithMultipleMatch() - Method in class net.sourceforge.pmd.cpd.XMLRendererTest
-
- testReplaceStringWithString() - Method in class net.sourceforge.pmd.util.StringUtilTest
-
- testReplaceStringWithString2() - Method in class net.sourceforge.pmd.util.StringUtilTest
-
- testReplaceWithMultipleChars() - Method in class net.sourceforge.pmd.util.StringUtilTest
-
- testReplaceWithNull() - Method in class net.sourceforge.pmd.util.StringUtilTest
-
- testReplaceWithOneChar() - Method in class net.sourceforge.pmd.util.StringUtilTest
-
- testReport() - Method in class net.sourceforge.pmd.cpd.FileReporterTest
-
- testReport() - Method in class net.sourceforge.pmd.RuleContextTest
-
- testReportFile() - Method in class net.sourceforge.pmd.ConfigurationTest
-
- testReportFormat() - Method in class net.sourceforge.pmd.ConfigurationTest
-
- testReportProperties() - Method in class net.sourceforge.pmd.ConfigurationTest
-
- testReportShortNames() - Method in class net.sourceforge.pmd.ConfigurationTest
-
- testResolve() - Method in class net.sourceforge.pmd.util.database.ResourceResolverTest
-
Test of resolve method, of class ResourceResolver.
- testRuleList() - Method in class net.sourceforge.pmd.RuleSetTest
-
- testRuleReferenceOverriddenName() - Method in class net.sourceforge.pmd.RuleSetWriterTest
-
Unit test for #1312
see https://sourceforge.net/p/pmd/bugs/1312/
- testRuleReferenceWithNameOverridden() - Method in class net.sourceforge.pmd.RuleSetFactoryTest
-
Unit test for #1312
see https://sourceforge.net/p/pmd/bugs/1312/
- testRuleSetFileName() - Method in class net.sourceforge.pmd.RuleSetFactoryTest
-
- testRuleSetNotFound() - Method in class net.sourceforge.pmd.RuleSetFactoryTest
-
- testRuleSetReference() - Method in class net.sourceforge.pmd.RuleReferenceTest
-
- testRuleSetReferencesADeprecatedRenamedRule() - Method in class net.sourceforge.pmd.RuleSetFactoryTest
-
- testRuleSetReferenceWithDeprecatedRule() - Method in class net.sourceforge.pmd.RuleSetFactoryTest
-
- testRuleSets() - Method in class net.sourceforge.pmd.ConfigurationTest
-
- testRuleSetWithDeprecatedButRenamedRule() - Method in class net.sourceforge.pmd.RuleSetFactoryTest
-
- testRuleSetWithDeprecatedRule() - Method in class net.sourceforge.pmd.RuleSetFactoryTest
-
- testRulesThreadSafety() - Method in class net.sourceforge.pmd.processor.MultiThreadProcessorTest
-
- testRuleSuppress() - Method in class net.sourceforge.pmd.AbstractRuleTest
-
- testRuleWithVariableInMessage() - Method in class net.sourceforge.pmd.AbstractRuleTest
-
- testS() - Method in class net.sourceforge.pmd.stat.StatisticalRuleTest
-
- testS1() - Method in class net.sourceforge.pmd.stat.StatisticalRuleTest
-
- testS2() - Method in class net.sourceforge.pmd.stat.StatisticalRuleTest
-
- testS3() - Method in class net.sourceforge.pmd.stat.StatisticalRuleTest
-
- testS4() - Method in class net.sourceforge.pmd.stat.StatisticalRuleTest
-
- testS5() - Method in class net.sourceforge.pmd.stat.StatisticalRuleTest
-
- testSetCharacterSet() - Method in class net.sourceforge.pmd.util.database.DBURITest
-
Test of setCharacterSet method, of class DBURI.
- testSetDbType() - Method in class net.sourceforge.pmd.util.database.DBURITest
-
Test of setDbType method, of class DBURI.
- testSetDriverClass() - Method in class net.sourceforge.pmd.util.database.DBURITest
-
Test of setDriverClass method, of class DBURI.
- testSetExcludePatterns() - Method in class net.sourceforge.pmd.RuleSetTest
-
- testSetIncludePatterns() - Method in class net.sourceforge.pmd.RuleSetTest
-
- testSetLanguagesList() - Method in class net.sourceforge.pmd.util.database.DBURITest
-
Test of setLanguagesList method, of class DBURI.
- testSetParameters() - Method in class net.sourceforge.pmd.util.database.DBURITest
-
Test of setParameters method, of class DBURI.
- testSetPriority() - Method in class net.sourceforge.pmd.RuleSetFactoryTest
-
- testSetSchemasList() - Method in class net.sourceforge.pmd.util.database.DBURITest
-
Test of setSchemasList method, of class DBURI.
- testSetSourceCodeNamesList() - Method in class net.sourceforge.pmd.util.database.DBURITest
-
Test of setSourceCodeNamesList method, of class DBURI.
- testSetSourceCodeType() - Method in class net.sourceforge.pmd.util.database.DBURITest
-
Test of setSourceCodeType method, of class DBURI.
- testSetSourceCodeTypesList() - Method in class net.sourceforge.pmd.util.database.DBURITest
-
Test of setSourceCodeTypesList method, of class DBURI.
- testSetStatusCodeOrExit_DoExit() - Method in class net.sourceforge.pmd.cli.PMDCommandLineInterfaceTest
-
- testSetStatusCodeOrExit_SetStatus() - Method in class net.sourceforge.pmd.cli.PMDCommandLineInterfaceTest
-
- testSetSubnamePrefix() - Method in class net.sourceforge.pmd.util.database.DBURITest
-
Test of setSubnamePrefix method, of class DBURI.
- testSetSubprotocol() - Method in class net.sourceforge.pmd.util.database.DBURITest
-
Test of setSubprotocol method, of class DBURI.
- testSetUri() - Method in class net.sourceforge.pmd.util.database.DBURITest
-
Test of setUri method, of class DBURI.
- testSharedAttributes() - Method in class net.sourceforge.pmd.RuleContextTest
-
- testShowSuppressedViolations() - Method in class net.sourceforge.pmd.ConfigurationTest
-
- testShowSuppressions() - Method in class net.sourceforge.pmd.renderers.SummaryHTMLRendererTest
-
- testSimple() - Method in class net.sourceforge.pmd.cpd.LanguageFactoryTest
-
- testSimple() - Method in class net.sourceforge.pmd.cpd.MarkTest
-
- testSimple() - Method in class net.sourceforge.pmd.cpd.MatchTest
-
- testSimple() - Method in class net.sourceforge.pmd.cpd.SourceCodeTest
-
- testSimple() - Method in class net.sourceforge.pmd.cpd.TokenEntryTest
-
- testSimpleRuleSetAndRule() - Method in class net.sourceforge.pmd.RuleSetReferenceIdTest
-
- testSingleDatapoint() - Method in class net.sourceforge.pmd.stat.StatisticalRuleTest
-
- testSingleRule() - Method in class net.sourceforge.pmd.RuleSetFactoryTest
-
- testSingleRuleWithPriority() - Method in class net.sourceforge.pmd.RuleSetFactoryTest
-
- testSize() - Method in class net.sourceforge.pmd.util.TypeMapTest
-
- testSM() - Method in class net.sourceforge.pmd.stat.StatisticalRuleTest
-
- testSM1() - Method in class net.sourceforge.pmd.stat.StatisticalRuleTest
-
- testSM2() - Method in class net.sourceforge.pmd.stat.StatisticalRuleTest
-
- testSM3() - Method in class net.sourceforge.pmd.stat.StatisticalRuleTest
-
- testSM4() - Method in class net.sourceforge.pmd.stat.StatisticalRuleTest
-
- testSM5() - Method in class net.sourceforge.pmd.stat.StatisticalRuleTest
-
- testSMT() - Method in class net.sourceforge.pmd.stat.StatisticalRuleTest
-
- testSMT1() - Method in class net.sourceforge.pmd.stat.StatisticalRuleTest
-
- testSMT2() - Method in class net.sourceforge.pmd.stat.StatisticalRuleTest
-
- testSMT3() - Method in class net.sourceforge.pmd.stat.StatisticalRuleTest
-
- testSMT4() - Method in class net.sourceforge.pmd.stat.StatisticalRuleTest
-
- testSMT5() - Method in class net.sourceforge.pmd.stat.StatisticalRuleTest
-
- testSortedReport_File() - Method in class net.sourceforge.pmd.ReportTest
-
- testSortedReport_Line() - Method in class net.sourceforge.pmd.ReportTest
-
- testSourceCodeFile() - Method in class net.sourceforge.pmd.RuleContextTest
-
- testSourceCodeFilename() - Method in class net.sourceforge.pmd.RuleContextTest
-
- testSourceEncoding() - Method in class net.sourceforge.pmd.ConfigurationTest
-
- testST() - Method in class net.sourceforge.pmd.stat.StatisticalRuleTest
-
- testST1() - Method in class net.sourceforge.pmd.stat.StatisticalRuleTest
-
- testST2() - Method in class net.sourceforge.pmd.stat.StatisticalRuleTest
-
- testST3() - Method in class net.sourceforge.pmd.stat.StatisticalRuleTest
-
- testST4() - Method in class net.sourceforge.pmd.stat.StatisticalRuleTest
-
- testST5() - Method in class net.sourceforge.pmd.stat.StatisticalRuleTest
-
- testSTM() - Method in class net.sourceforge.pmd.stat.StatisticalRuleTest
-
- testSTM1() - Method in class net.sourceforge.pmd.stat.StatisticalRuleTest
-
- testSTM2() - Method in class net.sourceforge.pmd.stat.StatisticalRuleTest
-
- testSTM3() - Method in class net.sourceforge.pmd.stat.StatisticalRuleTest
-
- testSTM4() - Method in class net.sourceforge.pmd.stat.StatisticalRuleTest
-
- testSTM5() - Method in class net.sourceforge.pmd.stat.StatisticalRuleTest
-
- testStressTest() - Method in class net.sourceforge.pmd.ConfigurationTest
-
- testStringMultiPropertyDefaultDelimiter() - Method in class net.sourceforge.pmd.RuleSetFactoryTest
-
- testStringMultiPropertyDelimiter() - Method in class net.sourceforge.pmd.RuleSetFactoryTest
-
- testStrings() - Method in class net.sourceforge.pmd.properties.PropertyAccessorTest
-
- testSummary() - Method in class net.sourceforge.pmd.ReportTest
-
- testSuppressMarker() - Method in class net.sourceforge.pmd.ConfigurationTest
-
- testT() - Method in class net.sourceforge.pmd.stat.StatisticalRuleTest
-
- testT1() - Method in class net.sourceforge.pmd.stat.StatisticalRuleTest
-
- testT2() - Method in class net.sourceforge.pmd.stat.StatisticalRuleTest
-
- testT3() - Method in class net.sourceforge.pmd.stat.StatisticalRuleTest
-
- testT4() - Method in class net.sourceforge.pmd.stat.StatisticalRuleTest
-
- testT5() - Method in class net.sourceforge.pmd.stat.StatisticalRuleTest
-
- testThreads() - Method in class net.sourceforge.pmd.ConfigurationTest
-
- testTM() - Method in class net.sourceforge.pmd.stat.StatisticalRuleTest
-
- testTM1() - Method in class net.sourceforge.pmd.stat.StatisticalRuleTest
-
- testTM2() - Method in class net.sourceforge.pmd.stat.StatisticalRuleTest
-
- testTM3() - Method in class net.sourceforge.pmd.stat.StatisticalRuleTest
-
- testTM4() - Method in class net.sourceforge.pmd.stat.StatisticalRuleTest
-
- testTM5() - Method in class net.sourceforge.pmd.stat.StatisticalRuleTest
-
- testTMS() - Method in class net.sourceforge.pmd.stat.StatisticalRuleTest
-
- testTMS1() - Method in class net.sourceforge.pmd.stat.StatisticalRuleTest
-
- testTMS2() - Method in class net.sourceforge.pmd.stat.StatisticalRuleTest
-
- testTMS3() - Method in class net.sourceforge.pmd.stat.StatisticalRuleTest
-
- testTMS4() - Method in class net.sourceforge.pmd.stat.StatisticalRuleTest
-
- testTMS5() - Method in class net.sourceforge.pmd.stat.StatisticalRuleTest
-
- testTreeIterator() - Method in class net.sourceforge.pmd.ReportTest
-
- testTS() - Method in class net.sourceforge.pmd.stat.StatisticalRuleTest
-
- testTS1() - Method in class net.sourceforge.pmd.stat.StatisticalRuleTest
-
- testTS2() - Method in class net.sourceforge.pmd.stat.StatisticalRuleTest
-
- testTS3() - Method in class net.sourceforge.pmd.stat.StatisticalRuleTest
-
- testTS4() - Method in class net.sourceforge.pmd.stat.StatisticalRuleTest
-
- testTS5() - Method in class net.sourceforge.pmd.stat.StatisticalRuleTest
-
- testTSM() - Method in class net.sourceforge.pmd.stat.StatisticalRuleTest
-
- testTSM1() - Method in class net.sourceforge.pmd.stat.StatisticalRuleTest
-
- testTSM2() - Method in class net.sourceforge.pmd.stat.StatisticalRuleTest
-
- testTSM3() - Method in class net.sourceforge.pmd.stat.StatisticalRuleTest
-
- testTSM4() - Method in class net.sourceforge.pmd.stat.StatisticalRuleTest
-
- testTSM5() - Method in class net.sourceforge.pmd.stat.StatisticalRuleTest
-
- testType() - Method in class net.sourceforge.pmd.ant.FormatterTest
-
- testType() - Method in class net.sourceforge.pmd.properties.AbstractPropertyDescriptorTester
-
- testTypeFor() - Method in class net.sourceforge.pmd.util.TypeMapTest
-
- testUnknownAndSimpleRuleSet() - Method in class net.sourceforge.pmd.RuleSetReferenceIdTest
-
- testUnknownRuleSet() - Method in class net.sourceforge.pmd.RuleSetReferenceIdTest
-
- testUnwantedFile() - Method in class net.sourceforge.pmd.FileSelectorTest
-
Test unwanted selection of a non source file.
- testUnwantedJavaFile() - Method in class net.sourceforge.pmd.FileSelectorTest
-
Test unwanted selection of a java file.
- testUTF8NotSupported() - Method in class net.sourceforge.pmd.util.StringUtilTest
-
Usually you would set the system property "net.sourceforge.pmd.supportUTF8" to either "no" or "yes", to
switch UTF8 support.
- testUTF8Supported() - Method in class net.sourceforge.pmd.util.StringUtilTest
-
- testValueFrom() - Method in class net.sourceforge.pmd.properties.AbstractPropertyDescriptorTester
-
- testWantedFile() - Method in class net.sourceforge.pmd.FileSelectorTest
-
Test wanted selection of a source file.
- testWithNoDuplication() - Method in class net.sourceforge.pmd.cpd.XMLRendererTest
-
- testWithOneDuplication() - Method in class net.sourceforge.pmd.cpd.XMLRendererTest
-
- testWrite() - Method in class net.sourceforge.pmd.RuleSetWriterTest
-
Tests the exclude rule behavior.
- testWrongRuleNameExcluded() - Method in class net.sourceforge.pmd.RuleSetFactoryTest
-
See https://sourceforge.net/p/pmd/bugs/1231/
- testWrongRuleNameReferenced() - Method in class net.sourceforge.pmd.RuleSetFactoryTest
-
See https://sourceforge.net/p/pmd/bugs/1231/
- testXMLEscapingWithoutUTF8() - Method in class net.sourceforge.pmd.renderers.XMLRendererTest
-
- testXMLEscapingWithUTF8() - Method in class net.sourceforge.pmd.renderers.XMLRendererTest
-
- testXPath() - Method in class net.sourceforge.pmd.RuleSetFactoryTest
-
- TextPadRendererTest - Class in net.sourceforge.pmd.renderers
-
- TextPadRendererTest() - Constructor for class net.sourceforge.pmd.renderers.TextPadRendererTest
-
- TextRendererTest - Class in net.sourceforge.pmd.renderers
-
- TextRendererTest() - Constructor for class net.sourceforge.pmd.renderers.TextRendererTest
-
- TokenEntryTest - Class in net.sourceforge.pmd.cpd
-
- TokenEntryTest() - Constructor for class net.sourceforge.pmd.cpd.TokenEntryTest
-
- toString() - Method in class net.sourceforge.pmd.jaxen.MatchesFunctionTest.MyNode
-
- toString() - Method in class net.sourceforge.pmd.lang.ast.DummyNode
-
- TypeMapTest - Class in net.sourceforge.pmd.util
-
Evaluates all major functionality of the TypeMap class.
- TypeMapTest() - Constructor for class net.sourceforge.pmd.util.TypeMapTest
-
- typeName - Variable in class net.sourceforge.pmd.properties.AbstractPropertyDescriptorTester
-
- TypePropertyTest - Class in net.sourceforge.pmd.properties
-
Evaluates the functionality of the TypeProperty descriptor by testing its
ability to catch creation errors (illegal args), flag invalid Type values per
the allowable packages, and serialize/deserialize groups of types onto/from a
string buffer.
- TypePropertyTest() - Constructor for class net.sourceforge.pmd.properties.TypePropertyTest
-