Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.980 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 123 | plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/JavaAppletLaunchConfigurationDelegate.java |
2 | 2 | 125 | plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/JavaAppletLaunchConfigurationDelegate.java |
| ||||
writer.write(Integer.toString(configuration.getAttribute(IJavaLaunchConfigurationConstants.ATTR_APPLET_WIDTH, 200))); writer.write("\" height=\""); //$NON-NLS-1$ |
| ||||
writer.write(Integer.toString(configuration.getAttribute(IJavaLaunchConfigurationConstants.ATTR_APPLET_HEIGHT, 200))); writer.write("\" >\n"); //$NON-NLS-1$ |
| |||
writer.write(Integer.toString(configuration.getAttribute(IJavaLaunchConfigurationConstants. [[#variable5844a740]], 200))); writer.write( [[#variable5844a640]]); //$NON-NLS-1$ |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5844a740]] | ATTR_APPLET_HEIGHT |
1 | 2 | [[#5844a740]] | ATTR_APPLET_WIDTH |
2 | 1 | [[#5844a640]] | "\" >\n" |
2 | 2 | [[#5844a640]] | "\" height=\"" |