Results 1611 comments of Roman Ivanov

It is the same logic as at https://github.com/checkstyle/checkstyle/pull/12007#discussion_r945223740

Create unit test method to reproduce problem by Input file first. Second , update holder to have in map of names simple names also .

>Are you looking to match against CheckNameCheck or CheckName or both? This is good point we need both, user need to use same name of Check as he has in...

Please make test with values `name="aliasList" value="ParameterNumber=paramnum"` and will fail to suppress violation, so it is still not working.

I see two problems: 1)Naming variable by names of methods used in expression 2) usage of var with name similar to type or "1)" To do something in checkstyle we...

Do you simply what to violate certain usage of var ? Like "no var for creating by new" ? And others.

@timurt , can your MatchXpath Check do this validation ?

@jensli , > disallow the use of var with certain types of initialiser expressions. is it what you expect ? ``` // If the method contains the name of the...

> forbidden "var" usage. you can do this by https://checkstyle.org/config_coding.html#IllegalType , as checkstyle treat `var` as special type.