Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
20 | 2 | 3 | 0.971 | compilation_unit |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 20 | 11 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/AbortMethod.java |
2 | 20 | 11 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/AbortType.java |
| ||||
/******************************************************************************* * Copyright (c) 2000, 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.compiler.problem; import org.eclipse.jdt.core.compiler.CategorizedProblem; import org.eclipse.jdt.internal.compiler.CompilationResult; /* * Special unchecked exception type used * to abort from the compilation process * * should only be thrown from within problem handlers. */ public class AbortMethod extends AbortType { private static final long serialVersionUID = -1480267398969840003L; // backward compatible public AbortMethod(CompilationResult compilationResult, CategorizedProblem problem) { super(compilationResult, problem); } } |
| ||||
/******************************************************************************* * Copyright (c) 2000, 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.compiler.problem; import org.eclipse.jdt.core.compiler.CategorizedProblem; import org.eclipse.jdt.internal.compiler.CompilationResult; /* * Special unchecked exception type used * to abort from the compilation process * * should only be thrown from within problem handlers. */ public class AbortType extends AbortCompilationUnit { private static final long serialVersionUID = -5882417089349134385L; // backward compatible public AbortType(CompilationResult compilationResult, CategorizedProblem problem) { super(compilationResult, problem); } } |
| |||
/******************************************************************************* * Copyright (c) 2000, 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.compiler.problem; import org.eclipse.jdt.core.compiler.CategorizedProblem; import org.eclipse.jdt.internal.compiler.CompilationResult; /* * Special unchecked exception type used * to abort from the compilation process * * should only be thrown from within problem handlers. */ public class [[#variableb3570760]]extends [[#variableb3570620]]{ private static final long serialVersionUID = - [[#variableb3570680]]; // backward compatible // backward compatible public [[#variableb3570760]](CompilationResult compilationResult, CategorizedProblem problem) { super(compilationResult, problem); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b3570760]] | AbortMethod |
1 | 2 | [[#b3570760]] | AbortType |
2 | 1 | [[#b3570620]] | AbortType |
2 | 2 | [[#b3570620]] | AbortCompilationUnit |
3 | 1 | [[#b3570680]] | 1480267398969840003L |
3 | 2 | [[#b3570680]] | 5882417089349134385L |