te
CDDL HEADER START
The contents of this file are subject to the terms of the
Common Development and Distribution License (the "License").
You may not use this file except in compliance with the License.
You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
or http://www.opensolaris.org/os/licensing.
See the License for the specific language governing permissions
and limitations under the License.
When distributing Covered Code, include this CDDL HEADER in each
file and include the License file at usr/src/OPENSOLARIS.LICENSE.
If applicable, add the following below this CDDL HEADER, with the
fields enclosed by brackets "[]" replaced with your own identifying
information: Portions Copyright [yyyy] [name of copyright owner]
CDDL HEADER END
Copyright (c) 2009, 2015, Oracle and/or its affiliates. All rights reserved.
CDDL HEADER START
The contents of this file are subject to the terms of the
Common Development and Distribution License (the "License").
You may not use this file except in compliance with the License.
You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
or http://www.opensolaris.org/os/licensing.
See the License for the specific language governing permissions
and limitations under the License.
When distributing Covered Code, include this CDDL HEADER in each
file and include the License file at usr/src/OPENSOLARIS.LICENSE.
If applicable, add the following below this CDDL HEADER, with the
fields enclosed by brackets "[]" replaced with your own identifying
information: Portions Copyright [yyyy] [name of copyright owner]
CDDL HEADER END
Copyright (c) 2009, 2015, Oracle and/or its affiliates. All rights reserved.
symilar 1 "10 Jun 2015" "SunOS 5.12"
NAME
symilar - finds copy pasted blocks in a set of files
SYNOPSIS
/usr/bin/symilar [
OPTIONS ] file...
DESCRIPTION
symilar is a helper script for pylint. Symilar will display information
about duplicate lines in a file. The output lists the total number of lines,
how many duplicate lines found and what percentage of the lines are duplicates.
OPTIONS
"--duplicates, -dl min_duplicated_line"
sets a minimum threshhold for duplicated lines
"--help, -h"
displays help message
"--ignore-comments"
do not include duplicates found in comment blocks
USAGE
symilar [-d|--duplicates min_duplicated_lines] [-i|--ignore-comments] [--ignore-docstrings] [--ignore-imports] file1..
FILES
/usr/lib/python2.7/vendor-packages/pylint
SUPPORT
python-projects@logilab.org
SEE ALSO
pylint (1), logilab-common (3), astroid (3)