Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.955 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 131 | plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/AptPlugin.java |
2 | 2 | 1109 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/JavaModelManager.java |
| ||||
String option = Platform.getDebugOption(APT_DEBUG_OPTION); if (option != null)DEBUG = option.equalsIgnoreCase("true"); //$NON-NLS-1$ |
| ||||
String option = Platform.getDebugOption(BUFFER_MANAGER_DEBUG); if (option != null)BufferManager.VERBOSE = option.equalsIgnoreCase("true"); //$NON-NLS-1$ |
| |||
String option = Platform.getDebugOption( [[#variable57952620]]); if (option != null) [[#variable5783e960]]= option.equalsIgnoreCase("true"); //$NON-NLS-1$ //$NON-NLS-1$ |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#57952620]] | BUFFER_MANAGER_DEBUG |
1 | 2 | [[#57952620]] | APT_DEBUG_OPTION |
2 | 1 | [[#5783e960]] | BufferManager.VERBOSE |
2 | 2 | [[#5783e960]] | DEBUG |