No. of Instances - 71
No. of Commits - 26
No. of Projects - {'alluxio', 'hbase', 'undertow', 'neo4j', 'che', 'Chronicle-Map', 'ignite', 'flink', 'presto', 'hadoop', 'atomix', 'redisson', 'drill'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Jdk -> Jdk
Mapping:
- mWorkerStorage to mLockedBlockIdToStorageDir.remove(blockId)
- Objects.toStringHelper(this).add("blockId",mBlockId).add("offset",mOffset).add("length",mLength).add("lockId",mLockId).add("sessionId",mSessionId) to Objects.toStringHelper(this).add("blockId",mBlockId).add("offset",mOffset).add("length",mLength).add("sessionId",mSessionId).add("noCache",mNoCache)
- input.readInt64() to input.readBool()
- com.google.protobuf.CodedOutputStream.computeInt64Size(3,promote_) to com.google.protobuf.CodedOutputStream.computeBoolSize(3,promote_)
- writeLong to writeBoolean
- buffer.readLong() to buffer.readBoolean()
- map.remove(new SimpleKey("2"),new SimpleValue("1")) to map.remove(new SimpleKey("1"),new SimpleValue("3"))
- map.remove(new SimpleKey("1"),new SimpleValue("3")) to map.remove(new SimpleKey("2"),new SimpleValue("1"))
- commState.getLong() to commState.getBoolean()
- fileInfo.length() to fileInfo.isDirectory()
- in.readLong() to in.readBoolean()