Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
17 | 2 | 2 | 0.973 | compilation_unit |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 17 | 11 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/actions/ShowMonitorThreadInformation.java |
2 | 18 | 11 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/actions/ShowThreadGroups.java |
| ||||
/******************************************************************************* * Copyright (c) 2004, 2006 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ package org.eclipse.jdt.internal.debug.ui.actions; import org.eclipse.jdt.debug.ui.IJavaDebugUIConstants; /** * Toggle to display the thread and monitor information in the debug view. */ public class ShowMonitorThreadInformation extends ToggleBooleanPreferenceAction { /* (non-Javadoc) * @see org.eclipse.jdt.internal.debug.ui.actions.ViewFilterAction#getPreferenceKey() */ protected String getPreferenceKey() { return IJavaDebugUIConstants.PREF_SHOW_MONITOR_THREAD_INFO; } } |
| ||||
/******************************************************************************* * Copyright (c) 2006 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ package org.eclipse.jdt.internal.debug.ui.actions; import org.eclipse.jdt.debug.ui.IJavaDebugUIConstants; /** * Toggle to display the thread and monitor information in the debug view. */ public class ShowThreadGroups extends ToggleBooleanPreferenceAction { /* (non-Javadoc) * @see org.eclipse.jdt.internal.debug.ui.actions.ViewFilterAction#getPreferenceKey() */ protected String getPreferenceKey() { return IJavaDebugUIConstants.PREF_SHOW_THREAD_GROUPS; } } |
| |||
/******************************************************************************* * Copyright (c) 2004, 2006 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ /******************************************************************************* * Copyright (c) 2006 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ package org.eclipse.jdt.internal.debug.ui.actions; import org.eclipse.jdt.debug.ui.IJavaDebugUIConstants; /** * Toggle to display the thread and monitor information in the debug view. */ public class [[#variable9c331d00]]extends ToggleBooleanPreferenceAction { /* (non-Javadoc) * @see org.eclipse.jdt.internal.debug.ui.actions.ViewFilterAction#getPreferenceKey() */ protected String getPreferenceKey() { return IJavaDebugUIConstants. [[#variable9c331c40]]; } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9c331d00]] | ShowMonitorThreadInformation |
1 | 2 | [[#9c331d00]] | ShowThreadGroups |
2 | 1 | [[#9c331c40]] | PREF_SHOW_MONITOR_THREAD_INFO |
2 | 2 | [[#9c331c40]] | PREF_SHOW_THREAD_GROUPS |