Skip to content

Conversation

@Vishalup29
Copy link

@Vishalup29 Vishalup29 commented Nov 26, 2025

Issue #17882
Input file

package temp.temp1;

public class Temp {
    /**
     * Example for PARAMETER_TYPE_LIST.
     * {@link java.util.List#add(int, int)}
     */
    public void example() { }
}


Full CLI output

JAVADOC_CONTENT -> JAVADOC_CONTENT 
|--TEXT -> package temp.temp1; 
|--NEWLINE -> \n 
|--NEWLINE -> \n 
|--TEXT -> public class Temp { 
|--NEWLINE -> \n 
|--TEXT ->     /** 
|--NEWLINE -> \n 
|--LEADING_ASTERISK ->      * 
|--TEXT ->  Example for PARAMETER_TYPE_LIST. 
|--NEWLINE -> \n 
|--LEADING_ASTERISK ->      * 
|--TEXT ->   
|--JAVADOC_INLINE_TAG -> JAVADOC_INLINE_TAG 
|   `--LINK_INLINE_TAG -> LINK_INLINE_TAG 
|       |--JAVADOC_INLINE_TAG_START -> {@ 
|       |--TAG_NAME -> link 
|       |--TEXT ->   
|       |--REFERENCE -> REFERENCE 
|       |   |--IDENTIFIER -> java.util.List 
|       |   |--HASH -> # 
|       |   `--MEMBER_REFERENCE -> MEMBER_REFERENCE 
|       |       |--IDENTIFIER -> add 
|       |       |--LPAREN -> ( 
|       |       |--PARAMETER_TYPE_LIST -> PARAMETER_TYPE_LIST 
|       |       |   |--PARAMETER_TYPE -> int 
|       |       |   |--COMMA -> , 
|       |       |   |--TEXT ->   
|       |       |   `--PARAMETER_TYPE -> int 
|       |       `--RPAREN -> ) 
|       `--JAVADOC_INLINE_TAG_END -> } 
|--NEWLINE -> \n 
|--LEADING_ASTERISK ->      * 
|--TEXT -> / 
|--NEWLINE -> \n 
|--TEXT ->     public void example() { } 
|--NEWLINE -> \n 
|--TEXT -> } 
|--NEWLINE -> \n 
`--NEWLINE -> \
``

Copy link
Member

@romani romani left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Item

* <p>Represents multiple types in a method signature.</p>
*
* <p><b>Example:</b></p>
* <pre>{@code * (T, U)}</pre>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please extend example to be more real that uses might have in real code

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please update PR description with full CLI output

@romani
Copy link
Member

romani commented Nov 26, 2025

Single commit please.

Please read and watch videos at Starting_Development.
It explains how to do this

@Vishalup29
Copy link
Author

Single commit please.

Please read and watch videos at Starting_Development. It explains how to do this

Thanks @romani , i have squashed the commits and going forward, I will adhere to it strictly for all PRs

@romani
Copy link
Member

romani commented Nov 26, 2025

Good, please update all pRs descriptions to look same at this #17883

@Vishalup29 Vishalup29 force-pushed the PARAMTERE_TYPE_LIST branch 3 times, most recently from 205ae52 to ca5eb6c Compare November 27, 2025 01:32
@Vishalup29
Copy link
Author

Single commit please.

Please read and watch videos at Starting_Development. It explains how to do this

Hi @romani , thanks for reviewing, I have squashed the commits. I see the [ci/semaphoreci/pr: Checkstyle CI pipeline on Semaphore] failed and is unrelated to my PR, d

Good, please update all pRs descriptions to look same at this #17883

Done. Thanks

@Vishalup29
Copy link
Author

@romani Thanks for reviewing. Addressed your comments and CI all green.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants