Issue #17225: Added new data to javadoc of module to extract true version of its properties#17238
Merged
Merged
Conversation
romani
requested changes
Jun 18, 2025
b79b83a to
645e1fb
Compare
romani
requested changes
Jun 21, 2025
| .getNextSibling(primaryJavadocInlineTag, JavadocTokenTypes.TEXT); | ||
| textNode != null && specifiedVersion == null; | ||
| textNode = JavadocUtil.getNextSibling( | ||
| textNode, JavadocTokenTypes.TEXT)) { |
Member
There was a problem hiding this comment.
Do you mean .... That you need list of text nodes ?
Better to have method getAllNodesOfType(primaryJavadocInlineTag, TEXT)
And for just loop over collection, with filtering .
Member
There was a problem hiding this comment.
all optimizations for implementation will be done in #17256 , we need merge this PR sooner, to unblock all other activitites for version fixes.
645e1fb to
fe3b280
Compare
romani
requested changes
Jun 21, 2025
fe3b280 to
2be607f
Compare
romani
requested changes
Jun 22, 2025
2be607f to
2e96cd4
Compare
d636e4e to
c760052
Compare
c760052 to
3c24f09
Compare
romani
approved these changes
Jun 23, 2025
romani
left a comment
Member
There was a problem hiding this comment.
Ok to merge, we will improve in separate PR
Member
|
@Zopsss , please review. |
Zopsss
approved these changes
Jun 24, 2025
Member
|
@romani please merge |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue: #17225
checkstyle/src/main/java/com/puppycrawl/tools/checkstyle/checks/annotation/MissingDeprecatedCheck.java
Line 36 in 97fae48
Example AST tree of MissingDeprecated check's module javadoc
Focus on: