ghik / silencer

Scala compiler plugin for warning suppression
Apache License 2.0
255 stars 33 forks source link

Support Java @SuppressWarnings annotation? #46

Closed lihaoyi-databricks closed 4 years ago

lihaoyi-databricks commented 4 years ago

More a feature request than a bug, but could we make Silencer also support @SuppressWarnings? It comes built in with the JDK, doesn't need an import, and has a slightly more meaningful name than just @silent

ghik commented 4 years ago

I agree with Lukas' comment on this. Let's see what solution will be chosen in the compiler and then I might backport it to silencer.

lihaoyi-databricks commented 4 years ago

Superseded by https://github.com/ghik/silencer/issues/50