Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.983 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 1446 | plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/launching/JavaRuntime.java |
2 | 3 | 1451 | plugins/org.eclipse.jdt.launching/launching/org/eclipse/jdt/launching/JavaRuntime.java |
| ||||
if (vmType == null) { abort(MessageFormat.format("Missing required vmInstallType attribute for vmInstall contributed by {0}", //$NON-NLS-1$ new String[] { element.getContributor().getName() } ), null); } |
| ||||
if (id == null) { abort(MessageFormat.format("Missing required id attribute for vmInstall contributed by {0}", //$NON-NLS-1$ new String[] { element.getContributor().getName() } ), null); } |
| |||
if ( [[#variable5f15b4e0]]== null) { abort(MessageFormat.format( [[#variable5f250060]], //$NON-NLS-1$ new String[] { element.getContributor().getName() } ), null); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5f15b4e0]] | id |
1 | 2 | [[#5f15b4e0]] | vmType |
2 | 1 | [[#5f250060]] | "Missing required id attribute for vmInstall contributed by {0}" |
2 | 2 | [[#5f250060]] | "Missing required vmInstallType attribute for vmInstall contributed by {0}" |