CloneSet405


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
17201.000executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
117436
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/gui/ActionBar.java
217121
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/gui/CompleteWord.java
Next
Last
Clone Instance
1
Line Count
17
Source Line
436
Source File
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/gui/ActionBar.java

setContentPane(new JPanel(new BorderLayout()) {
                 /**
                  * Returns if this component can be traversed by pressing the
                  * Tab key. This returns false.
                  */
                 public boolean isManagingFocus() {
                   return false;
                 }

                 /**
                  * Makes the tab key work in Java 1.4.
                  */
                 public boolean getFocusTraversalKeysEnabled() {
                   return false;
                 }
               } );


First
Previous
Clone Instance
2
Line Count
17
Source Line
121
Source File
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/gui/CompleteWord.java

setContentPane(new JPanel(new BorderLayout()) {
                 /**
                  * Returns if this component can be traversed by pressing the
                  * Tab key. This returns false.
                  */
                 public boolean isManagingFocus() {
                   return false;
                 }

                 /**
                  * Makes the tab key work in Java 1.4.
                  */
                 public boolean getFocusTraversalKeysEnabled() {
                   return false;
                 }
               } );


Clone AbstractionParameter Count: 0Parameter Bindings

setContentPane(new JPanel(new BorderLayout()) {
                 /**
                                          * Returns if this component can be traversed by pressing the
                                          * Tab key. This returns false.
                                          */
                 /**
                                                  * Returns if this component can be traversed by pressing the
                                                  * Tab key. This returns false.
                                                  */
                 public boolean isManagingFocus() {
                   return false;
                 }

                 /**
                                          * Makes the tab key work in Java 1.4.
                                          */
                 /**
                                                  * Makes the tab key work in Java 1.4.
                                                  */
                 public boolean getFocusTraversalKeysEnabled() {
                   return false;
                 }
               } );
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None