You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implemented two additional lint warnings for my bachelor project
supervised by @anatoliykmetyuk.
Most of the work has been done in a new `MiniPhase` class called
`CheckShadowing` and running in the same mega phase as the
`CheckUnused.PostTyper` mini phase.
They respectively warn about :
- A private field or a class parameter that shadows a super-class field.
- A type parameter that shadows a type already defined in the scope.
Some examples can be seen in #17612 and #17613.
valXmacroSettings:Setting[List[String]] =MultiStringSetting("-Xmacro-settings", "setting1,setting2,..settingN", "List of settings which exposed to the macros")
0 commit comments