Changes between Version 2 and Version 3 of CloneIdentifiErl
- Timestamp:
- Mar 11, 2015, 10:56:45 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CloneIdentifiErl
v2 v3 39 39 {{{ 40 40 -------------------------------------------------------------------------------- 41 Clone group: 1 41 42 Clone element: (found in ucl_alg_dm): 42 43 q_gen(QueryETS) -> … … 58 59 59 60 * file_and_loc: Returns file and position information related to the clones. When using this output format it is possible to set the position type. 60 The {{{linecol}}} position type returns the row and column where the found clone starts and ends. The scalar position type returns the character position where the clone starts and ends. 61 The {{{linecol}}} position type returns the row and column where the found clone starts and ends. The scalar position type returns the character position where the clone starts and ends. This format also gives information about the number of the actual clone group. 61 62 62 63 Command:[[BR]] … … 65 66 66 67 {{{ 67 [ [[{filepath,"/home/laptop/refactorerl/src/ucl_alg_dm.erl"},68 [{1,[[{filepath,"/home/laptop/refactorerl/src/ucl_alg_dm.erl"}, 68 69 {startpos,{12,1}}, 69 70 {endpos,{16,8}}], 70 71 [{filepath,"/home/laptop/refactorerl/src/ucl_alg_dm.erl"}, 71 72 {startpos,{41,1}}, 72 {endpos,{45,8}}]] ]73 {endpos,{45,8}}]]}] 73 74 }}} 74 75 … … 77 78 78 79 {{{ 79 [ [[{filepath,"/home/laptop/refactorerl/src/ucl_alg_dm.erl"},80 [{1,[[{filepath,"/home/laptop/refactorerl/src/ucl_alg_dm.erl"}, 80 81 {startpos,{47}}, 81 82 {endpos,{121}}], 82 83 [{filepath,"/home/laptop/refactorerl/src/ucl_alg_dm.erl"}, 83 84 {startpos,{520}}, 84 {endpos,{576}}]] ]85 {endpos,{576}}]]}] 85 86 }}} 86 87