Closed DrAlexD closed 12 months ago
Attention: 15 lines
in your changes are missing coverage. Please review.
Comparison is base (
626bac9
) 78.15% compared to head (a72f496
) 78.18%.
Files | Patch % | Lines |
---|---|---|
...diktat/ruleset/rules/chapter2/kdoc/KdocComments.kt | 68.08% | 0 Missing and 15 partials :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
What's done:
KDOC_EXTRA_PROPERTY
warning generation didn't take into account types in generic classes.isParamTagsForGenericTypes
for@param
tags creation for types in generic classes.KDOC_NO_CONSTRUCTOR_PROPERTY
for cases when configuration option are on, and then generic types must have@param
tags in class-KDoc. Additionally added logic for replacing incorrect tag with correct one regardless of whether configuration is enabled or not.Closes #1825