unused-code icon indicating copy to clipboard operation
unused-code copied to clipboard

find and remove unused scala code

Results 8 unused-code issues
Sort by recently updated
recently updated
newest added

When running `unusedCode` from sbt shell in our codebase we always get: ```scala [error] (Global / unusedCode) java.lang.reflect.InvocationTargetException ``` with no additional output, for every sbt module. Is it some...

Is it possible that we can get a version for Scala 2.11?

```scala class D2 { def +++(d: D2): D2 = this // don't remove! } object D2 { def main(args: Array[String]): Unit = { var d = new D2 d +++=...

- https://github.com/scala/scala/blob/v2.13.8/src/library/scala/beans/BooleanBeanProperty.scala - https://github.com/scala/scala/blob/v2.13.8/src/library/scala/beans/BeanProperty.scala - https://github.com/scala/scala/blob/v2.13.8/src/library/scala/annotation/meta/beanGetter.scala - https://github.com/scala/scala/blob/v2.13.8/src/library/scala/annotation/meta/beanSetter.scala

## About this PR 📦 Updates [org.scala-sbt:sbt](https://github.com/sbt/sbt) from `1.10.0` to `1.10.1` 📜 [GitHub Release Notes](https://github.com/sbt/sbt/releases/tag/v1.10.1) - [Version Diff](https://github.com/sbt/sbt/compare/v1.10.0...v1.10.1) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...