static final private byte [] base64Alphabet = new byte[BASELENGTH]; static final private char [] lookUpBase64Alphabet = new char[LOOKUPLENGTH];
static final private byte [] hexNumberTable = new byte[BASELENGTH]; static final private char [] lookUpHexAlphabet = new char[LOOKUPLENGTH];
Clone fragments detected by clone detection tool
File path: /emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/internal/DataValue.java File path: /emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/internal/DataValue.java
Method name: Method name:
Number of AST nodes: 0 Number of AST nodes: 0
1
static final private byte [] base64Alphabet        = new byte[BASELENGTH];
1
static final private byte [] hexNumberTable    = new byte[BASELENGTH];
2
  static final private char [] lookUpBase64Alphabet  = new char[LOOKUPLENGTH];
2
  static final private char [] lookUpHexAlphabet = new char[LOOKUPLENGTH];
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