Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 4 | 0.962 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 55 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ClassFileMarkerAnnotationModel.java |
2 | 6 | 64 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ClassFileMarkerAnnotationModel.java |
| ||||
/** * @see AbstractMarkerAnnotationModel#isAcceptable */ protected boolean isAcceptable(IMarker marker) { try { return JavaCore.isReferencedBy(fClassFile, marker); } catch (CoreException x) { handleCoreException(x, JavaEditorMessages.ClassFileMarkerAnnotationModel_error_isAcceptable); return false; } } |
| ||||
protected boolean isAffected(IMarkerDelta markerDelta) { try { return JavaCore.isReferencedBy(fClassFile, markerDelta); } catch (CoreException x) { handleCoreException(x, JavaEditorMessages.ClassFileMarkerAnnotationModel_error_isAffected); return false; } } |
| |||
/** * @see AbstractMarkerAnnotationModel#isAcceptable */ protected boolean [[#variablea3fe4500]]( [[#variablea3fe44a0]] [[#variablea3fe4440]]) { try { return JavaCore.isReferencedBy(fClassFile, [[#variablea3fe4440]]); } catch (CoreException x) { handleCoreException(x, JavaEditorMessages. [[#variablea3fe43a0]]); return false; } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a3fe4500]] | isAcceptable |
1 | 2 | [[#a3fe4500]] | isAffected |
2 | 1 | [[#a3fe44a0]] | IMarker |
2 | 2 | [[#a3fe44a0]] | IMarkerDelta |
3 | 1 | [[#a3fe4440]] | marker |
3 | 2 | [[#a3fe4440]] | markerDelta |
4 | 1 | [[#a3fe43a0]] | ClassFileMarkerAnnotationModel_error_isAcceptable |
4 | 2 | [[#a3fe43a0]] | ClassFileMarkerAnnotationModel_error_isAffected |