-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Issue #17882: Update {@index} of JavadocCommentsTokenTypes to new AST format #17926
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
ec01256 to
3d74c79
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Item
src/main/java/com/puppycrawl/tools/checkstyle/api/JavadocCommentsTokenTypes.java
Outdated
Show resolved
Hide resolved
3d74c79 to
46dc916
Compare
|
@romani How to solve these error "https://circleci.com/gh/checkstyle/checkstyle/1100967" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks a lot .
last:
| * | ||
| * <b>Tree:</b> | ||
| * <pre>{@code | ||
| * |--JAVADOC_BLOCK_TAG -> JAVADOC_BLOCK_TAG |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
plase remove |-- and related | under it.
shift tree to the left.
46dc916 to
a2ebccc
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Item
| * | ||
| * @see #JAVADOC_BLOCK_TAG | ||
| */ | ||
| public static final int INDEX_INLINE_TAG = JavadocCommentsLexer.INDEX_INLINE_TAG; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't see INDEX_INLINE_TAG in tree
a2ebccc to
f71d509
Compare
…to new AST format
f71d509 to
f1d7133
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Item
| * </ol> | ||
| * | ||
| * <p><b>Example:</b></p> | ||
| * <pre>{@code * @index This parameter specifies the position.}</pre> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Instead of "index" that might look like javadoc specific, use "someName" to make it clear that it is not existing tag
Issue #17882