Statistics
| Revision:

gvsig-scripting / org.gvsig.scripting / trunk / org.gvsig.scripting / org.gvsig.scripting.app / org.gvsig.scripting.app.mainplugin / src / main / resources-plugin / scripting / lib / pylint / test / messages / func_w0801.txt @ 745

History | View | Annotate | Download (208 Bytes)

1
R:  1: Similar lines in 2 files
2
==input.func_w0801:3
3
==input.w0801_same:3
4
__revision__ = 'id'
5
A = 2
6
B = 3
7
C = A + B
8
# need more than X lines to trigger the message
9
C *= 2
10
A -= B
11
# all this should be detected