Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 0 | 1.000 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 728 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/builder/AbstractImageBuilder.java |
2 | 6 | 780 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/builder/IncrementalImageBuilder.java |
| ||||
{ // Deal with shared output folders... last one wins... no collision cases detected if (JavaBuilder.DEBUG) System.out.println("Writing changed class file " + file.getName()); //$NON-NLS-1$ if ( !file.isDerived()) file.setDerived(true); file.setContents(new ByteArrayInputStream(bytes), true, false, null); } |
| ||||
{ // see 46093 if (JavaBuilder.DEBUG) System.out.println("Writing changed class file " + file.getName()); //$NON-NLS-1$ if ( !file.isDerived()) file.setDerived(true); file.setContents(new ByteArrayInputStream(bytes), true, false, null); } |
| |||
{ // see 46093 // Deal with shared output folders... last one wins... no collision cases detected if (JavaBuilder.DEBUG) System.out.println("Writing changed class file " + file.getName()); //$NON-NLS-1$ if ( !file.isDerived()) file.setDerived(true); file.setContents(new ByteArrayInputStream(bytes), true, false, null); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |