All Downloads are FREE. Search and download functionalities are using the official Maven repository.

fix.SparkAutoUpgrade.scala Maven / Gradle / Ivy

package fix

import scalafix.v1._

import scala.meta._

class SparkAutoUpgrade extends SemanticRule("SparkAutoUpgrade") {
  override def fix(implicit doc: SemanticDocument): Patch = {
    // println("Tree.syntax: " + doc.tree.syntax)
    // println("Tree.structure: " + doc.tree.structure)
    // println("Tree.structureLabeled: " + doc.tree.structureLabeled)

    Patch.empty
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy