Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 1 | 0.988 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 67 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/CompletionProposalComputerDescriptor.java |
2 | 6 | 52 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ProposalSorterHandle.java |
| ||||
/** The name of the performance event used to trace extensions. */ private static final String PERFORMANCE_EVENT = JavaPlugin.getPluginId() + "/perf/content_assist/extensions"; //$NON-NLS-1$ /** * If <code>true</code>, execution time of extensions is measured and the data forwarded to * core's {@link PerformanceStats} service. */ private static final boolean MEASURE_PERFORMANCE = PerformanceStats.isEnabled(PERFORMANCE_EVENT); |
| ||||
/** The name of the performance event used to trace extensions. */ private static final String PERFORMANCE_EVENT = JavaPlugin.getPluginId() + "/perf/content_assist_sorters/extensions"; //$NON-NLS-1$ /** * If <code>true</code>, execution time of extensions is measured and extensions may be * disabled if execution takes too long. */ private static final boolean MEASURE_PERFORMANCE = PerformanceStats.isEnabled(PERFORMANCE_EVENT); |
| |||
/** The name of the performance event used to trace extensions. */ private static final String PERFORMANCE_EVENT = JavaPlugin.getPluginId() + [[#variablebb84bc80]]; //$NON-NLS-1$ /** * If <code>true</code>, execution time of extensions is measured and the data forwarded to * core's {@link PerformanceStats} service. */ /** * If <code>true</code>, execution time of extensions is measured and extensions may be * disabled if execution takes too long. */ private static final boolean MEASURE_PERFORMANCE = PerformanceStats.isEnabled(PERFORMANCE_EVENT); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#bb84bc80]] | "/perf/content_assist/extensions" |
1 | 2 | [[#bb84bc80]] | "/perf/content_assist_sorters/extensions" |