Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 1 | 0.971 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 199 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/snippeteditor/SnippetEditorPropertyPage.java |
2 | 6 | 210 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/snippeteditor/SnippetEditorPropertyPage.java |
| ||||
/* (non-Javadoc) * @see org.eclipse.jface.dialogs.IDialogPage#getErrorMessage() */ public String getErrorMessage() { String message = fWorkingDirBlock.getErrorMessage(); if (message == null) { return fJRETab.getErrorMessage(); } return message; } |
| ||||
/* (non-Javadoc) * @see org.eclipse.jface.dialogs.IMessageProvider#getMessage() */ public String getMessage() { String message = fWorkingDirBlock.getMessage(); if (message == null) { return fJRETab.getMessage(); } return message; } |
| |||
/* (non-Javadoc) * @see org.eclipse.jface.dialogs.IDialogPage#getErrorMessage() */ /* (non-Javadoc) * @see org.eclipse.jface.dialogs.IMessageProvider#getMessage() */ public String [[#variable569f83e0]]() { String message = fWorkingDirBlock. [[#variable569f83e0]](); if (message == null) { return fJRETab. [[#variable569f83e0]](); } return message; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#569f83e0]] | getErrorMessage |
1 | 2 | [[#569f83e0]] | getMessage |