short getShort() { return ((Short)next()).shortValue(); }
public int getInt() { return ((Integer)next()).intValue(); }
int getInt() { return ((Integer)next()).intValue(); }
public long getLong() { return ((Long)next()).longValue(); }
Clone fragments detected by clone detection tool
File path: /jEdit-4.2/src/bsh/ClassGeneratorUtil.java
|
|
File path: /jEdit-4.2/src/bsh/ClassGeneratorUtil.java
|
Method name:
|
|
Method name:
|
Number of AST nodes: 0
|
|
Number of AST nodes: 0
|
|
1 | short getShort() { return ((Short)next()).shortValue(); }↵ | | 1 | int getInt() { return ((Integer)next()).intValue(); }↵
|
2 | public int getInt() { return ((Integer)next()).intValue(); } | | 2 | public long getLong() { return ((Long)next()).longValue(); }
|
See real code fragment |
|
See real code fragment |
Summary
Number of common nesting structure subtrees | 0 |
Number of refactorable cases | 0 |
Number of non-refactorable cases | 0 |
Time elapsed for finding largest common nesting structure subtrees (ms) | 0.0 |
Clones location | |
Number of node comparisons | 0 |