CloneSet1962


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7401.000statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
17231
plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility.java
27380
plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility.java
37507
plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility.java
47576
plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility.java
Clone Instance
1
Line Count
7
Source Line
231
Source File
plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility.java

                TemplateBuffer buffer;
                try {
                        buffer = context.evaluate(template);
                } catch (BadLocationException e) {
                        throw new CoreException(Status.CANCEL_STATUS);
                  }
                  catch (TemplateException e) {
                        throw new CoreException(Status.CANCEL_STATUS);
                  }


Clone Instance
2
Line Count
7
Source Line
380
Source File
plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility.java

                TemplateBuffer buffer;
                try {
                        buffer = context.evaluate(template);
                } catch (BadLocationException e) {
                        throw new CoreException(Status.CANCEL_STATUS);
                  }
                  catch (TemplateException e) {
                        throw new CoreException(Status.CANCEL_STATUS);
                  }


Clone Instance
3
Line Count
7
Source Line
507
Source File
plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility.java

                TemplateBuffer buffer;
                try {
                        buffer = context.evaluate(template);
                } catch (BadLocationException e) {
                        throw new CoreException(Status.CANCEL_STATUS);
                  }
                  catch (TemplateException e) {
                        throw new CoreException(Status.CANCEL_STATUS);
                  }


Clone Instance
4
Line Count
7
Source Line
576
Source File
plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility.java

                TemplateBuffer buffer;
                try {
                        buffer = context.evaluate(template);
                } catch (BadLocationException e) {
                        throw new CoreException(Status.CANCEL_STATUS);
                  }
                  catch (TemplateException e) {
                        throw new CoreException(Status.CANCEL_STATUS);
                  }


Clone AbstractionParameter Count: 0Parameter Bindings

TemplateBuffer buffer;
try {
  buffer = context.evaluate(template);
}
catch (BadLocationException e) {
  throw new CoreException(Status.CANCEL_STATUS);
}
catch (TemplateException e) {
  throw new CoreException(Status.CANCEL_STATUS);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None