-
Notifications
You must be signed in to change notification settings - Fork 112
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
Static inner classes should be qualified with outer class always #738
Comments
@davvd valid bug |
@davvd this is postponed |
@krzyk thanks a lot for reporting, 30 mins added to your acc, pmt ID |
@0crat in |
@krzyk Merged, please close. |
@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 #738 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 |
Static inner classes declared in given class and used in it should be qualified if the class name.
Right now qulice doesn't complain about such cases, but it should:
Qulice should complain in
method()
line withnew Bar(num)
that the inner class should be qualified with outer class name.method()
should look like this:The text was updated successfully, but these errors were encountered: