ccf3a2ad28cc28a41a4c32f4b5c5c93f449382a4,tests/python/pants_test/backend/project_info/tasks/test_export.py,ExportTest,setUp,#ExportTest#,48
Before Change
self.make_target(
":scala-library",
JarLibrary,
jars=[JarDependency("org.scala-lang", "scala-library", "2.10.5")]
)
self.make_target(
":nailgun-server",
After Change
jars=[JarDependency("org.pantsbuild", "jar-tool", "0.0.10")]
)
self.make_target(
":jarjar",
JarLibrary,
jars=[JarDependency(org="org.pantsbuild", name="jarjar", rev="1.7.2")]
)
self.make_target(
":scala-library",
JarLibrary,
jars=[JarDependency("org.scala-lang", "scala-library", self._scala_toolchain_version)]
)
self.make_target(
":scalac",
JarLibrary,
jars=[JarDependency("org.scala-lang", "scala-compiler", self._scala_toolchain_version)]
)
self.make_target(
":scalac_2_12",
JarLibrary,
jars=[JarDependency("org.scala-lang", "scala-compiler", "2.12.8")]
)
self.make_target(
":scala-reflect",
JarLibrary,
jars=[JarDependency("org.scala-lang", "scala-reflect", self._scala_toolchain_version)]
)
self.make_target(
":scala-repl",
JarLibrary,
jars=[JarDependency("org.scala-lang", "scala-repl", self._scala_toolchain_version)]
)
self.make_target(
":nailgun-server",
JarLibrary,
In pattern: SUPERPATTERN
Frequency: 4
Non-data size: 20
Instances
Project Name: pantsbuild/pants
Commit Name: ccf3a2ad28cc28a41a4c32f4b5c5c93f449382a4
Time: 2019-10-02
Author: 1305167+cosmicexplorer@users.noreply.github.com
File Name: tests/python/pants_test/backend/project_info/tasks/test_export.py
Class Name: ExportTest
Method Name: setUp
Project Name: pantsbuild/pants
Commit Name: ccf3a2ad28cc28a41a4c32f4b5c5c93f449382a4
Time: 2019-10-02
Author: 1305167+cosmicexplorer@users.noreply.github.com
File Name: tests/python/pants_test/backend/project_info/tasks/test_export.py
Class Name: ExportTest
Method Name: setUp
Project Name: pantsbuild/pants
Commit Name: b6981e545fb423518028ee579e6225a4bb710469
Time: 2019-10-01
Author: 1305167+cosmicexplorer@users.noreply.github.com
File Name: tests/python/pants_test/backend/project_info/tasks/test_export.py
Class Name: ExportTest
Method Name: setUp
Project Name: pantsbuild/pants
Commit Name: f673fd2a4f59ea310f24ed702a01779118dad88f
Time: 2019-10-01
Author: 1305167+cosmicexplorer@users.noreply.github.com
File Name: tests/python/pants_test/backend/project_info/tasks/test_export.py
Class Name: ExportTest
Method Name: setUp
Project Name: pantsbuild/pants
Commit Name: d2bf825651e26f83ae70b1e22baa1bce4930b9aa
Time: 2019-10-03
Author: 1305167+cosmicexplorer@users.noreply.github.com
File Name: tests/python/pants_test/backend/project_info/tasks/test_export.py
Class Name: ExportTest
Method Name: setUp