benjaminBoboul/workbench-getting-started-with-scala

View on GitHub
src/main/scala/akkaActor/ActorRecap.scala

Summary

Maintainability
A
0 mins
Test Coverage

Imports should be grouped together
Open

  import akkaActor.ActorRecap.StateFullActorMessages.{StashMessage, SwitchState, BlankMessage}

The string literal " appears 3 times in the file.
Open

      case stringMessage: String => log.info(s"$self got $stringMessage")

Imports should be grouped together
Open

    import akkaActor.ActorRecap.StateFullActorMessages.{StashMessage, SwitchState}

There are no issues that match your filters.

Category
Status