- changeJavaVersion() - Method in class net.sourceforge.pmd.cli.CLITest
-
- 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
-
- ClassDeclTest - Class in net.sourceforge.pmd.ast
-
- ClassDeclTest() - Constructor for class net.sourceforge.pmd.ast.ClassDeclTest
-
- ClassScopeTest - Class in net.sourceforge.pmd.symboltable
-
- ClassScopeTest() - Constructor for class net.sourceforge.pmd.symboltable.ClassScopeTest
-
- ClassTypeResolverTest - Class in net.sourceforge.pmd.typeresolution
-
- ClassTypeResolverTest() - Constructor for class net.sourceforge.pmd.typeresolution.ClassTypeResolverTest
-
- ClassWithImportInnerOnDemand - Class in net.sourceforge.pmd.typeresolution
-
- ClassWithImportInnerOnDemand() - Constructor for class net.sourceforge.pmd.typeresolution.ClassWithImportInnerOnDemand
-
- ClassWithImportOnDemand - Class in net.sourceforge.pmd.typeresolution
-
- ClassWithImportOnDemand() - Constructor for class net.sourceforge.pmd.typeresolution.ClassWithImportOnDemand
-
- cleanUp() - Method in class net.sourceforge.pmd.renderers.YAHTMLRendererTest
-
- CLITest - Class in net.sourceforge.pmd.cli
-
- CLITest() - Constructor for class net.sourceforge.pmd.cli.CLITest
-
- CloneMethodMustImplementCloneableTest - Class in net.sourceforge.pmd.lang.java.rule.typeresolution
-
- CloneMethodMustImplementCloneableTest() - Constructor for class net.sourceforge.pmd.lang.java.rule.typeresolution.CloneMethodMustImplementCloneableTest
-
- CloneRulesTest - Class in net.sourceforge.pmd.lang.java.rule.clone
-
- CloneRulesTest() - Constructor for class net.sourceforge.pmd.lang.java.rule.clone.CloneRulesTest
-
- CodesizeRulesTest - Class in net.sourceforge.pmd.lang.java.rule.codesize
-
- CodesizeRulesTest() - Constructor for class net.sourceforge.pmd.lang.java.rule.codesize.CodesizeRulesTest
-
- CommentRulesTest - Class in net.sourceforge.pmd.lang.java.rule.comments
-
- CommentRulesTest() - Constructor for class net.sourceforge.pmd.lang.java.rule.comments.CommentRulesTest
-
- 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
-
- ConfusingTernaryRuleTest - Class in net.sourceforge.pmd.lang.java.rule.design
-
- ConfusingTernaryRuleTest() - Constructor for class net.sourceforge.pmd.lang.java.rule.design.ConfusingTernaryRuleTest
-
- ConstructorCallsOverridableMethodTest - Class in net.sourceforge.pmd.lang.java.rule.design
-
- ConstructorCallsOverridableMethodTest() - Constructor for class net.sourceforge.pmd.lang.java.rule.design.ConstructorCallsOverridableMethodTest
-
- ContinuationReaderTest - Class in net.sourceforge.pmd.lang.cpp
-
- ContinuationReaderTest() - Constructor for class net.sourceforge.pmd.lang.cpp.ContinuationReaderTest
-
- ControversialRulesTest - Class in net.sourceforge.pmd.lang.java.rule.controversial
-
- ControversialRulesTest() - Constructor for class net.sourceforge.pmd.lang.java.rule.controversial.ControversialRulesTest
-
- CouplingRulesTest - Class in net.sourceforge.pmd.lang.java.rule.coupling
-
- CouplingRulesTest() - Constructor for class net.sourceforge.pmd.lang.java.rule.coupling.CouplingRulesTest
-
- CPDTest - Class in net.sourceforge.pmd.cpd
-
- CPDTest() - Constructor for class net.sourceforge.pmd.cpd.CPDTest
-
- CPPTokenizerTest - Class in net.sourceforge.pmd.cpd
-
- CPPTokenizerTest() - Constructor for class net.sourceforge.pmd.cpd.CPPTokenizerTest
-
- 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.
- createDescription(Rule, String) - Static method in class net.sourceforge.pmd.testframework.SimpleAggregatorTst.CustomXmlTestClassMethodsRunner
-
- createFailure(Rule, Throwable) - Static method in class net.sourceforge.pmd.testframework.SimpleAggregatorTst.CustomXmlTestClassMethodsRunner
-
- 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.
- 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.
- CsTokenizerTest - Class in net.sourceforge.pmd.cpd
-
- CsTokenizerTest() - Constructor for class net.sourceforge.pmd.cpd.CsTokenizerTest
-
- CSVRendererTest - Class in net.sourceforge.pmd.renderers
-
- CSVRendererTest() - Constructor for class net.sourceforge.pmd.renderers.CSVRendererTest
-
- CyclomaticComplexityTest - Class in net.sourceforge.pmd.lang.java.rule.codesize
-
- CyclomaticComplexityTest() - Constructor for class net.sourceforge.pmd.lang.java.rule.codesize.CyclomaticComplexityTest
-
- TEST - Static variable in class net.sourceforge.pmd.jaxen.DocumentNavigatorTest
-
- test() - Method in class net.sourceforge.pmd.ReadableDurationTest
-
- test1() - Method in class net.sourceforge.pmd.cpd.EcmascriptTokenizerTest
-
- test1() - Method in class net.sourceforge.pmd.cpd.JavaTokensTokenizerTest
-
- test1() - Method in class net.sourceforge.pmd.dfa.GeneralFiddlingTest
-
- TEST1 - Static variable in class net.sourceforge.pmd.symboltable.LocalScopeTest
-
- TEST1 - Static variable in class net.sourceforge.pmd.symboltable.MethodScopeTest
-
- TEST1 - Static variable in class net.sourceforge.pmd.symboltable.NameOccurrencesTest
-
- TEST1 - Static variable in class net.sourceforge.pmd.symboltable.VariableNameDeclarationTest
-
- TEST10 - Static variable in class net.sourceforge.pmd.dfa.AcceptanceTest
-
- TEST11 - Static variable in class net.sourceforge.pmd.dfa.AcceptanceTest
-
- TEST12 - Static variable in class net.sourceforge.pmd.dfa.AcceptanceTest
-
- TEST13 - Static variable in class net.sourceforge.pmd.dfa.AcceptanceTest
-
- TEST14 - Static variable in class net.sourceforge.pmd.dfa.AcceptanceTest
-
- TEST15 - Static variable in class net.sourceforge.pmd.dfa.AcceptanceTest
-
- TEST16 - Static variable in class net.sourceforge.pmd.dfa.AcceptanceTest
-
- TEST17 - Static variable in class net.sourceforge.pmd.dfa.AcceptanceTest
-
- TEST18 - Static variable in class net.sourceforge.pmd.dfa.AcceptanceTest
-
- TEST19 - Static variable in class net.sourceforge.pmd.dfa.AcceptanceTest
-
- test2() - Method in class net.sourceforge.pmd.cpd.EcmascriptTokenizerTest
-
- test2() - Method in class net.sourceforge.pmd.cpd.JavaTokensTokenizerTest
-
- TEST2 - Static variable in class net.sourceforge.pmd.symboltable.LocalScopeTest
-
- TEST2 - Static variable in class net.sourceforge.pmd.symboltable.NameOccurrencesTest
-
- TEST2 - Static variable in class net.sourceforge.pmd.symboltable.VariableNameDeclarationTest
-
- TEST20 - Static variable in class net.sourceforge.pmd.dfa.AcceptanceTest
-
- TEST21 - Static variable in class net.sourceforge.pmd.dfa.AcceptanceTest
-
- TEST22 - Static variable in class net.sourceforge.pmd.dfa.AcceptanceTest
-
- TEST23 - Static variable in class net.sourceforge.pmd.dfa.AcceptanceTest
-
- TEST24 - Static variable in class net.sourceforge.pmd.dfa.AcceptanceTest
-
- TEST25 - Static variable in class net.sourceforge.pmd.dfa.AcceptanceTest
-
- TEST26 - Static variable in class net.sourceforge.pmd.dfa.AcceptanceTest
-
- TEST27 - Static variable in class net.sourceforge.pmd.dfa.AcceptanceTest
-
- TEST28 - Static variable in class net.sourceforge.pmd.dfa.AcceptanceTest
-
- TEST29 - Static variable in class net.sourceforge.pmd.dfa.AcceptanceTest
-
- TEST3 - Static variable in class net.sourceforge.pmd.symboltable.LocalScopeTest
-
- TEST3 - Static variable in class net.sourceforge.pmd.symboltable.NameOccurrencesTest
-
- TEST3 - Static variable in class net.sourceforge.pmd.symboltable.VariableNameDeclarationTest
-
- TEST30 - Static variable in class net.sourceforge.pmd.dfa.AcceptanceTest
-
- TEST4 - Static variable in class net.sourceforge.pmd.symboltable.LocalScopeTest
-
- TEST4 - Static variable in class net.sourceforge.pmd.symboltable.NameOccurrencesTest
-
- TEST4 - Static variable in class net.sourceforge.pmd.symboltable.VariableNameDeclarationTest
-
- TEST5 - Static variable in class net.sourceforge.pmd.symboltable.LocalScopeTest
-
- TEST5 - Static variable in class net.sourceforge.pmd.symboltable.NameOccurrencesTest
-
- TEST5 - Static variable in class net.sourceforge.pmd.symboltable.VariableNameDeclarationTest
-
- TEST6 - Static variable in class net.sourceforge.pmd.symboltable.NameOccurrencesTest
-
- TEST8 - Static variable in class net.sourceforge.pmd.dfa.AcceptanceTest
-
- TEST9 - Static variable in class net.sourceforge.pmd.dfa.AcceptanceTest
-
- test_1() - Method in class net.sourceforge.pmd.dfa.AcceptanceTest
-
- test_10() - Method in class net.sourceforge.pmd.dfa.AcceptanceTest
-
- test_11() - Method in class net.sourceforge.pmd.dfa.AcceptanceTest
-
- test_12() - Method in class net.sourceforge.pmd.dfa.AcceptanceTest
-
- test_13() - Method in class net.sourceforge.pmd.dfa.AcceptanceTest
-
- test_14() - Method in class net.sourceforge.pmd.dfa.AcceptanceTest
-
- test_15() - Method in class net.sourceforge.pmd.dfa.AcceptanceTest
-
- test_16() - Method in class net.sourceforge.pmd.dfa.AcceptanceTest
-
- test_17() - Method in class net.sourceforge.pmd.dfa.AcceptanceTest
-
- test_18() - Method in class net.sourceforge.pmd.dfa.AcceptanceTest
-
- test_19() - Method in class net.sourceforge.pmd.dfa.AcceptanceTest
-
- test_2() - Method in class net.sourceforge.pmd.dfa.AcceptanceTest
-
- test_20() - Method in class net.sourceforge.pmd.dfa.AcceptanceTest
-
- test_21() - Method in class net.sourceforge.pmd.dfa.AcceptanceTest
-
- test_22() - Method in class net.sourceforge.pmd.dfa.AcceptanceTest
-
- test_23() - Method in class net.sourceforge.pmd.dfa.AcceptanceTest
-
- test_24() - Method in class net.sourceforge.pmd.dfa.AcceptanceTest
-
- test_25() - Method in class net.sourceforge.pmd.dfa.AcceptanceTest
-
- test_26() - Method in class net.sourceforge.pmd.dfa.AcceptanceTest
-
- test_27() - Method in class net.sourceforge.pmd.dfa.AcceptanceTest
-
- test_28() - Method in class net.sourceforge.pmd.dfa.AcceptanceTest
-
- test_29() - Method in class net.sourceforge.pmd.dfa.AcceptanceTest
-
- test_3() - Method in class net.sourceforge.pmd.dfa.AcceptanceTest
-
- test_30() - Method in class net.sourceforge.pmd.dfa.AcceptanceTest
-
- test_4() - Method in class net.sourceforge.pmd.dfa.AcceptanceTest
-
- test_6() - Method in class net.sourceforge.pmd.dfa.AcceptanceTest
-
- test_7() - Method in class net.sourceforge.pmd.dfa.AcceptanceTest
-
- test_8() - Method in class net.sourceforge.pmd.dfa.AcceptanceTest
-
- test_9() - Method in class net.sourceforge.pmd.dfa.AcceptanceTest
-
- TEST_ENUM - Static variable in class net.sourceforge.pmd.symboltable.NameOccurrencesTest
-
- TEST_INNER_CLASS - Static variable in class net.sourceforge.pmd.symboltable.AcceptanceTest
-
- testAbstract() - Method in class net.sourceforge.pmd.ast.AccessNodeTest
-
- testAbstract() - Method in class net.sourceforge.pmd.ast.ClassDeclTest
-
- testAbstract() - Method in class net.sourceforge.pmd.ast.MethodDeclTest
-
- testAbstractNames() - Method in class net.sourceforge.pmd.ant.PMDTaskTest
-
- testAbstractNamesInNestedRuleset() - Method in class net.sourceforge.pmd.ant.PMDTaskTest
-
- testAcceptance() - Method in class net.sourceforge.pmd.ExcludeLinesTest
-
- 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
-
- testAddImport() - Method in class net.sourceforge.pmd.symboltable.TypeSetTest
-
- testAddIncludePattern() - Method in class net.sourceforge.pmd.RuleSetTest
-
- testAddIncludePatterns() - Method in class net.sourceforge.pmd.RuleSetTest
-
- testAddPathToChild() - Method in class net.sourceforge.pmd.dfa.DataFlowNodeTest
-
- testAddResultsinDFANodeContainingAddedNode() - Method in class net.sourceforge.pmd.dfa.StructureTest
-
- 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
-
- testAll() - Method in class net.sourceforge.pmd.lang.java.rule.strings.AvoidDuplicateLiteralsRuleTest
-
- testAll() - Method in class net.sourceforge.pmd.testframework.SimpleAggregatorTst
-
Run a set of tests for all rules added in the setup method.
- testAllPMDBuiltInRulesMeetConventions() - Method in class net.sourceforge.pmd.RuleSetFactoryTest
-
- testAlternateMarker() - Method in class net.sourceforge.pmd.ExcludeLinesTest
-
- testAnnotatedLocals() - Method in class net.sourceforge.pmd.ast.JDKVersionTest
-
- testAnnotatedParams() - Method in class net.sourceforge.pmd.ast.JDKVersionTest
-
- testAnnotationFailsWithJDK14() - Method in class net.sourceforge.pmd.ast.ASTAnnotationTest
-
- testAnnotations() - Method in class net.sourceforge.pmd.ast.ASTVariableDeclaratorIdTest
-
- testAnnotationSucceedsWithDefaultMode() - Method in class net.sourceforge.pmd.ast.ASTAnnotationTest
-
- testAnnotationSucceedsWithJDK15() - Method in class net.sourceforge.pmd.ast.ASTAnnotationTest
-
- testAnonymousInnerClass() - Method in class net.sourceforge.pmd.typeresolution.ClassTypeResolverTest
-
- testAnonymousInnerClassName() - Method in class net.sourceforge.pmd.symboltable.ClassScopeTest
-
- testApply0Rules() - Method in class net.sourceforge.pmd.RuleSetTest
-
- testArguments() - Method in class net.sourceforge.pmd.ast.ASTPrimarySuffixTest
-
- testArrayDereference() - Method in class net.sourceforge.pmd.ast.ASTPrimarySuffixTest
-
- testArrayIsReferenceType() - Method in class net.sourceforge.pmd.symboltable.VariableNameDeclarationTest
-
- testAsDelimitedString() - Method in class net.sourceforge.pmd.properties.AbstractPropertyDescriptorTester
-
- testAsMethodOn() - Method in class net.sourceforge.pmd.properties.MethodPropertyTest
-
- testAssertAsIdentifierSucceedsWith1_3() - Method in class net.sourceforge.pmd.ast.JDKVersionTest
-
- testAssertAsIdentifierSucceedsWith1_3_test2() - Method in class net.sourceforge.pmd.ast.JDKVersionTest
-
- testAssertAsKeywordFailsWith1_3() - Method in class net.sourceforge.pmd.ast.JDKVersionTest
-
- testAssertAsKeywordVariantsSucceedWith1_4() - Method in class net.sourceforge.pmd.ast.JDKVersionTest
-
- testAssertAsMethodNameIdentifierFailsWith1_4() - Method in class net.sourceforge.pmd.ast.JDKVersionTest
-
- testAssertAsVariableDeclIdentifierFailsWith1_4() - Method in class net.sourceforge.pmd.ast.JDKVersionTest
-
- testAssignmentOperators() - Method in class net.sourceforge.pmd.typeresolution.ClassTypeResolverTest
-
- testAsStringOn() - Method in class net.sourceforge.pmd.properties.MethodPropertyTest
-
- testASTCompilationUnitPackage() - Method in class net.sourceforge.pmd.symboltable.TypeSetTest
-
- testAttributeAxisIterator() - Method in class net.sourceforge.pmd.lang.ast.xpath.AttributeAxisIteratorTest
-
Test hasNext and next.
- testAttributes() - Method in class net.sourceforge.pmd.RuleContextTest
-
- testAttributeValueContainingHash() - Method in class net.sourceforge.pmd.lang.jsp.ast.JspDocStyleTest
-
Test exposing a bug of parsing error when having a hash as last character
in an attribute value.
- testBasic() - Method in class net.sourceforge.pmd.ant.PMDTaskTest
-
- testBasic() - Method in class net.sourceforge.pmd.ReportTest
-
- testBenchmark() - Method in class net.sourceforge.pmd.ConfigurationTest
-
- testBinaryAndUnderscoresInNumericalLiterals() - Method in class net.sourceforge.pmd.ast.JDKVersionTest
-
- testBinaryLogicalOperators() - Method in class net.sourceforge.pmd.typeresolution.ClassTypeResolverTest
-
- testBinaryNumericOperators() - Method in class net.sourceforge.pmd.typeresolution.ClassTypeResolverTest
-
- testBinaryNumericPromotion() - Method in class net.sourceforge.pmd.typeresolution.ClassTypeResolverTest
-
- testBinaryStringPromotion() - Method in class net.sourceforge.pmd.typeresolution.ClassTypeResolverTest
-
- testbook() - Method in class net.sourceforge.pmd.dfa.AcceptanceTest
-
- testBooleans() - Method in class net.sourceforge.pmd.properties.PropertyAccessorTest
-
- testbuz() - Method in class net.sourceforge.pmd.symboltable.ClassScopeTest
-
- testCachingMemoryConsumption() - Method in class net.sourceforge.pmd.typeresolution.PMDASMClassLoaderTest
-
With this test you can verify, how much memory could be consumed
by the dontBother cache.
- testCachingOfNotFoundClasses() - Method in class net.sourceforge.pmd.typeresolution.PMDASMClassLoaderTest
-
Unit test for bug 3546093.
- testCantContainsSuperToString() - Method in class net.sourceforge.pmd.symboltable.ClassScopeTest
-
- testCastLookaheadProblem() - Method in class net.sourceforge.pmd.ast.ParserCornersTest
-
- testCatchBlocks() - Method in class net.sourceforge.pmd.symboltable.AcceptanceTest
-
- testCData() - Method in class net.sourceforge.pmd.lang.jsp.ast.JspDocStyleTest
-
Test correct parsing of CDATA.
- testChildAxisIterator() - Method in class net.sourceforge.pmd.jaxen.DocumentNavigatorTest
-
- testClashingSymbols() - Method in class net.sourceforge.pmd.symboltable.AcceptanceTest
-
- testClassDeclAppears() - Method in class net.sourceforge.pmd.symboltable.GlobalScopeTest
-
- testClassDeclAppears() - Method in class net.sourceforge.pmd.symboltable.SourceFileScopeTest
-
- testClassLevelSuppression() - Method in class net.sourceforge.pmd.SuppressWarningsTest
-
- testClassLoader() - Method in class net.sourceforge.pmd.ConfigurationTest
-
- testClassName() - Method in class net.sourceforge.pmd.symboltable.ClassScopeTest
-
- testClassNameExists() - Method in class net.sourceforge.pmd.typeresolution.ClassTypeResolverTest
-
- testClasspath() - Method in class net.sourceforge.pmd.ant.PMDTaskTest
-
- testClassWithImportInnerOnDemand() - Method in class net.sourceforge.pmd.typeresolution.PMDASMClassLoaderTest
-
- testColumnsOnQualifiedName() - Method in class net.sourceforge.pmd.ast.SimpleNodeTest
-
- testCommaInRulesetfiles() - Method in class net.sourceforge.pmd.ant.PMDTaskTest
-
- testCommaInSingleId() - Method in class net.sourceforge.pmd.RuleSetReferenceIdTest
-
- testComment() - Method in class net.sourceforge.pmd.lang.jsp.ast.JspDocStyleTest
-
Test parsing of a XML comment.
- testComment() - Method in class net.sourceforge.pmd.lang.jsp.ast.JspPageStyleTest
-
Test parsing of a JSP comment.
- testCommentsIgnored() - Method in class net.sourceforge.pmd.cpd.JavaTokensTokenizerTest
-
- testCommentsIgnored1() - Method in class net.sourceforge.pmd.cpd.CsTokenizerTest
-
- testCommentsIgnored2() - Method in class net.sourceforge.pmd.cpd.CsTokenizerTest
-
- testCommentsIgnored3() - Method in class net.sourceforge.pmd.cpd.CsTokenizerTest
-
- 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
-
- testComplexHtmlScript() - Method in class net.sourceforge.pmd.lang.jsp.ast.JspDocStyleTest
-
A complex script containing HTML comments, escapes, quotes, etc.
- testCompoundAssignmentMultRecognized() - Method in class net.sourceforge.pmd.ast.ASTAssignmentOperatorTest
-
- testCompoundAssignmentPlusRecognized() - Method in class net.sourceforge.pmd.ast.ASTAssignmentOperatorTest
-
- testConstructor() - Method in class net.sourceforge.pmd.jaxen.AttributeTest
-
- testConstructor() - Method in class net.sourceforge.pmd.lang.ecmascript.EcmascriptParserOptionsTest
-
- testConstructor() - Method in class net.sourceforge.pmd.lang.java.rule.codesize.CyclomaticComplexityTest
-
- testConstructor() - Method in class net.sourceforge.pmd.lang.xml.XmlParserOptionsTest
-
- testConstructor() - Method in class net.sourceforge.pmd.symboltable.VariableNameDeclarationTest
-
- testConstructor1() - Method in class net.sourceforge.pmd.RuleViolationTest
-
- testConstructor2() - Method in class net.sourceforge.pmd.RuleViolationTest
-
- testConstructorLevelSuppression() - Method in class net.sourceforge.pmd.SuppressWarningsTest
-
- testConstructors() - Method in class net.sourceforge.pmd.properties.AbstractPropertyDescriptorTester
-
- testContains() - Method in class net.sourceforge.pmd.symboltable.ClassScopeTest
-
- testContainsChildOfType() - Method in class net.sourceforge.pmd.ast.SimpleNodeTest
-
- testContainsClassOfQ() - Method in class net.sourceforge.pmd.util.TypeMapTest
-
- testContainsNoInner() - Method in class net.sourceforge.pmd.ast.SimpleNodeTest
-
- testContainsNoInnerWithAnonInner() - Method in class net.sourceforge.pmd.ast.SimpleNodeTest
-
- testContainsStaticVariablePrefixedWithClassName() - Method in class net.sourceforge.pmd.symboltable.ClassScopeTest
-
- testContainsString() - Method in class net.sourceforge.pmd.util.TypeMapTest
-
- testContinuation_InterToken() - Method in class net.sourceforge.pmd.cpd.CPPTokenizerTest
-
- testContinuation_IntraToken() - Method in class net.sourceforge.pmd.cpd.CPPTokenizerTest
-
- testConversions() - Method in class net.sourceforge.pmd.util.DateTimeUtilTest
-
- 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
-
- testCurrentPackageResolverPass() - Method in class net.sourceforge.pmd.symboltable.TypeSetTest
-
- testDebug() - Method in class net.sourceforge.pmd.ConfigurationTest
-
- testDeclaration() - Method in class net.sourceforge.pmd.lang.jsp.ast.JspPageStyleTest
-
Test parsing of a JSP declaration.
- testDecodingOfUTF8() - Method in class net.sourceforge.pmd.ast.EncodingTest
-
- testDefault() - Method in class net.sourceforge.pmd.lang.java.rule.design.TooManyHttpFilterTest
-
- testDefault() - Method in class net.sourceforge.pmd.lang.java.rule.design.UncommentedEmptyConstructorRuleTest
-
- testDefaultOff() - Method in class net.sourceforge.pmd.ast.ASTSwitchLabelTest
-
- testDefaults() - Method in class net.sourceforge.pmd.lang.ecmascript.EcmascriptParserOptionsTest
-
- testDefaults() - Method in class net.sourceforge.pmd.lang.xml.XmlParserOptionsTest
-
- testDefaultSet() - Method in class net.sourceforge.pmd.ast.ASTSwitchLabelTest
-
- testDefaultStylesheet() - Method in class net.sourceforge.pmd.renderers.XSLTRendererTest
-
- testDemo() - Method in class net.sourceforge.pmd.symboltable.AcceptanceTest
-
- testDescendantAxisIterator() - Method in class net.sourceforge.pmd.jaxen.DocumentNavigatorTest
-
- testDescendantAxisIterator2() - Method in class net.sourceforge.pmd.jaxen.DocumentNavigatorTest
-
- TestDescriptor - Class in net.sourceforge.pmd.testframework
-
Stores the information required to run a complete test.
- TestDescriptor() - Constructor for class net.sourceforge.pmd.testframework.TestDescriptor
-
- TestDescriptor(String, String, int, Rule) - Constructor for class net.sourceforge.pmd.testframework.TestDescriptor
-
- TestDescriptor(String, String, int, Rule, LanguageVersion) - Constructor for class net.sourceforge.pmd.testframework.TestDescriptor
-
- testDFAFlag() - Method in class net.sourceforge.pmd.RuleSetFactoryTest
-
- testDirectDeprecatedRule() - Method in class net.sourceforge.pmd.RuleSetFactoryTest
-
- testDirective() - Method in class net.sourceforge.pmd.lang.jsp.ast.JspPageStyleTest
-
Test parsing a JSP directive.
- testDiscardImports() - Method in class net.sourceforge.pmd.cpd.JavaTokensTokenizerTest
-
- testDiscardOneLineAnnotationWithParams() - Method in class net.sourceforge.pmd.cpd.JavaTokensTokenizerTest
-
- testDiscardPkgStmts() - Method in class net.sourceforge.pmd.cpd.JavaTokensTokenizerTest
-
- testDiscardSemicolons() - Method in class net.sourceforge.pmd.cpd.JavaTokensTokenizerTest
-
- testDiscardSimpleOneLineAnnotation() - Method in class net.sourceforge.pmd.cpd.JavaTokensTokenizerTest
-
- testDoctype() - Method in class net.sourceforge.pmd.lang.jsp.ast.JspDocStyleTest
-
Test parsing of Doctype declaration.
- testDollarSignInIdentifier() - Method in class net.sourceforge.pmd.cpd.CPPTokenizerTest
-
- testDollarSignStartingIdentifier() - Method in class net.sourceforge.pmd.cpd.CPPTokenizerTest
-
- testDontCrashOnBlockStatement() - Method in class net.sourceforge.pmd.ast.ASTInitializerTest
-
- testDoubleReport() - Method in class net.sourceforge.pmd.renderers.XMLRendererTest
-
- testDtd() - Method in class net.sourceforge.pmd.RuleSetFactoryTest
-
- testEcmascript() - Method in class net.sourceforge.pmd.ant.PMDTaskTest
-
- testElementAttributeAndNamespace() - Method in class net.sourceforge.pmd.lang.jsp.ast.JspDocStyleTest
-
Test the information on a Element and Attribute.
- testElExpression() - Method in class net.sourceforge.pmd.lang.jsp.ast.JspPageStyleTest
-
Test parsing of a EL expression.
- testElExpressionInAttribute() - Method in class net.sourceforge.pmd.lang.jsp.ast.JspPageStyleTest
-
Test parsing of a EL expression in an attribute.
- 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
-
- testEmptyReport() - Method in class net.sourceforge.pmd.renderers.XMLRendererTest
-
- testEmptyRuleSet() - Method in class net.sourceforge.pmd.RuleSetReferenceIdTest
-
- testEndsWith() - Method in class net.sourceforge.pmd.util.filter.RegexStringFilterTest
-
- testEnum() - Method in class net.sourceforge.pmd.symboltable.AcceptanceTest
-
- testEnumAsIdentifierShouldFailWith15() - Method in class net.sourceforge.pmd.ast.JDKVersionTest
-
- testEnumAsIdentifierShouldPassWith14() - Method in class net.sourceforge.pmd.ast.JDKVersionTest
-
- testEnumAsKeywordShouldFailWith14() - Method in class net.sourceforge.pmd.ast.JDKVersionTest
-
- testEnumAsKeywordShouldPassWith15() - Method in class net.sourceforge.pmd.ast.JDKVersionTest
-
- testEnums() - Method in class net.sourceforge.pmd.symboltable.GlobalScopeTest
-
- testEnumsClassScope() - Method in class net.sourceforge.pmd.symboltable.ClassScopeTest
-
- testEnumStaticUsage() - Method in class net.sourceforge.pmd.symboltable.NameOccurrencesTest
-
- testEq() - Method in class net.sourceforge.pmd.symboltable.AcceptanceTest
-
- testEquality() - Method in class net.sourceforge.pmd.symboltable.MethodNameDeclarationTest
-
- 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
-
- testEqualsHashcode() - Method in class net.sourceforge.pmd.lang.ecmascript.EcmascriptParserOptionsTest
-
- testEqualsHashcode() - Method in class net.sourceforge.pmd.lang.ParserOptionsTest
-
- testEqualsHashcode() - Method in class net.sourceforge.pmd.lang.xml.XmlParserOptionsTest
-
- 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
-
- testErrorReport() - Method in class net.sourceforge.pmd.renderers.XMLRendererTest
-
- testExceptionBlkParam() - Method in class net.sourceforge.pmd.symboltable.VariableNameDeclarationTest
-
- testExclusionsInReportWithAnnotations() - Method in class net.sourceforge.pmd.ReportTest
-
- testExclusionsInReportWithNOPMD() - Method in class net.sourceforge.pmd.ReportTest
-
- testExclusionsInReportWithRuleViolationSuppressRegex() - Method in class net.sourceforge.pmd.ReportTest
-
- testExclusionsInReportWithRuleViolationSuppressXPath() - Method in class net.sourceforge.pmd.ReportTest
-
- testExpectedMinimum() - Method in class net.sourceforge.pmd.stat.StatisticalRuleTest
-
- testExplicitImportResolver() - Method in class net.sourceforge.pmd.symboltable.TypeSetTest
-
- testExplicitRuleInRuleSet() - Method in class net.sourceforge.pmd.ant.PMDTaskTest
-
- testExpression() - Method in class net.sourceforge.pmd.lang.jsp.ast.JspPageStyleTest
-
Test parsing of a JSP expression.
- testExpressionInAttribute() - Method in class net.sourceforge.pmd.lang.jsp.ast.JspPageStyleTest
-
Test parsing of a JSP expression in an attribute.
- testExpressionMatching() - Method in class net.sourceforge.pmd.lang.jsp.ast.XPathJspRuleTest
-
Test matching a XPath expression against a JSP source.
- 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
-
- testExtraTopLevelClass() - Method in class net.sourceforge.pmd.typeresolution.ClassTypeResolverTest
-
- testFacadesOffByDefault() - Method in class net.sourceforge.pmd.RuleSetFactoryTest
-
- testFalse() - Method in class net.sourceforge.pmd.ast.ASTBooleanLiteralTest
-
- testFieldFinder() - Method in class net.sourceforge.pmd.symboltable.AcceptanceTest
-
- testFieldLevelSuppression() - Method in class net.sourceforge.pmd.SuppressWarningsTest
-
- 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
-
- testFilteredCommentIn() - Method in class net.sourceforge.pmd.lang.java.rule.comments.AbstractCommentRuleTest
-
Blank lines in comments should not raise an exception.
- testFilterRelativeWithExtension() - Method in class net.sourceforge.pmd.util.filter.RegexStringFilterTest
-
- testFilterRelativeWithoutExtension() - Method in class net.sourceforge.pmd.util.filter.RegexStringFilterTest
-
- testFinal() - Method in class net.sourceforge.pmd.ast.AccessNodeTest
-
- testFinal() - Method in class net.sourceforge.pmd.ast.ClassDeclTest
-
- testFinal() - Method in class net.sourceforge.pmd.ast.FieldDeclTest
-
- testFinal() - Method in class net.sourceforge.pmd.ast.MethodDeclTest
-
- testFindClassExplicitImport() - Method in class net.sourceforge.pmd.symboltable.TypeSetTest
-
- testFindClassImplicitImport() - Method in class net.sourceforge.pmd.symboltable.TypeSetTest
-
- testFindClassImportOnDemand() - Method in class net.sourceforge.pmd.symboltable.TypeSetTest
-
- testFindClassPrimitive() - Method in class net.sourceforge.pmd.symboltable.TypeSetTest
-
- testFindClassSamePackage() - Method in class net.sourceforge.pmd.symboltable.TypeSetTest
-
- testFindClassVoid() - Method in class net.sourceforge.pmd.symboltable.TypeSetTest
-
- testFindDescendantsOfType() - Method in class net.sourceforge.pmd.ast.SimpleNodeTest
-
- testFindDescendantsOfTypeMultiple() - Method in class net.sourceforge.pmd.ast.SimpleNodeTest
-
- testFindDescendantsOfTypeRecurse() - Method in class net.sourceforge.pmd.ast.SimpleNodeTest
-
- testFindFullyQualified() - Method in class net.sourceforge.pmd.symboltable.TypeSetTest
-
- testFindVersionsForLanguageTerseName() - Method in class net.sourceforge.pmd.LanguageVersionTest
-
- testFloats() - Method in class net.sourceforge.pmd.properties.PropertyAccessorTest
-
- testFollowingSiblingAxisIterator() - Method in class net.sourceforge.pmd.jaxen.DocumentNavigatorTest
-
- testFollowingSiblingAxisIterator2() - Method in class net.sourceforge.pmd.jaxen.DocumentNavigatorTest
-
- testFormatterWithNoToFileAttribute() - Method in class net.sourceforge.pmd.ant.PMDTaskTest
-
- testFormatterWithProperties() - Method in class net.sourceforge.pmd.ant.PMDTaskTest
-
- testForStmtHasCorrectTypes() - Method in class net.sourceforge.pmd.dfa.StatementAndBraceFinderTest
-
- testFullRuleSetAndRule() - Method in class net.sourceforge.pmd.RuleSetReferenceIdTest
-
- testFullRuleSetURLAndRule() - Method in class net.sourceforge.pmd.RuleSetReferenceIdTest
-
- testGenericDiamond() - Method in class net.sourceforge.pmd.ast.JDKVersionTest
-
- testGenericINAnnotation() - Method in class net.sourceforge.pmd.ast.JDKVersionTest
-
- testGenericReturnType() - Method in class net.sourceforge.pmd.ast.JDKVersionTest
-
- testGenerics() - Method in class net.sourceforge.pmd.symboltable.MethodScopeTest
-
- testGenericsInMethodCall() - Method in class net.sourceforge.pmd.ast.JDKVersionTest
-
- testGenericsProblem() - Method in class net.sourceforge.pmd.ast.ParserCornersTest
-
Tests a specific generic notation for calling methods.
- testGetAverage() - Method in class net.sourceforge.pmd.stat.MetricTest
-
- testGetCount() - Method in class net.sourceforge.pmd.stat.MetricTest
-
- testgetEnclosingMethodScope() - Method in class net.sourceforge.pmd.symboltable.LocalScopeTest
-
- testGetFirstASTNameImageNew() - Method in class net.sourceforge.pmd.ast.ASTThrowStatementTest
-
- testGetFirstASTNameImageNull() - Method in class net.sourceforge.pmd.ast.ASTThrowStatementTest
-
- testGetFirstASTNameImageNull() - Method in class net.sourceforge.pmd.ast.ParserCornersTest
-
- testGetFirstChild() - Method in class net.sourceforge.pmd.ast.SimpleNodeTest
-
- testGetFirstChildNested() - Method in class net.sourceforge.pmd.ast.SimpleNodeTest
-
- testGetFirstChildNestedDeeper() - Method in class net.sourceforge.pmd.ast.SimpleNodeTest
-
- testGetHighValue() - Method in class net.sourceforge.pmd.stat.MetricTest
-
- testGetImportedNameNode() - Method in class net.sourceforge.pmd.ast.ASTImportDeclarationTest
-
- testGetLanguageVersionForTerseName() - Method in class net.sourceforge.pmd.LanguageVersionTest
-
- testGetLowValue() - Method in class net.sourceforge.pmd.stat.MetricTest
-
- testGetMetricName() - Method in class net.sourceforge.pmd.stat.MetricTest
-
- testGetRuleByName() - Method in class net.sourceforge.pmd.RuleSetTest
-
- testGetRuleByName2() - Method in class net.sourceforge.pmd.RuleSetTest
-
- testGetStandardDeviation() - Method in class net.sourceforge.pmd.stat.MetricTest
-
- testGetTotal() - Method in class net.sourceforge.pmd.stat.MetricTest
-
- testGetVariableName() - Method in class net.sourceforge.pmd.ast.ASTFieldDeclarationTest
-
- testGetVariableName() - Method in class net.sourceforge.pmd.ast.ASTMethodDeclarationTest
-
- testGetVariableName() - Method in class net.sourceforge.pmd.dfa.VariableAccessTest
-
- testHappyPath() - Method in class net.sourceforge.pmd.lang.cpp.ContinuationReaderTest
-
- testHappyPath() - Method in class net.sourceforge.pmd.util.CompoundListTest
-
- testHappyPathRemove() - Method in class net.sourceforge.pmd.util.CompoundListTest
-
- testHasExplicitExtends() - Method in class net.sourceforge.pmd.ast.SimpleNodeTest
-
- testHasExplicitImplements() - Method in class net.sourceforge.pmd.ast.SimpleNodeTest
-
- testHtmlScript() - Method in class net.sourceforge.pmd.lang.jsp.ast.JspDocStyleTest
-
Test parsing of HTML