Uh oh!
There was an error while loading. Please reload this page.
HBASE-22571 Javadoc Warnings related to @return tag - #302
Conversation
Apache-HBase
commented
Jun 13, 2019
💔 -1 overall
This message was automatically generated. |
HorizonNet
left a comment
There was a problem hiding this comment.
LGTM overall, but left a few comments. Please also address the Checkstyle issues from the HBase robot.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
murtazahassan123
commented
Jun 17, 2019
Thanks for the kind comments. I have addressed and fixed things according to comments. Kindly have a look in the 2nd commit. |
HorizonNet
left a comment
There was a problem hiding this comment.
Left some additional comments with minor improvements.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
murtazahassan123
commented
Jun 17, 2019
Thanks for the feedback. Please find the corrections in the 3rd commit. |
Apache-HBase
commented
Jun 17, 2019
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Jun 17, 2019
🎊 +1 overall
This message was automatically generated. |
HorizonNet
commented
Jun 22, 2019
@SyedMurtazaHassan Could you please resolve the merge conflicts. |
bc1a635 to
c61e2b9Comparemurtazahassan123
commented
Jun 28, 2019
@HorizonNet Solved the merge conflict, kindly review. |
Apache-HBase
commented
Jun 28, 2019
💔 -1 overall
This message was automatically generated. |
HorizonNet
commented
Jun 28, 2019
@SyedMurtazaHassan It seems that you added new Checkstyle issues. Would be great if you could resolve them. |
murtazahassan123
commented
Jul 1, 2019
@HorizonNet Fixed the checkstyle issues. Kindly have a look. |
Apache-HBase
commented
Jul 1, 2019
💔 -1 overall
This message was automatically generated. |
saintstack
left a comment
There was a problem hiding this comment.
LGTM. Nice cleanup.
Presuming @HorizonNet 's comments addressed.
| * @param loc | ||
| * @param heapSizeOfRow | ||
| * @return | ||
| * @return either Include {@link ReturnCode} or Skip {@link ReturnCode} |
There was a problem hiding this comment.
Another option if the parameter or return code are self-explanatory is to just remove them from javadoc. Perhaps not here but in the below where you add the text 'the row key' as description on a param named 'key'...
| * Returns the version components | ||
| * Examples: "1.4.3" returns [1, 4, 3], "4.5.6-SNAPSHOT" returns [4, 5, 6, "SNAPSHOT"] | ||
| * @returns the components of the version string | ||
| * @return the components of the version string |
saintstack
commented
Jul 1, 2019
Re-running build just to make sure test failure flakey. |
Apache-HBase
commented
Jul 2, 2019
💔 -1 overall
This message was automatically generated. |
Uh oh!
There was an error while loading. Please reload this page.
Apache-HBase
commented
Jul 8, 2019
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Jul 13, 2019
🎊 +1 overall
This message was automatically generated. |
Javadoc Warnings related to @return tag