-
Notifications
You must be signed in to change notification settings - Fork 114
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
Nested classes should have since tags #743
Comments
@yegor256 Could you take a look? I'm not sure which way is more along your style, forbidding the tags nested classes, or forcing them. |
@krzyk good question. I think it's better to have them for each class, both nested and normal |
@yegor256 thanks, I've updated the description/title |
@davvd valid bug |
@krzyk thank you for reporting this, I added 30 mins to your acc, transaction |
@davvd this is postponed |
@0crat in |
@krzyk Author and version tags are prohibited, please correct puzzle. |
@paulodamaso there is no author or version tag here, which puzzle do you mean? |
@krzyk Sorry, I mean ticket description: "Nested classes should have author, version and since tags" is wrong because we do not have |
@paulodamaso Oh, thanks, I didn't notice that. |
@paulodamaso thanks |
@ypshenychka/z please review this job completed by @paulodamaso/z, as in §30; the job will be fully closed and all payments will be made when the quality review is completed |
The job #743 is now out of scope |
@0crat quality good |
@ypshenychka The project doesn't have enough funds, can't make a payment |
Order was finished, quality is "good": +35 point(s) just awarded to @paulodamaso/z |
Quality review completed: +8 point(s) just awarded to @ypshenychka/z |
Nested (static and non-static) classes should have
@since
tags similarly what we have now for main class.Innorrect:
Correct:
The text was updated successfully, but these errors were encountered: