Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
13 | 2 | 3 | 0.952 | type_declarations |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 13 | 18 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/template/contentassist/TemplateContentAssistMessages.java |
2 | 13 | 20 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/java/JavaTextMessages.java |
| ||||
/** * Helper class to get NLSed messages. */ final class TemplateContentAssistMessages extends NLS { private static final String BUNDLE_NAME = TemplateContentAssistMessages.class .getName(); private TemplateContentAssistMessages() { // Do not instantiate } public static String TemplateProposal_displayString; public static String TemplateEvaluator_error_title; static { NLS.initializeMessages(BUNDLE_NAME, TemplateContentAssistMessages.class ); } } |
| ||||
/** * Helper class to get NLSed messages. * * @since 3.1 */ final class JavaTextMessages extends NLS { private static final String BUNDLE_NAME = JavaTextMessages.class .getName(); private JavaTextMessages() { // Do not instantiate } public static String ResultCollector_anonymous_type; public static String ResultCollector_overridingmethod; static { NLS.initializeMessages(BUNDLE_NAME, JavaTextMessages.class ); } } |
| |||
/** * Helper class to get NLSed messages. * * @since 3.1 */ /** * Helper class to get NLSed messages. */ final class [[#variable93849040]]extends NLS { private static final String BUNDLE_NAME = [[#variable93849040]].class .getName(); private [[#variable93849040]]() { // Do not instantiate } public static String [[#variable93848da0]]; public static String [[#variable93849060]]; static { NLS.initializeMessages(BUNDLE_NAME, [[#variable93849040]].class ); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#93849040]] | JavaTextMessages |
1 | 2 | [[#93849040]] | TemplateContentAssistMessages |
2 | 1 | [[#93848da0]] | ResultCollector_anonymous_type |
2 | 2 | [[#93848da0]] | TemplateProposal_displayString |
3 | 1 | [[#93849060]] | ResultCollector_overridingmethod |
3 | 2 | [[#93849060]] | TemplateEvaluator_error_title |