Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 3 | 0.961 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 2977 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/importer/java/builder/JavaEcoreBuilder.java |
2 | 4 | 2987 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/importer/java/builder/JavaEcoreBuilder.java |
| |||||
/** * Produces another IStatus in the MultiStatus. * @param message a description of the error. */ protected void error(String message) { System.err.println("-->Error: " + message); basicDiagnostic.add(new BasicDiagnostic(Diagnostic.ERROR, JavaImporterPlugin.getPlugin().getBundle().getSymbolicName(), 0, message, null)); } |
| |||||
/** * Produces another IStatus in the MultiStatus, with warning severity. * @param message a description of the error. */ protected void warning(String message) { System.err.println("-->Warning: " + message); basicDiagnostic.add(new BasicDiagnostic(Diagnostic.WARNING, JavaImporterPlugin.getPlugin().getBundle().getSymbolicName(), 0, message, null)); } |
| |||
/** * Produces another IStatus in the MultiStatus, with warning severity. * @param message a description of the error. */ /** * Produces another IStatus in the MultiStatus. * @param message a description of the error. */ protected void [[#variable173fdbc0]](String message) { System.err.println( [[#variable173fdb40]] + message); basicDiagnostic.add(new BasicDiagnostic(Diagnostic. [[#variable173fdaa0]], JavaImporterPlugin.getPlugin().getBundle().getSymbolicName(), 0, message, null)); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#173fdbc0]] | error |
1 | 2 | [[#173fdbc0]] | warning |
2 | 1 | [[#173fdb40]] | "-->Error: " |
2 | 2 | [[#173fdb40]] | "-->Warning: " |
3 | 1 | [[#173fdaa0]] | ERROR |
3 | 2 | [[#173fdaa0]] | WARNING |