Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 1 | 0.991 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 38 | plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/VarJarFactoryContainer.java |
2 | 5 | 51 | plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/WkspJarFactoryContainer.java |
| ||||
{ _jarFile = null; IStatus s = AptPlugin.createWarningStatus( null, "The factorypath entry " + _id + " could not be resolved"); //$NON-NLS-1$ //$NON-NLS-2$ AptPlugin.log(s); } |
| ||||
{ _jarFile = null; IStatus s = AptPlugin.createWarningStatus( null, "The factorypath entry " + _id + " does not refer to a jar file"); //$NON-NLS-1$ //$NON-NLS-2$ AptPlugin.log(s); } |
| |||
{ _jarFile = null; IStatus s = AptPlugin.createWarningStatus(null, "The factorypath entry " + _id + [[#variable53c1d040]]); //$NON-NLS-1$ //$NON-NLS-2$ AptPlugin.log(s); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#53c1d040]] | " does not refer to a jar file" |
1 | 2 | [[#53c1d040]] | " could not be resolved" |