-
Notifications
You must be signed in to change notification settings - Fork 111
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
ProtectedMethodInFinalClassCheck should be stricter #917
Comments
@victornoel/z this project will fix the problem faster if you donate a few dollars to it; just click here and pay via Stripe, it's very fast, convenient and appreciated; thanks a lot! |
@0crat in |
Bug was reported, see §29: +15 point(s) just awarded to @victornoel/z |
@victornoel the puzzle #1006 is still not solved. |
@victornoel Merged, please close. |
@paulodamaso thx |
@paulodamaso if I understand correctly, the bug is not fixed yet, we have to wait for #1006 now? |
@victornoel Yes, I've break the task in two 30min tasks each: in #993 I've implemented the tests, and the rest will be made in #1006; PDD in action! |
@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 #917 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 |
@victornoel the only puzzle #1006 is solved here. |
This is a follow-up on #901.
Basically, now that
protected
is accepted infinal
class when a method is an overriding one, it is possible for someone to override a default scoped method by making itprotected
in afinal
class.This should be forbidden.
See #901 (comment) for some design considerations.
The text was updated successfully, but these errors were encountered: