-
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
Name 'id' must match pattern '^[a-z]{2,}[a-zA-Z]+$'. (MethodNameCheck) #960
Comments
@dgroup/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 |
@krzyk no response from 0crat more than 7 min. Looks like 0crat went into the infinitive loop due to your |
Also, I think the same situation with field/method equal to |
@krzyk I believe that it has already been resolved in the linked PRs, what should I do here? |
@paulodamaso there wasn't any PR here, the linked issue is for slightly different problem |
@krzyk OK,thanks, I'll take a look soon |
@0crat refuse |
@paulodamaso The user @paulodamaso/z resigned from #960, please stop working. Reason for job resignation: Order was cancelled |
Tasks refusal is discouraged, see §6: -15 point(s) just awarded to @paulodamaso/z |
Hi Guys,
What is the business purpose of this check for the fields and methods with name equal to
id
?This name quite self-explaining.
The same is related to PMD
Field id has the same name as a method (AvoidFieldNameMatchingMethodName)
Avoid using short method names (ShortMethodName)
Why it can't be added into exclusions?
The text was updated successfully, but these errors were encountered: