Commit 8d6c96e
Make JavadocEmptyLineBeforeTagCheck messages self-describing (#1563).
The two violations from this check now name the triggering condition
(single paragraph vs. multiple paragraphs) so they no longer read as
contradictions and a user can mechanically tell which fix to apply.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 768df8b commit 8d6c96e
2 files changed
Lines changed: 7 additions & 7 deletions
File tree
- src
- main/java/com/qulice/checkstyle
- test/resources/com/qulice/checkstyle/ChecksTest/JavadocEmptyLineBeforeTagCheck
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | | - | |
| 122 | + | |
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| |||
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
0 commit comments