| Package | Description |
|---|---|
| org.sonar.duplications.block | |
| org.sonar.duplications.index | |
| org.sonar.plugins.cpd.index |
| Modifier and Type | Method and Description |
|---|---|
ByteArray |
Block.getBlockHash() |
| Modifier and Type | Method and Description |
|---|---|
Block.Builder |
Block.Builder.setBlockHash(ByteArray blockHash) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Block> |
PackedMemoryCloneIndex.getBySequenceHash(ByteArray sequenceHash)
Performs search of blocks for specified hash value.
|
Collection<Block> |
MemoryCloneIndex.getBySequenceHash(ByteArray sequenceHash) |
Collection<Block> |
CloneIndex.getBySequenceHash(ByteArray hash)
Performs search of blocks for specified hash value.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Block> |
DbDuplicationsIndex.getByHash(ByteArray hash) |
Collection<Block> |
SonarDuplicationsIndex.getBySequenceHash(ByteArray hash) |
Copyright © 2009-2012 SonarSource. All Rights Reserved.