e6fca77674554e516cfb358d1b395986acd3f7e7,tests/python/pants_test/java/distribution/test_distribution.py,LiveDistributionTest,test_validate_live_jdk,#LiveDistributionTest#,516

Before Change


    Distribution(bin_path=os.path.dirname(self.JAVAC), jdk=True).validate()
    Distribution(bin_path=os.path.dirname(self.JAVAC), jdk=True).binary("javap")
    with subsystem_instance(DistributionLocator):
      DistributionLocator.locate(jdk=True)

After Change


    Distribution(bin_path=os.path.dirname(self.JAVAC), jdk=True).validate()
    Distribution(bin_path=os.path.dirname(self.JAVAC), jdk=True).binary("javap")
    with subsystem_instance(DistributionLocator) as locator:
      locator.cached(jdk=True)
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 4

Non-data size: 3

Instances


Project Name: pantsbuild/pants
Commit Name: e6fca77674554e516cfb358d1b395986acd3f7e7
Time: 2016-05-02
Author: john.sirois@gmail.com
File Name: tests/python/pants_test/java/distribution/test_distribution.py
Class Name: LiveDistributionTest
Method Name: test_validate_live_jdk


Project Name: pantsbuild/pants
Commit Name: e6fca77674554e516cfb358d1b395986acd3f7e7
Time: 2016-05-02
Author: john.sirois@gmail.com
File Name: tests/python/pants_test/java/distribution/test_distribution.py
Class Name: LiveDistributionTest
Method Name: test_validate_live


Project Name: pantsbuild/pants
Commit Name: e6fca77674554e516cfb358d1b395986acd3f7e7
Time: 2016-05-02
Author: john.sirois@gmail.com
File Name: tests/python/pants_test/java/distribution/test_distribution_integration.py
Class Name: DistributionIntegrationTest
Method Name: test_no_jvm_restriction


Project Name: pantsbuild/pants
Commit Name: e6fca77674554e516cfb358d1b395986acd3f7e7
Time: 2016-05-02
Author: john.sirois@gmail.com
File Name: tests/python/pants_test/java/distribution/test_distribution_integration.py
Class Name: DistributionIntegrationTest
Method Name: test_jvm_meets_min_and_max_distribution