Uses of Record Class
com.streamconverter.command.impl.analysis.PmdXmlToMarkdownCommand.PmdViolation
Packages that use PmdXmlToMarkdownCommand.PmdViolation
-
Uses of PmdXmlToMarkdownCommand.PmdViolation in com.streamconverter.command.impl.analysis
Methods in com.streamconverter.command.impl.analysis that return types with arguments of type PmdXmlToMarkdownCommand.PmdViolationModifier and TypeMethodDescriptionPmdXmlToJsonCommand.PmdJsonReport.violations()
Returns the value of theviolations
record component.Constructor parameters in com.streamconverter.command.impl.analysis with type arguments of type PmdXmlToMarkdownCommand.PmdViolationModifierConstructorDescriptionPmdJsonReport
(PmdXmlToJsonCommand.PmdJsonSummary summary, List<PmdXmlToMarkdownCommand.PmdViolation> violations) Creates an instance of aPmdJsonReport
record class.