Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.978 | statement_seq[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 113 | GlobalPointerAnalysis.cpp |
2 | 4 | 159 | GlobalPointerAnalysis.cpp |
| ||||
std::string file_name = DetermineFragmentFileName(files[f].GetName()); std::cout << "Reading: " << file_name << " ..." << std::endl; Timer::Timer timer; timer.Start(); |
| ||||
std::string file_name = DetermineFragmentFileName(files[f].GetName()); std::cout << "Writing: " << file_name << " ..." << std::endl; Timer::Timer timer; timer.Start(); |
| |||
std::string file_name = DetermineFragmentFileName(files[f].GetName()); std::cout << [[#variablea95f340]] << file_name << " ..." << std::endl; Timer::Timer timer; timer.Start(); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a95f340]] | "Writing: " |
1 | 2 | [[#a95f340]] | "Reading: " |