| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 10 | 3 | 1 | 0.986 | class_body_declarations[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 10 | 38 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaElementHyperlinkDetector.java |
| 2 | 11 | 46 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/NLSKeyHyperlinkDetector.java |
| 3 | 11 | 49 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/propertiesfileeditor/PropertyKeyHyperlinkDetector.java |
| ||||
private ITextEditor fTextEditor;
/**
* Creates a new Java element hyperlink detector.
*
* @param editor the editor in which to detect the hyperlink
*/
public JavaElementHyperlinkDetector(ITextEditor editor) {
Assert.isNotNull(editor);
fTextEditor = editor;
}
|
| ||||
private ITextEditor fTextEditor;
/**
* Creates a new NLS hyperlink detector.
*
* @param editor the editor in which to detect the hyperlink
*/
public NLSKeyHyperlinkDetector(ITextEditor editor) {
Assert.isNotNull(editor);
fTextEditor = editor;
}
|
| ||||
private ITextEditor fTextEditor;
/**
* Creates a new Properties key hyperlink detector.
*
* @param editor the editor in which to detect the hyperlink
*/
public PropertyKeyHyperlinkDetector(ITextEditor editor) {
Assert.isNotNull(editor);
fTextEditor = editor;
}
|
| |||
private ITextEditor fTextEditor;
/**
* Creates a new Java element hyperlink detector.
*
* @param editor the editor in which to detect the hyperlink
*/
/**
* Creates a new NLS hyperlink detector.
*
* @param editor the editor in which to detect the hyperlink
*/
/**
* Creates a new Properties key hyperlink detector.
*
* @param editor the editor in which to detect the hyperlink
*/
public [[#variable53f19680]](ITextEditor editor) {
Assert.isNotNull(editor);
fTextEditor = editor;
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#53f19680]] | JavaElementHyperlinkDetector |
| 1 | 2 | [[#53f19680]] | NLSKeyHyperlinkDetector |
| 1 | 3 | [[#53f19680]] | PropertyKeyHyperlinkDetector |