symilar(1) | General Commands Manual | symilar(1) |
symilar - tool for checking similarities in different files
symilar [ options ] [ <files> ]
symilar is a tool for searching blocks of identical lines in different files. It can be used to find copy pasted blocks of code, or stuff that could be refactored. Differences concerning only stuff behind a '#' (Python comments) can be ignored. The size of identical blocks can be optionally modified. symilar ´s functionality is integrated in pylint with the refactoring message 'R0801'.
December 15, 2010 | symilar |