CloneSet6135


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6201.000class_body_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16197
plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/debug/ui/launchConfigurations/JavaArgumentsTab.java
26128
plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/launcher/VMArgumentsBlock.java
Clone Instance
1
Line Count
6
Source Line
197
Source File
plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/debug/ui/launchConfigurations/JavaArgumentsTab.java

        /**
         * Returns the string in the text widget, or <code>null</code> if empty.
         * 
         * @return text or <code>null</code>
         */
        protected String getAttributeValueFrom(Text text) {
                String content = text.getText().trim();
                if (content.length() > 0) {
                        return content;
                }
                return null;
        }


Clone Instance
2
Line Count
6
Source Line
128
Source File
plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/launcher/VMArgumentsBlock.java

        /**
         * Retuns the string in the text widget, or <code>null</code> if empty.
         * 
         * @return text or <code>null</code>
         */
        protected String getAttributeValueFrom(Text text) {
                String content = text.getText().trim();
                if (content.length() > 0) {
                        return content;
                }
                return null;
        }


Clone AbstractionParameter Count: 0Parameter Bindings

/**
         * Retuns the string in the text widget, or <code>null</code> if empty.
         * 
         * @return text or <code>null</code>
         */
/**
         * Returns the string in the text widget, or <code>null</code> if empty.
         * 
         * @return text or <code>null</code>
         */
protected String getAttributeValueFrom(Text text) {
  String content = text.getText().trim();
  if (content.length() > 0) {
    return content;
  }
  return null;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None