5933b1eb1ffb96ac36a18ffa27c0f17095c3dd6b,tests/python/pants_test/backend/jvm/tasks/test_ivy_resolve.py,IvyResolveTest,test_resolve_multiple_artifacts,#IvyResolveTest#,134
Before Change
no_classifier_cp = compile_classpath.get_classpath_entries_for_targets([no_classifier_lib])
classifier_cp = compile_classpath.get_classpath_entries_for_targets([classifier_lib])
classifier_and_no_classifier_cp = compile_classpath.get_classpath_entries_for_targets(
[classifier_and_no_classifier_lib])
self.assertIn(no_classifier.coordinate,
{resolved_jar.coordinate
After Change
no_classifier_cp = compile_classpath.get_classpath_entries_for_targets([no_classifier_lib])
classifier_cp = compile_classpath.get_classpath_entries_for_targets([classifier_lib])
classifier_and_no_classifier_cp = compile_classpath.get_classpath_entries_for_targets(
classifier_and_no_classifier_lib.closure(bfs=True))
self.assertIn(no_classifier.coordinate,
{resolved_jar.coordinate
In pattern: SUPERPATTERN
Frequency: 4
Non-data size: 2
Instances
Project Name: pantsbuild/pants
Commit Name: 5933b1eb1ffb96ac36a18ffa27c0f17095c3dd6b
Time: 2015-11-06
Author: stuhood@gmail.com
File Name: tests/python/pants_test/backend/jvm/tasks/test_ivy_resolve.py
Class Name: IvyResolveTest
Method Name: test_resolve_multiple_artifacts
Project Name: pantsbuild/pants
Commit Name: 5933b1eb1ffb96ac36a18ffa27c0f17095c3dd6b
Time: 2015-11-06
Author: stuhood@gmail.com
File Name: src/python/pants/backend/jvm/tasks/jvm_binary_task.py
Class Name: JvmBinaryTask
Method Name: list_external_jar_dependencies
Project Name: pantsbuild/pants
Commit Name: 5933b1eb1ffb96ac36a18ffa27c0f17095c3dd6b
Time: 2015-11-06
Author: stuhood@gmail.com
File Name: tests/python/pants_test/backend/jvm/tasks/test_classpath_products.py
Class Name: ClasspathProductsTest
Method Name: test_get_internal_classpath_entries_for_targets
Project Name: pantsbuild/pants
Commit Name: 5933b1eb1ffb96ac36a18ffa27c0f17095c3dd6b
Time: 2015-11-06
Author: stuhood@gmail.com
File Name: tests/python/pants_test/backend/jvm/tasks/test_classpath_products.py
Class Name: ClasspathProductsTest
Method Name: test_get_classpath_entries_for_targets_transitive