KeyStoreTestUtil.setupSSLConfig(keystoresDir,sslConfDir,conf,false); | KeyStoreTestUtil.setupSSLConfig(keystoresDir.getAbsolutePath(),sslConfDir,serverConf,false); | keystoresDir | keystoresDir.getAbsolutePath() | hbase | 299b6bebc5120dacf7a55cfba06de6d98fb973c0 | org.apache.hadoop.hbase.http.TestSSLHttpServer | | _1 | keystoresDir |
---|
_2 | keystoresDir |
---|
| | | | Uses | True |
if(!FilenameUtils.getExtension(modulePath).equals(STR0)) | if(!FilenameUtils.getExtension(modulePath.getAbsolutePath()).equals(STR0)) | modulePath | modulePath.getAbsolutePath() | geode | e892a55fa17525fff180b14051fb6870be83d0bd | org.apache.geode.session.tests.ContainerInstall | | | | | | Uses | True |
ZipUtils.unzip(modulePath,modulePath.substring(0,modulePath.length() - 4)); | ZipUtils.unzip(modulePath.getAbsolutePath(),newModuleFolder.getAbsolutePath()); | modulePath | modulePath.getAbsolutePath() | geode | e892a55fa17525fff180b14051fb6870be83d0bd | org.apache.geode.session.tests.ContainerInstall | | | | | | Uses | True |
SingleFileStoreConfigurationBuilder bld=new ConfigurationBuilder().clustering().cacheMode(CacheMode.LOCAL).transaction().transactionMode(TransactionMode.NON_TRANSACTIONAL).persistence().passivation(false).addSingleFileStore().preload(false).purgeOnStartup(false).segmented(segmented).location(tmpDirectory); | SingleFileStoreConfigurationBuilder bld=new ConfigurationBuilder().clustering().cacheMode(CacheMode.LOCAL).transaction().transactionMode(TransactionMode.NON_TRANSACTIONAL).persistence().passivation(false).addSingleFileStore().preload(false).purgeOnStartup(false).segmented(segmented).location(tmpDirectory.getAbsolutePath()); | tmpDirectory | tmpDirectory.getAbsolutePath() | infinispan | e3834f260f002e43c73f7a8bb0a62528291b619e | org.infinispan.persistence.support.AsyncStoreWithoutEvictionFunctionalTest | | _1 | tmpDirectory |
---|
_2 | tmpDirectory |
---|
| | | | Uses | True |
description.appendText(String.format(STR0,fileName)); | description.appendText(String.format(STR0,file.getAbsolutePath())); | fileName | fileName.getAbsolutePath() | neo4j | f8c9b992c69950a1e578f126526efd13c964da8e | org.neo4j.backup.impl.BackupProtocolServiceIT | | | | | | Uses | True |