Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 5 | 3 | 0.966 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 53 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/buildpath/AddSelectedSourceFolderOperation.java |
2 | 2 | 46 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/buildpath/CreateOutputFolderOperation.java |
3 | 2 | 54 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/buildpath/RemoveFromClasspathOperation.java |
4 | 2 | 44 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/buildpath/ResetAllOperation.java |
5 | 2 | 42 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/buildpath/ResetAllOutputFoldersOperation.java |
| ||||
/** * Constructor * * @param listener a <code>IClasspathModifierListener</code> that is notified about * changes on classpath entries or <code>null</code> if no such notification is * necessary. * @param informationProvider a provider to offer information to the action * * @see IClasspathInformationProvider * @see ClasspathModifier */ public AddSelectedSourceFolderOperation(IClasspathModifierListener listener, IClasspathInformationProvider informationProvider) { super(listener, informationProvider, NewWizardMessages.NewSourceContainerWorkbookPage_ToolBar_AddSelSFToCP_tooltip, IClasspathInformationProvider.ADD_SEL_SF_TO_BP); } |
| ||||
/** * Constructor * * @param listener a <code>IClasspathModifierListener</code> that is notified about * changes on classpath entries or <code>null</code> if no such notification is * necessary. * @param informationProvider a provider to offer information to the action * * @see IClasspathInformationProvider * @see ClasspathModifier */ public CreateOutputFolderOperation(IClasspathModifierListener listener, IClasspathInformationProvider informationProvider) { super(listener, informationProvider, NewWizardMessages.NewSourceContainerWorkbookPage_ToolBar_CreateOutput_tooltip, IClasspathInformationProvider.CREATE_OUTPUT); } |
| ||||
/** * Constructor * * @param listener a <code>IClasspathModifierListener</code> that is notified about * changes on classpath entries or <code>null</code> if no such notification is * necessary. * @param informationProvider a provider to offer information to the operation * * @see IClasspathInformationProvider * @see ClasspathModifier */ public RemoveFromClasspathOperation(IClasspathModifierListener listener, IClasspathInformationProvider informationProvider) { super(listener, informationProvider, NewWizardMessages.NewSourceContainerWorkbookPage_ToolBar_RemoveFromCP_tooltip, IClasspathInformationProvider.REMOVE_FROM_BP); } |
| ||||
/** * Constructor * * @param listener a <code>IClasspathModifierListener</code> that is notified about * changes on classpath entries or <code>null</code> if no such notification is * necessary. * @param informationProvider a provider to offer information to the action * * @see IClasspathInformationProvider * @see ClasspathModifier */ public ResetAllOperation(IClasspathModifierListener listener, IClasspathInformationProvider informationProvider) { super(listener, informationProvider, NewWizardMessages.NewSourceContainerWorkbookPage_ToolBar_Reset_tooltip, IClasspathInformationProvider.RESET_ALL); } |
| ||||
/** * Constructor * * @param listener a <code>IClasspathModifierListener</code> that is notified about * changes on classpath entries or <code>null</code> if no such notification is * necessary. * @param informationProvider a provider to offer information to the operation * * @see IClasspathInformationProvider * @see ClasspathModifier */ public ResetAllOutputFoldersOperation(IClasspathModifierListener listener, IClasspathInformationProvider informationProvider) { super(listener, informationProvider, NewWizardMessages.NewSourceContainerWorkbookPage_ToolBar_Reset_tooltip, IClasspathInformationProvider.RESET); } |
| |||
/** * Constructor * * @param listener a <code>IClasspathModifierListener</code> that is notified about * changes on classpath entries or <code>null</code> if no such notification is * necessary. * @param informationProvider a provider to offer information to the action * * @see IClasspathInformationProvider * @see ClasspathModifier */ /** * Constructor * * @param listener a <code>IClasspathModifierListener</code> that is notified about * changes on classpath entries or <code>null</code> if no such notification is * necessary. * @param informationProvider a provider to offer information to the operation * * @see IClasspathInformationProvider * @see ClasspathModifier */ public [[#variable9429ad20]](IClasspathModifierListener listener, IClasspathInformationProvider informationProvider) { super(listener, informationProvider, NewWizardMessages. [[#variable9429b180]], IClasspathInformationProvider. [[#variable9429b240]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9429ad20]] | CreateOutputFolderOperation |
1 | 2 | [[#9429ad20]] | RemoveFromClasspathOperation |
1 | 3 | [[#9429ad20]] | AddSelectedSourceFolderOperation |
1 | 4 | [[#9429ad20]] | ResetAllOutputFoldersOperation |
1 | 5 | [[#9429ad20]] | ResetAllOperation |
2 | 1 | [[#9429b180]] | NewSourceContainerWorkbookPage_ToolBar_CreateOutput_tooltip |
2 | 2 | [[#9429b180]] | NewSourceContainerWorkbookPage_ToolBar_RemoveFromCP_tooltip |
2 | 3 | [[#9429b180]] | NewSourceContainerWorkbookPage_ToolBar_AddSelSFToCP_tooltip |
2 | 4 | [[#9429b180]] | NewSourceContainerWorkbookPage_ToolBar_Reset_tooltip |
2 | 5 | [[#9429b180]] | NewSourceContainerWorkbookPage_ToolBar_Reset_tooltip |
3 | 1 | [[#9429b240]] | CREATE_OUTPUT |
3 | 2 | [[#9429b240]] | REMOVE_FROM_BP |
3 | 3 | [[#9429b240]] | ADD_SEL_SF_TO_BP |
3 | 4 | [[#9429b240]] | RESET |
3 | 5 | [[#9429b240]] | RESET_ALL |