Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.987 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 228 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/builder/BuildNotifier.java |
2 | 2 | 243 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/builder/BuildNotifier.java |
| ||||
boolean wasError = IMarker.SEVERITY_ERROR == pb.getAttribute(IMarker.SEVERITY, IMarker.SEVERITY_ERROR); |
| ||||
boolean wasError = IMarker.SEVERITY_ERROR == oldProblem.getAttribute(IMarker.SEVERITY, IMarker.SEVERITY_ERROR); |
| |||
boolean wasError = IMarker.SEVERITY_ERROR == [[#variableb3cc21c0]].getAttribute(IMarker.SEVERITY, IMarker.SEVERITY_ERROR); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b3cc21c0]] | pb |
1 | 2 | [[#b3cc21c0]] | oldProblem |