Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 6 | 0.966 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 418 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ParameterGuesser.java |
2 | 1 | 420 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ParameterGuesser.java |
| ||||
primitiveAssignments.put("float", Collections.unmodifiableSet(new HashSet(Arrays.asList(new String[] { "float", "long", "int", "short", "char", "byte" } )))); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$ //$NON-NLS-5$ //$NON-NLS-6$ //$NON-NLS-7$ |
| ||||
primitiveAssignments.put("primitive number", Collections.unmodifiableSet(new HashSet(Arrays.asList(new String[] { "double", "float", "long", "int", "short", "byte" } )))); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$ //$NON-NLS-5$ //$NON-NLS-6$ //$NON-NLS-7$ |
| |||
primitiveAssignments.put( [[#variable64b34560]], Collections.unmodifiableSet(new HashSet(Arrays.asList(new String[] { [[#variable64b344c0]], [[#variable64b34440]], [[#variable968b9ec0]], [[#variable64b34380]], [[#variable64b343e0]], "byte" } )))); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$ //$NON-NLS-5$ //$NON-NLS-6$ //$NON-NLS-7$ |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#64b34560]] | "float" |
1 | 2 | [[#64b34560]] | "primitive number" |
2 | 1 | [[#64b344c0]] | "float" |
2 | 2 | [[#64b344c0]] | "double" |
3 | 1 | [[#64b34440]] | "long" |
3 | 2 | [[#64b34440]] | "float" |
4 | 1 | [[#968b9ec0]] | "int" |
4 | 2 | [[#968b9ec0]] | "long" |
5 | 1 | [[#64b34380]] | "short" |
5 | 2 | [[#64b34380]] | "int" |
6 | 1 | [[#64b343e0]] | "char" |
6 | 2 | [[#64b343e0]] | "short" |