Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 3 | 2 | 0.971 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 111 | plugins/org.eclipse.jdt.launching.macosx/macosx/org/eclipse/jdt/internal/ui/macbundler/BundleDescription.java |
2 | 4 | 116 | plugins/org.eclipse.jdt.launching.macosx/macosx/org/eclipse/jdt/internal/ui/macbundler/BundleDescription.java |
3 | 4 | 128 | plugins/org.eclipse.jdt.launching.macosx/macosx/org/eclipse/jdt/internal/ui/macbundler/BundleDescription.java |
| ||||
try { fProperties.put(MAINCLASS, lcd.getMainTypeName(lc)); } catch (CoreException e) { fProperties.put(MAINCLASS, ""); //$NON-NLS-1$ } |
| ||||
try { fProperties.put(ARGUMENTS, lcd.getProgramArguments(lc)); } catch (CoreException e) { fProperties.put(ARGUMENTS, ""); //$NON-NLS-1$ } |
| ||||
try { fProperties.put(MAINCLASS, lcd.getMainTypeName(lc)); } catch (CoreException e) { fProperties.put(MAINCLASS, ""); //$NON-NLS-1$ } |
| |||
try { fProperties.put( [[#variable92335a80]], lcd. [[#variable92335b80]](lc)); } catch (CoreException e) { fProperties.put( [[#variable92335a80]], ""); //$NON-NLS-1$ } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#92335a80]] | MAINCLASS |
1 | 2 | [[#92335a80]] | ARGUMENTS |
1 | 3 | [[#92335a80]] | MAINCLASS |
2 | 1 | [[#92335b80]] | getMainTypeName |
2 | 2 | [[#92335b80]] | getProgramArguments |
2 | 3 | [[#92335b80]] | getMainTypeName |