Uses of Class
net.sourceforge.pmd.properties.IntegerProperty
-
Packages that use IntegerProperty Package Description net.sourceforge.pmd.lang.rule.stat net.sourceforge.pmd.properties net.sourceforge.pmd.renderers -
-
Uses of IntegerProperty in net.sourceforge.pmd.lang.rule.stat
Fields in net.sourceforge.pmd.lang.rule.stat declared as IntegerProperty Modifier and Type Field Description static IntegerProperty
StatisticalRule. TOP_SCORE_DESCRIPTOR
Deprecated.Not useful, will not be replaced. -
Uses of IntegerProperty in net.sourceforge.pmd.properties
Methods in net.sourceforge.pmd.properties that return IntegerProperty Modifier and Type Method Description IntegerProperty
IntegerProperty.IntegerPBuilder. build()
Deprecated. -
Uses of IntegerProperty in net.sourceforge.pmd.renderers
Fields in net.sourceforge.pmd.renderers declared as IntegerProperty Modifier and Type Field Description static IntegerProperty
CodeClimateRule. CODECLIMATE_REMEDIATION_MULTIPLIER
Deprecated.Defines the remediation points for this rule.
-