CloneSet8377


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6210.988class_body_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1667
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/CompletionProposalComputerDescriptor.java
2652
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ProposalSorterHandle.java
Clone Instance
1
Line Count
6
Source Line
67
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/CompletionProposalComputerDescriptor.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);


Clone Instance
2
Line Count
6
Source Line
52
Source File
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_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);


Clone AbstractionParameter Count: 1Parameter Bindings

/** 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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#bb84bc80]]
"/perf/content_assist/extensions" 
12[[#bb84bc80]]
"/perf/content_assist_sorters/extensions"