-
Notifications
You must be signed in to change notification settings - Fork 105
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
"Dictionary" as a name generates NullPointerException #908
Comments
@aedelmann: Here is the exact same problem solved by adding a new rule which includes keywords like |
Yeah, we should definite have a consistent declaration and therefore change it to lowercase. |
I would like to vote for this approach i.e. data type unification. Let's say that built-in types will be: camelCase. In this way, we have a clear separation from the custom types where they are forced to start with an uppercase letter. |
…nsistent declaration of types. Signed-off-by: Simon Pizonka <[email protected]>
…onsistent declaration of types. Signed-off-by: Simon Pizonka <[email protected]>
Steps to reproduce:
As a result, the error log contains:
The text was updated successfully, but these errors were encountered: