Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 3 | 0.970 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 971 | plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/generatedfile/GeneratedFileManager.java |
2 | 4 | 997 | plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/generatedfile/GeneratedFileManager.java |
| ||||
// update _derivedFile2Parents map Set<IFile> parents = _generatedFile2ParentFiles.get(generatedFile); // assertions if (parents == null) throw new RuntimeException(" parents is null and it shouldn\'t be"); //$NON-NLS-1$ |
| ||||
Set<IFile> parents = _generatedWorkingCopy2OpenParentFiles.get( workingCopy); // TODO: change these to assertions if ( parents == null) throw new RuntimeException( "parents == null and it shouldnt"); //$NON-NLS-1$ |
| |||
// update _derivedFile2Parents map Set<IFile> parents = [[#variable57da1360]].get( [[#variable57ead240]]); // assertions // TODO: change these to assertions if (parents == null) throw new RuntimeException( [[#variable57ead1e0]]); //$NON-NLS-1$ |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#57da1360]] | _generatedFile2ParentFiles |
1 | 2 | [[#57da1360]] | _generatedWorkingCopy2OpenParentFiles |
2 | 1 | [[#57ead240]] | generatedFile |
2 | 2 | [[#57ead240]] | workingCopy |
3 | 1 | [[#57ead1e0]] | " parents is null and it shouldn\'t be" |
3 | 2 | [[#57ead1e0]] | "parents == null and it shouldnt" |