| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 5 | 2 | 1 | 0.992 | executable_statement |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 5 | 68 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/engine/DefaultSpellChecker.java |
| 2 | 5 | 74 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/engine/DefaultSpellChecker.java |
| ||||
{
for (int index = length - 1; index > 0; index--) {
if (Character.isLowerCase(word.charAt(index)))
return true;
}
}
|
| ||||
{
for (int index = length - 1; index > 0; index--) {
if (Character.isUpperCase(word.charAt(index)))
return true;
}
}
|
| |||
{
for (int index = length - 1; index > 0; index--) {
if (Character. [[#variable90c07c00]](word.charAt(index)))
return true;
}
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#90c07c00]] | isLowerCase |
| 1 | 2 | [[#90c07c00]] | isUpperCase |