CloneSet158


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

//}}}
int[] dimensions = adjustDockingAreasToFit(size, topHeight, leftWidth, bottomHeight, rightWidth, topButtonHeight, leftButtonWidth, bottomButtonHeight, rightButtonWidth, _topToolbars, _bottomToolbars);
topHeight = dimensions[0];
leftWidth = dimensions[1];
bottomHeight = dimensions[2];
rightWidth = dimensions[3];


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

int[] dimensions = adjustDockingAreasToFit(size, topHeight, leftWidth, bottomHeight, rightWidth, topButtonHeight, leftButtonWidth, bottomButtonHeight, rightButtonWidth, _topToolbars, _bottomToolbars);
topHeight = dimensions[0];
leftWidth = dimensions[1];
bottomHeight = dimensions[2];
rightWidth = dimensions[3];


Clone AbstractionParameter Count: 0Parameter Bindings

//}}}
int[] dimensions = adjustDockingAreasToFit(size, topHeight, leftWidth, bottomHeight, rightWidth, topButtonHeight, leftButtonWidth, bottomButtonHeight, rightButtonWidth, _topToolbars, _bottomToolbars);
topHeight = dimensions[0];
leftWidth = dimensions[1];
bottomHeight = dimensions[2];
rightWidth = dimensions[3];
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None