guide_to_comments_in_project_the_code
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| guide_to_comments_in_project_the_code [2025/01/16 17:49] – serradfh | guide_to_comments_in_project_the_code [2025/01/21 16:53] (current) – serradfh | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ===== Guide to comment in the code of PTIDEJ Project | + | ===== Guide comments |
| While contributing to the project, you may encounter issues that you could ask help from colleagues, with that in mind, a tool to create issues automatically in the github PTIDEJ repository was made. | While contributing to the project, you may encounter issues that you could ask help from colleagues, with that in mind, a tool to create issues automatically in the github PTIDEJ repository was made. | ||
| Line 140: | Line 140: | ||
| ====Following is a link of a sample of a issue generated using step 5==== | ====Following is a link of a sample of a issue generated using step 5==== | ||
| [[https:// | [[https:// | ||
| + | =====Known bugs===== | ||
| + | ===If the step 5 is used to generate the title, and inside a comment is used more than one same Id, if a "// TODO" is not used before every next same Id, will not count towards the title=== | ||
| + | ==Example 1== | ||
| + | < | ||
| + | // TODO | ||
| + | // @# | ||
| + | // the one above was added in the title | ||
| + | // TODO | ||
| + | // @# | ||
| + | // the one above was added in the title | ||
| + | </ | ||
| + | ==Title output of example 1== | ||
| + | < | ||
| + | Testing on ProxyDisk.java -> 2 Refactor Codes | ||
| + | </ | ||
| + | ==Example 2== | ||
| + | < | ||
| + | // TODO | ||
| + | // @# | ||
| + | // the one above was added in the title | ||
| + | // @# | ||
| + | // will not be added to the title | ||
| + | </ | ||
| + | ==Title output of example 2== | ||
| + | < | ||
| + | Testing on ProxyDisk.java -> 1 Refactor Codes | ||
| + | </ | ||
| + | ==Example 3== | ||
| + | < | ||
| + | // TODO | ||
| + | // @# | ||
| + | // @# | ||
| + | // only the first one counted here | ||
| + | some_method() | ||
| + | // TODO | ||
| + | // @# | ||
| + | </ | ||
| + | ==Title output of example 3== | ||
| + | < | ||
| + | Testing on ProxyDisk.java -> 2 Refactor Codes | ||
| + | </ | ||
guide_to_comments_in_project_the_code.1737049781.txt.gz · Last modified: by serradfh
