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(); }
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