Key: com.puppycrawl.tools.checkstyle.meta.javadocmetadatascraper.InputJavad<split>
ocMetadataScraperSummaryJavadocCheck
Name: InputJavadocMetadataScraperSummaryJavadoc
FullQualifiedName: com.puppycrawl.tools.checkstyle.meta.javadocmetadatascraper.InputJavad<split>
ocMetadataScraperSummaryJavadocCheck
Parent: com.puppycrawl.tools.checkstyle.TreeWalker
Description: <p>
 Checks that
 <a href="https://www.oracle.com/technical-resources/articles/java/javadoc-tool.html#firstsentence">
 Javadoc summary sentence</a> does not contain phrases that are not recommended to use.
 Summaries that contain only the {@code {@inheritDoc}} tag are skipped.
 Check also violate Javadoc that does not contain first sentence.
 </p>
ModuleType: CHECK
Property Type: boolean
Property DefaultValue: false
Property ValidationType: null
Property Description: Control when to print violations
 if the Javadoc being examined by this check violates the tight html rules defined at
 <a href="https://checkstyle.org/writingjavadocchecks.html#Tight-HTML_rules">Tight-HTML Rules</a>.
Property Type: java.util.regex.Pattern
Property DefaultValue: ^$
Property ValidationType: null
Property Description: Specify the regexp for forbidden summary fragments.
Property Type: java.lang.String
Property DefaultValue: .
Property ValidationType: null
Property Description: Specify the period symbol at the end of first javadoc sentence.
ViolationMessageKey: javadoc.missed.html.close
ViolationMessageKey: javadoc.parse.rule.error
ViolationMessageKey: javadoc.wrong.singleton.html.tag
ViolationMessageKey: summary.first.sentence
ViolationMessageKey: summary.javaDoc
ViolationMessageKey: summary.javaDoc.missing
