Class AssignmentInOperandRule

  • All Implemented Interfaces:
    JavaParserVisitor, net.sourceforge.pmd.lang.rule.ImmutableLanguage, net.sourceforge.pmd.properties.PropertySource, net.sourceforge.pmd.Rule

    public class AssignmentInOperandRule
    extends AbstractJavaRule
    • Constructor Detail

      • AssignmentInOperandRule

        public AssignmentInOperandRule()
    • Method Detail

      • allowsAllAssignments

        public boolean allowsAllAssignments()
      • dysfunctionReason

        public String dysfunctionReason()
        Specified by:
        dysfunctionReason in interface net.sourceforge.pmd.properties.PropertySource
        Overrides:
        dysfunctionReason in class net.sourceforge.pmd.properties.AbstractPropertySource
        See Also:
        PropertySource.dysfunctionReason()