Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
11 | 2 | 0 | 1.000 | selection_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 11 | 35 | CommandLine/CommandLine.h |
2 | 11 | 51 | CommandLine/CommandLine.h |
| ||||
if (last_argument_is_at_sign) { last_argument_is_at_sign = GetCommandLineArgumentsFromFile(files, argument.c_str()); } else { if (argument[0] == '@') { if (argument.size() != 1) { last_argument_is_at_sign = GetCommandLineArgumentsFromFile(files, &argument.c_str()[1]); } else { last_argument_is_at_sign = true; } } else { files.Append(argument.c_str()); } } |
| ||||
if (last_argument_is_at_sign) { last_argument_is_at_sign = GetCommandLineArgumentsFromFile(files, argument.c_str()); } else { if (argument[0] == '@') { if (argument.size() != 1) { last_argument_is_at_sign = GetCommandLineArgumentsFromFile(files, &argument.c_str()[1]); } else { last_argument_is_at_sign = true; } } else { files.Append(argument.c_str()); } } |
| |||
if (last_argument_is_at_sign) { last_argument_is_at_sign = GetCommandLineArgumentsFromFile(files, argument.c_str()); } else { if (argument[0] == '@') { if (argument.size() != 1) { last_argument_is_at_sign = GetCommandLineArgumentsFromFile(files, &argument.c_str()[1]); } else { last_argument_is_at_sign = true; } } else { files.Append(argument.c_str()); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |