Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.975 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 509 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitDocumentProvider.java |
2 | 4 | 518 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitDocumentProvider.java |
| ||||
/* * @see IProblemRequestor#beginReporting() */ public void beginReporting() { ProblemRequestorState state = (ProblemRequestorState) fProblemRequestorState.get(); if (state == null) internalBeginReporting(false); } |
| ||||
/* * @see org.eclipse.jdt.internal.ui.text.java.IProblemRequestorExtension#beginReportingSequence() */ public void beginReportingSequence() { ProblemRequestorState state = (ProblemRequestorState) fProblemRequestorState.get(); if (state == null) internalBeginReporting(true); } |
| |||
/* * @see IProblemRequestor#beginReporting() */ /* * @see org.eclipse.jdt.internal.ui.text.java.IProblemRequestorExtension#beginReportingSequence() */ public void [[#variable9e4c6820]]() { ProblemRequestorState state = (ProblemRequestorState) fProblemRequestorState.get(); if (state == null) internalBeginReporting( [[#variable9e4c6780]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9e4c6820]] | beginReporting |
1 | 2 | [[#9e4c6820]] | beginReportingSequence |
2 | 1 | [[#9e4c6780]] | false |
2 | 2 | [[#9e4c6780]] | true |