hamzaremmal/amy

View on GitHub

Showing 1 of 1 total issue

Function print has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def print: String = {
    val sb = new StringBuffer()

    def rec(d: Document)(implicit ind: Int, first: Boolean): Unit = d match {
      case Raw(s) =>
Severity: Minor
Found in compiler/src/main/scala/amyc/utils/Document.scala - About 1 hr to fix
    Severity
    Category
    Status
    Source
    Language