CloneSet392


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
11210.963executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
111126
E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/gui/search/GenericResultPanel.java
21070
E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/gui/statusbar/TaskRenderer.java
Next
Last
Clone Instance
1
Line Count
11
Source Line
126
Source File
E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/gui/search/GenericResultPanel.java

if (isSelected) {
  setBackground(list.getSelectionBackground());
  setForeground(list.getSelectionForeground());
  topPanel.setBackground(list.getSelectionBackground());
  topPanel.setForeground(list.getSelectionForeground());
}
else {
  setBackground(list.getBackground());
  setForeground(list.getForeground());
  topPanel.setBackground(list.getBackground());
  topPanel.setForeground(list.getForeground());
}


First
Previous
Clone Instance
2
Line Count
10
Source Line
70
Source File
E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/gui/statusbar/TaskRenderer.java

if (isSelected) {
  setBackground(list.getSelectionBackground());
  setForeground(list.getSelectionForeground());
  progressPanel.setBackground(list.getSelectionBackground());
  progressPanel.setForeground(list.getSelectionForeground());
}
else {
  setBackground(list.getBackground());
  setForeground(list.getForeground());
  progressPanel.setBackground(list.getBackground());
  progressPanel.setForeground(list.getForeground());
}


Clone AbstractionParameter Count: 1Parameter Bindings

if (isSelected) {
  setBackground(list.getSelectionBackground());
  setForeground(list.getSelectionForeground());
   [[#variable132b8c60]].setBackground(list.getSelectionBackground());
   [[#variable132b8c60]].setForeground(list.getSelectionForeground());
}
else {
  setBackground(list.getBackground());
  setForeground(list.getForeground());
   [[#variable132b8c60]].setBackground(list.getBackground());
   [[#variable132b8c60]].setForeground(list.getForeground());
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#132b8c60]]
topPanel 
12[[#132b8c60]]
progressPanel