granthenke/scurator

View on GitHub
src/main/scala/org/scurator/components/Request.scala

Summary

Maintainability
A
35 mins
Test Coverage

Constructor has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

case class CreateRequest(path: String, data: Option[Array[Byte]] = None, acl: Option[Seq[ACL]] = None,
                         mode: CreateMode = CreateMode.PERSISTENT, compressed: Boolean = false) extends OpRequest
Severity: Minor
Found in src/main/scala/org/scurator/components/Request.scala - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status