if (h == LengthConstraintType.NONE) { // find optimum height throw new RuntimeException("Not yet implemented."); } else if (h == LengthConstraintType.FIXED) { // fixed width throw new RuntimeException("Not yet implemented."); } else if (h == LengthConstraintType.RANGE) { throw new RuntimeException("Not yet implemented.");
if (h == LengthConstraintType.NONE) { throw new RuntimeException("Not yet implemented."); } else if (h == LengthConstraintType.RANGE) { throw new RuntimeException("Not yet implemented."); } else if (h == LengthConstraintType.FIXED) { throw new RuntimeException("Not yet implemented.");
Clone fragments detected by clone detection tool
File path: /jfreechart-1.0.10/src/org/jfree/chart/block/GridArrangement.java File path: /jfreechart-1.0.10/src/org/jfree/chart/title/PaintScaleLegend.java
Method name: Method name:
Number of AST nodes: 0 Number of AST nodes: 0
1
if (h == LengthConstraintType.NONE) {
1
if (h == LengthConstraintType.NONE) {
2
                // find optimum height
3
                throw new RuntimeException("Not yet implemented.");  
2
                throw new RuntimeException("Not yet implemented."); 
4
            }
3
            }
5
            else if (h == LengthConstraintType.FIXED) {
4
            else if (h == LengthConstraintType.RANGE) {
6
                // fixed width
7
                throw new RuntimeException("Not yet implemented.");  
5
                throw new RuntimeException("Not yet implemented."); 
8
            }
6
            }
9
            else if (h == LengthConstraintType.RANGE) {
7
            else if (h == LengthConstraintType.FIXED) {
10
                throw new RuntimeException("Not yet implemented.");  
8
                throw new RuntimeException("Not yet implemented.");
11
            
9
            
Summary
Number of common nesting structure subtrees0
Number of refactorable cases0
Number of non-refactorable cases0
Time elapsed for finding largest common nesting structure subtrees (ms)0.0
Clones location
Number of node comparisons0