Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 3 | 3 | 0.951 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 168 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/hierarchy/IndexBasedHierarchyBuilder.java |
2 | 2 | 172 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/indexing/IndexManager.java |
3 | 2 | 944 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/MatchLocator.java |
| ||||
Map options = project.getOptions(true); // disable task tags to speed up parsing options.put(JavaCore.COMPILER_TASK_TAGS, ""); //$NON-NLS-1$ |
| ||||
// disable task tags to speed up parsing Map options = project.getOptions(true); options.put(JavaCore.COMPILER_TASK_TAGS, ""); //$NON-NLS-1$ |
| ||||
// create lookup environment Map map = project.getOptions(true); map.put(CompilerOptions.OPTION_TaskTags, ""); //$NON-NLS-1$ |
| |||
// create lookup environment // disable task tags to speed up parsing Map [[#variable91b65e20]]= project.getOptions(true); [[#variable91b65e20]].put( [[#variable92258780]]. [[#variable92258720]], ""); //$NON-NLS-1$ |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#91b65e20]] | options |
1 | 2 | [[#91b65e20]] | map |
1 | 3 | [[#91b65e20]] | options |
2 | 1 | [[#92258780]] | JavaCore |
2 | 2 | [[#92258780]] | CompilerOptions |
2 | 3 | [[#92258780]] | JavaCore |
3 | 1 | [[#92258720]] | COMPILER_TASK_TAGS |
3 | 2 | [[#92258720]] | OPTION_TaskTags |
3 | 3 | [[#92258720]] | COMPILER_TASK_TAGS |