Uses of Class
net.sourceforge.pmd.properties.BooleanProperty
-
Packages that use BooleanProperty Package Description net.sourceforge.pmd.properties net.sourceforge.pmd.renderers -
-
Uses of BooleanProperty in net.sourceforge.pmd.properties
Methods in net.sourceforge.pmd.properties that return BooleanProperty Modifier and Type Method Description BooleanProperty
BooleanProperty.BooleanPBuilder. build()
Deprecated. -
Uses of BooleanProperty in net.sourceforge.pmd.renderers
Fields in net.sourceforge.pmd.renderers declared as BooleanProperty Modifier and Type Field Description static BooleanProperty
CodeClimateRule. CODECLIMATE_BLOCK_HIGHLIGHTING
Deprecated.Defines if the whole related block or just the first line of the issue should be highlighted at the Code Climate Platform.
-