Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 4 | 1 | 0.979 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 112 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/util/CodeFormatterUtil.java |
2 | 3 | 422 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/IndentAction.java |
3 | 3 | 81 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/LazyJavaCompletionProposal.java |
4 | 3 | 93 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaIndenter.java |
| ||||
if (project == null) return JavaCore.getOption(key); return project.getOption(key, true); |
| ||||
if (project == null) return JavaCore.getOption(key); return project.getOption(key, true); |
| ||||
if (project == null) return JavaCore.getOption(key); return project.getOption(key, true); |
| ||||
if (fProject == null) return JavaCore.getOption(key); return fProject.getOption(key, true); |
| |||
if ( [[#variablea0b07440]]== null) return JavaCore.getOption(key); return [[#variablea0b07440]].getOption(key, true); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a0b07440]] | project |
1 | 2 | [[#a0b07440]] | fProject |
1 | 3 | [[#a0b07440]] | project |
1 | 4 | [[#a0b07440]] | project |