=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== sbt-0.13.13/compile/inc/src/main/scala/sbt/inc/IncOptions.scala-185- //- EXPANDED CASE CLASS METHOD BEGIN -// sbt-0.13.13/compile/inc/src/main/scala/sbt/inc/IncOptions.scala:186: @deprecated("Use `with$nameOfTheField` copying methods instead.", "0.13.2") sbt-0.13.13/compile/inc/src/main/scala/sbt/inc/IncOptions.scala-187- def copy(transitiveStep: Int = this.transitiveStep, recompileAllFraction: Double = this.recompileAllFraction, ############################################## sbt-0.13.13/ivy/src/main/scala/sbt/ivyint/CachedResolutionResolveEngine.scala-77- def includeRuleString(rule: IncludeRule): String = sbt-0.13.13/ivy/src/main/scala/sbt/ivyint/CachedResolutionResolveEngine.scala:78: s"""Include(${rule.getId},${rule.getConfigurations.mkString(",")},${rule.getMatcher})""" sbt-0.13.13/ivy/src/main/scala/sbt/ivyint/CachedResolutionResolveEngine.scala-79- def artifactString(dad: DependencyArtifactDescriptor): String = ############################################## sbt-0.13.13/main/command/src/main/scala/sbt/BasicCommandStrings.scala-175- private[this] def deprecatedAlias(oldName: String, newName: String): String = sbt-0.13.13/main/command/src/main/scala/sbt/BasicCommandStrings.scala:176: s"The `$oldName` command is deprecated in favor of `$newName` and will be removed in 0.14.0" sbt-0.13.13/main/command/src/main/scala/sbt/BasicCommandStrings.scala-177- } ############################################## sbt-0.13.13/main/settings/src/main/scala/sbt/std/KeyMacro.scala-24- import c.universe.{ Apply => ApplyTree, _ } sbt-0.13.13/main/settings/src/main/scala/sbt/std/KeyMacro.scala:25: val enclosingValName = definingValName(c, methodName => s"""$methodName must be directly assigned to a val, such as `val x = $methodName[Int]("description")`.""") sbt-0.13.13/main/settings/src/main/scala/sbt/std/KeyMacro.scala-26- val name = c.Expr[String](Literal(Constant(enclosingValName))) ############################################## sbt-0.13.13/main/src/main/scala/sbt/CommandStrings.scala-306- sbt-0.13.13/main/src/main/scala/sbt/CommandStrings.scala:307: See also `help $SwitchCommand` sbt-0.13.13/main/src/main/scala/sbt/CommandStrings.scala-308-""" ############################################## sbt-0.13.13/main/src/main/scala/sbt/CommandStrings.scala-326- sbt-0.13.13/main/src/main/scala/sbt/CommandStrings.scala:327: See also `help $CrossCommand` sbt-0.13.13/main/src/main/scala/sbt/CommandStrings.scala-328-""" ############################################## sbt-0.13.13/main/src/main/scala/sbt/Project.scala-599- import c.universe._ sbt-0.13.13/main/src/main/scala/sbt/Project.scala:600: val enclosingValName = std.KeyMacro.definingValName(c, methodName => s"""$methodName must be directly assigned to a val, such as `val x = $methodName`.""") sbt-0.13.13/main/src/main/scala/sbt/Project.scala-601- val name = c.Expr[String](Literal(Constant(enclosingValName))) ############################################## sbt-0.13.13/main/src/test/resources/old-format/14.sbt.txt-36- val names = unzippedFiles.flatMap(file => IO.relativize(base = cacheDir, file)) sbt-0.13.13/main/src/test/resources/old-format/14.sbt.txt:37: println(s"Unzipped the following files in `$cacheDir`") sbt-0.13.13/main/src/test/resources/old-format/14.sbt.txt-38- names.foreach(println) ############################################## sbt-0.13.13/notes/0.13.7.markdown-92-- `<localRepository/>` element in `~/.m2/settings.xml` sbt-0.13.13/notes/0.13.7.markdown:93:- `<localRepository/>` element in `$M2_HOME/conf/settings.xml`, or sbt-0.13.13/notes/0.13.7.markdown-94-- the default of `~/.m2/repository` if neither of those configuration elements exist ############################################## sbt-0.13.13/sbt/src/sbt-test/project/auto-plugins/build.sbt-81-def same[T](actual: T, expected: T, label: String): Unit = { sbt-0.13.13/sbt/src/sbt-test/project/auto-plugins/build.sbt:82: assert(actual == expected, s"Expected '$expected' for `$label`, got '$actual'") sbt-0.13.13/sbt/src/sbt-test/project/auto-plugins/build.sbt-83-} ############################################## sbt-0.13.13/util/appmacro/src/main/scala/sbt/appmacro/Instance.scala-58- * This transformation converts the input Tree to a Tree of type `M[T]`. sbt-0.13.13/util/appmacro/src/main/scala/sbt/appmacro/Instance.scala:59: * The original wrapped expression `wrap(input)` is replaced by a reference to a new local `val $x: T`, where `$x` is a fresh name. sbt-0.13.13/util/appmacro/src/main/scala/sbt/appmacro/Instance.scala-60- * These converted inputs are passed to `builder` as well as the list of these synthetic `ValDef`s. ############################################## sbt-0.13.13/util/appmacro/src/main/scala/sbt/appmacro/TupleBuilder.scala-51- sbt-0.13.13/util/appmacro/src/main/scala/sbt/appmacro/TupleBuilder.scala:52: /* The list of definitions that extract values from a value of type `$representationC[Id]`. sbt-0.13.13/util/appmacro/src/main/scala/sbt/appmacro/TupleBuilder.scala-53- * The returned value should be identical to the `ValDef`s provided to the `TupleBuilder.make` method but with ############################################## sbt-0.13.13/util/classfile/src/main/scala/sbt/classfile/Parser.scala-166- { sbt-0.13.13/util/classfile/src/main/scala/sbt/classfile/Parser.scala:167: require(a.value.length == 2, s"Expected two bytes for unsigned value; got: ${a.value.length}") sbt-0.13.13/util/classfile/src/main/scala/sbt/classfile/Parser.scala-168- val Array(v0, v1) = a.value ############################################## sbt-0.13.13/launcher/src/windows/sbt-15- sbt-0.13.13/launcher/src/windows/sbt:16:UDIR=`dirname "$0"` sbt-0.13.13/launcher/src/windows/sbt-17-if [ -z "$MSYSTEM" ]; then sbt-0.13.13/launcher/src/windows/sbt:18: WDIR=`cygpath -alm "$UDIR"` sbt-0.13.13/launcher/src/windows/sbt-19-else sbt-0.13.13/launcher/src/windows/sbt:20: WDIR=`echo "$UDIR" | sed -e 's~^/\([^/]*\)/~\1:/~'` sbt-0.13.13/launcher/src/windows/sbt-21-fi