CloneSet8003


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
8210.989statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1990
plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/env/FilerImpl.java
28197
plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/env/FilerImpl.java
Clone Instance
1
Line Count
9
Source Line
90
Source File
plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/env/FilerImpl.java

        try
        {
                 path = gsfm.getBinaryOutputLocation();
        }
        catch ( Exception e)
        {
                // TODO - stop throwing this exception
                AptPlugin.log(e, "Failure getting the output file"); //$NON-NLS-1$
                throw new IOException();
        }


Clone Instance
2
Line Count
8
Source Line
197
Source File
plugins/org.eclipse.jdt.apt.core/src/org/eclipse/jdt/apt/core/internal/env/FilerImpl.java

                try
                {
                        path = gsfm.getBinaryOutputLocation();
                }
                catch ( JavaModelException e)
                {
                        AptPlugin.log(e, "Failure getting the output file"); //$NON-NLS-1$
                        throw new IOException();
                }


Clone AbstractionParameter Count: 1Parameter Bindings

try {
  path = gsfm.getBinaryOutputLocation();
}
catch ( [[#variable4ff6a960]] e) {
  // TODO - stop throwing this exception
  AptPlugin.log(e, "Failure getting the output file"); //$NON-NLS-1$
  throw new IOException();
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#4ff6a960]]
JavaModelException 
12[[#4ff6a960]]
Exception