Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 2 | 0.980 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 49 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/LazyJavaTypeCompletionProposal.java |
2 | 1 | 98 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/java/CompletionProposalCollector.java |
| ||||
/** Triggers for types. Do not modify. */ protected static final char[] TYPE_TRIGGERS = new char[] { '.', '\t', '[', '(', ' ' }; |
| ||||
/** Triggers for types. Do not modify. */ protected final static char[] TYPE_TRIGGERS = new char[] { '.', '\t', '[', '(', ' ' }; |
| |||
/** Triggers for types. Do not modify. */ protected [[#variable56a58f80]] [[#variable56a58f20]]char[] TYPE_TRIGGERS = new char[] { '.', '\t', '[', '(', ' ' }; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#56a58f80]] | static |
1 | 2 | [[#56a58f80]] | final |
2 | 1 | [[#56a58f20]] | final |
2 | 2 | [[#56a58f20]] | static |