if(successfullyUnlocked && shouldSavePassword) | if(successfullyUnlocked && shouldSavePassword.get()) | shouldSavePassword | shouldSavePassword.get() | cryptomator | 59f91267ae2fbde408661054f598378ded68a5d2 | org.cryptomator.ui.keyloading.masterkeyfile.MasterkeyFileLoadingFinisher | | _1 | shouldSavePassword |
---|
_2 | shouldSavePassword |
---|
| | | | Uses | True |
return m_hasMoreChunks || !m_availableChunks.isEmpty(); | return m_hasMoreChunks.get() || !m_availableChunks.isEmpty(); | m_hasMoreChunks | m_hasMoreChunks.get() | voltdb | a33fa9a1da6f3ac91a700dda9b214110eb045cea | org.voltdb.sysprocs.saverestore.TableSaveFile | | _1 | m_hasMoreChunks |
---|
_2 | m_hasMoreChunks |
---|
| | | | Uses | True |
return parent.isReleased() || isReleased; | return parent.isReleased() || isReleased.get(); | isReleased | isReleased.get() | flink | f728129bdb8c3176fba03c3e74c65ed254146061 | org.apache.flink.runtime.io.network.partition.SpilledSubpartitionViewAsyncIO | | | | | | Uses | True |
if(!closed && !(this instanceof ByteArrayVol) && !(this instanceof SingleByteArrayVol)) | if(!closed.get() && !(this instanceof ByteArrayVol) && !(this instanceof SingleByteArrayVol)) | closed | closed.get() | mapdb | a71027e42d59f4b8f1762438eca7b32f84531d6a | org.mapdb.volume.Volume | | | | | | Uses | True |
assert evicted == false || refCounter.refCount() != 0 || Files.notExists(file); | assert evicted.get() == false || refCounter.refCount() != 0 || Files.notExists(file); | evicted | evicted.get() | elasticsearch | e2e01ed317693f6defa78e103ea47d4eab4414d9 | org.elasticsearch.index.store.cache.CacheFile | | | | | | Uses | True |
if(!abortRequested || this.dataFsOk) | if(!abortRequested.get() || this.dataFsOk) | abortRequested | abortRequested.get() | hbase | 2567d1521875ca39eca4762242ce91a3012e088e | org.apache.hadoop.hbase.regionserver.HRegionServer | | _1 | abortRequested |
---|
_2 | abortRequested |
---|
| | | | Uses | True |
if(inChillMode && ChillModeRestrictedOps.isRestrictedInChillMode(op)) | if(inChillMode.get() && ChillModeRestrictedOps.isRestrictedInChillMode(op)) | inChillMode | inChillMode.get() | hadoop | 295cce39edfce1e81d3a1fdcb4e70442c4f60c18 | org.apache.hadoop.hdds.scm.server.ChillModePrecheck | | _1 | inChillMode |
---|
_2 | inChillMode |
---|
| | | | Uses | True |
js.key(STR0).value(m_replicationActive); | js.key(STR0).value(m_replicationActive.get()); | m_replicationActive | m_replicationActive.get() | voltdb | 34d4f9cdbd1a3063b9d857ec8d9f9e4cda71293f | org.voltdb.RealVoltDB | | _1 | m_replicationActive |
---|
_2 | m_replicationActive |
---|
| TCIVar | m_replicationActive |
---|
| | TCIVar | m_replicationActive |
---|
| Uses | True |
m_producerDRGateway=(ProducerDRGateway)ndrgwConstructor.newInstance(new File(m_catalogContext.cluster.getDroverflow()),getSnapshotPath(m_catalogContext),m_replicationActive,m_configuredNumberOfPartitions,m_catalogContext.getDeployment().getCluster().getHostcount()); | m_producerDRGateway=(ProducerDRGateway)ndrgwConstructor.newInstance(new File(m_catalogContext.cluster.getDroverflow()),getSnapshotPath(m_catalogContext),m_replicationActive.get(),m_configuredNumberOfPartitions,m_catalogContext.getDeployment().getCluster().getHostcount()); | m_replicationActive | m_replicationActive.get() | voltdb | 34d4f9cdbd1a3063b9d857ec8d9f9e4cda71293f | org.voltdb.RealVoltDB | | _1 | m_replicationActive |
---|
_2 | m_replicationActive |
---|
| TCIVar | m_replicationActive |
---|
| | TCIVar | m_replicationActive |
---|
| Uses | True |
js.key(STR0).value(m_replicationActive); | js.key(STR0).value(m_replicationActive.get()); | m_replicationActive | m_replicationActive.get() | voltdb | 1666f7eb27532a7ab4957ab5d82aa185098b6b66 | org.voltdb.RealVoltDB | | _1 | m_replicationActive |
---|
_2 | m_replicationActive |
---|
| TCIVar | m_replicationActive |
---|
| | TCIVar | m_replicationActive |
---|
| Uses | True |
m_producerDRGateway=(ProducerDRGateway)ndrgwConstructor.newInstance(new File(m_catalogContext.cluster.getDroverflow()),getSnapshotPath(m_catalogContext),m_replicationActive,m_configuredNumberOfPartitions,m_catalogContext.getDeployment().getCluster().getHostcount()); | m_producerDRGateway=(ProducerDRGateway)ndrgwConstructor.newInstance(new File(m_catalogContext.cluster.getDroverflow()),getSnapshotPath(m_catalogContext),m_replicationActive.get(),m_configuredNumberOfPartitions,m_catalogContext.getDeployment().getCluster().getHostcount()); | m_replicationActive | m_replicationActive.get() | voltdb | 1666f7eb27532a7ab4957ab5d82aa185098b6b66 | org.voltdb.RealVoltDB | | _1 | m_replicationActive |
---|
_2 | m_replicationActive |
---|
| TCIVar | m_replicationActive |
---|
| | TCIVar | m_replicationActive |
---|
| Uses | True |
map.put(ATTR_UPDATE_NOTIFIER_STATUS,notifyEnabled); | map.put(ATTR_UPDATE_NOTIFIER_STATUS,notifyEnabled.get()); | notifyEnabled | notifyEnabled.get() | ignite | 5c7857292e76eda73c6dcaafcd725a5d913b6c3b | org.apache.ignite.internal.processors.cluster.ClusterProcessor | | _1 | notifyEnabled |
---|
_2 | notifyEnabled |
---|
| | | | Uses | True |
if(id != null || !exchangeEnqueued) | if(id != null || !exchangeEnqueued.get()) | exchangeEnqueued | exchangeEnqueued.get() | camel | df092872f124a9682ac15e65d3920021035cd7d9 | org.apache.camel.processor.BatchProcessor.BatchSender | | _1 | exchangeEnqueued |
---|
_2 | exchangeEnqueued |
---|
| | | | Uses | True |
if(!enabled && !enabledForCurrentThread.get()) | if(!enabled.get() && !enabledForCurrentThread.get()) | enabled | enabled.get() | orientdb | 81481c0769e5b64ccf6d4a1db2d615f8c05702f9 | com.orientechnologies.orient.core.storage.impl.local.statistic.OPerformanceStatisticManager | | | | | | Uses | True |
performanceStatistic=new OSessionStoragePerformanceStatistic(intervalBetweenSnapshots,enabled ? cleanUpInterval : -1); | performanceStatistic=new OSessionStoragePerformanceStatistic(intervalBetweenSnapshots,enabled.get() ? cleanUpInterval : -1); | enabled | enabled.get() | orientdb | 81481c0769e5b64ccf6d4a1db2d615f8c05702f9 | com.orientechnologies.orient.core.storage.impl.local.statistic.OPerformanceStatisticManager | | | | | | Uses | True |
if(!statistics.isEmpty() && !enabled) | if(!statistics.isEmpty() && !enabled.get()) | enabled | enabled.get() | orientdb | 81481c0769e5b64ccf6d4a1db2d615f8c05702f9 | com.orientechnologies.orient.core.storage.impl.local.statistic.OPerformanceStatisticManager | | | | | | Uses | True |