Changes between Version 3 and Version 4 of SuffixTreeBasedDuplicateCodeAnalysis
- Timestamp:
- May 26, 2012, 3:12:35 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SuffixTreeBasedDuplicateCodeAnalysis
v3 v4 14 14 in the table below. All the properties are optional. 15 15 16 ||=P arameter=||=Description=||=Type=||=Default value=||=Example=||16 ||=Property=||=Description=||=Type=||=Default value=||=Example=|| 17 17 ||files||files in which the search is carried out||[Module::atom() [[BR]] |Filepath::string() [[BR]] |RegExp::string() [[BR]] |File::string()]||all files from the database||{files,["/usr/local/lib/erlang/lib/mnesia-4.5/src/mnesia_log.erl", module]}|| 18 18 ||minlen||minimal length of a clone(length is in tokens)||integer()||10||{minlen,50}||