| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 9 | 2 | 2 | 0.986 | catch_statements |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 9 | 1524 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/JavaCore.java |
| 2 | 9 | 1659 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/JavaCore.java |
| ||||
catch (CoreException e) {
// executable extension could not be created: ignore this initializer
if (JavaModelManager.CP_RESOLVE_VERBOSE) {
Util.verbose(
"CPContainer INIT - failed to instanciate initializer\n" + //$NON-NLS-1$
"\tcontainer ID: " + containerID + '\n' + //$NON-NLS-1$
"\tclass: " + configElements[j].getAttribute("class"), //$NON-NLS-1$ //$NON-NLS-2$
System.err);
e.printStackTrace();
}
}
|
| ||||
catch (CoreException e) {
// executable extension could not be created: ignore this initializer
if (JavaModelManager.CP_RESOLVE_VERBOSE) {
Util.verbose(
"CPContainer INIT - failed to instanciate initializer\n" + //$NON-NLS-1$
"\tvariable: " + variable + '\n' + //$NON-NLS-1$
"\tclass: " + configElements[j].getAttribute("class"), //$NON-NLS-1$ //$NON-NLS-2$
System.err);
e.printStackTrace();
}
}
|
| |||
catch (CoreException e) {
// executable extension could not be created: ignore this initializer
if (JavaModelManager.CP_RESOLVE_VERBOSE) {
Util.verbose("CPContainer INIT - failed to instanciate initializer\n" + //$NON-NLS-1$
[[#variablea0c09ea0]] + [[#variablea0c09ee0]] + '\n' + //$NON-NLS-1$
"\tclass: " + configElements[j].getAttribute("class"), //$NON-NLS-1$ //$NON-NLS-2$
System.err);
e.printStackTrace();
}
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#a0c09ea0]] | "\tvariable: " |
| 1 | 2 | [[#a0c09ea0]] | "\tcontainer ID: " |
| 2 | 1 | [[#a0c09ee0]] | variable |
| 2 | 2 | [[#a0c09ee0]] | containerID |