Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 1 | 0.977 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 26 | E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/gui/docking/DockableView.java |
2 | 5 | 33 | E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/gui/docking/DockingPanel.java |
| |||||
public static Color INACTIVE_LABEL_COLOR = UIManager.getColor("Menu.foreground"); public static Color ACTIVE_LABEL_COLOR = UIManager.getColor("Menu.selectionForeground"); |
| |||||
public static Color INACTIVE_LABEL_COLOR = UIManager.getColor("Menu.selectionForeground"); public static Color ACTIVE_LABEL_COLOR = UIManager.getColor("Menu.selectionForeground"); |
| |||
public static Color INACTIVE_LABEL_COLOR = UIManager.getColor( [[#variable131be2a0]]); public static Color ACTIVE_LABEL_COLOR = UIManager.getColor("Menu.selectionForeground"); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#131be2a0]] | "Menu.foreground" |
1 | 2 | [[#131be2a0]] | "Menu.selectionForeground" |