dev-support/findHangingTests.py:78: [C0121(singleton-comparison), ] Comparison to False should be 'not expr' or 'expr is False' ------------------------------------------------------------------ Your code has been rated at 9.83/10 (previous run: 9.83/10, +0.00) dev-support/submit-patch.py:107: [C0301(line-too-long), ] Line too long (104/100) dev-support/submit-patch.py:85: [W0621(redefined-outer-name), assert_status_code] Redefining name 'description' from outer scope (line 280) dev-support/submit-patch.py:109: [W0621(redefined-outer-name), get_base_branch] Redefining name 'base_branch' from outer scope (line 235) dev-support/submit-patch.py:157: [W0621(redefined-outer-name), validate_patch_dir] Redefining name 'patch_dir' from outer scope (line 243) dev-support/submit-patch.py:173: [W0621(redefined-outer-name), check_diff_between_branches] Redefining name 'base_branch' from outer scope (line 235) dev-support/submit-patch.py:176: [C1801(len-as-condition), check_diff_between_branches] Do not use `len(SEQUENCE)` as condition value dev-support/submit-patch.py:179: [C1801(len-as-condition), check_diff_between_branches] Do not use `len(SEQUENCE)` as condition value dev-support/submit-patch.py:189: [W0621(redefined-outer-name), get_credentials] Redefining name 'creds' from outer scope (line 256) dev-support/submit-patch.py:196: [W0612(unused-variable), get_credentials] Unused variable 'e' dev-support/submit-patch.py:211: [W0621(redefined-outer-name), attach_patch_to_jira] Redefining name 'files' from outer scope (line 290) dev-support/submit-patch.py:212: [W0621(redefined-outer-name), attach_patch_to_jira] Redefining name 'jira_auth' from outer scope (line 299) dev-support/submit-patch.py:214: [W0621(redefined-outer-name), attach_patch_to_jira] Redefining name 'r' from outer scope (line 271) dev-support/submit-patch.py:208: [W0621(redefined-outer-name), attach_patch_to_jira] Redefining name 'patch_filepath' from outer scope (line 249) dev-support/submit-patch.py:208: [W0621(redefined-outer-name), attach_patch_to_jira] Redefining name 'issue_url' from outer scope (line 257) dev-support/submit-patch.py:208: [W0621(redefined-outer-name), attach_patch_to_jira] Redefining name 'creds' from outer scope (line 256) dev-support/submit-patch.py:219: [W0621(redefined-outer-name), get_jira_summary] Redefining name 'r' from outer scope (line 271) dev-support/submit-patch.py:218: [W0621(redefined-outer-name), get_jira_summary] Redefining name 'issue_url' from outer scope (line 257) dev-support/submit-patch.py:224: [W0621(redefined-outer-name), get_review_board_id_if_present] Redefining name 'rb_link_title' from outer scope (line 264) dev-support/submit-patch.py:225: [W0621(redefined-outer-name), get_review_board_id_if_present] Redefining name 'r' from outer scope (line 271) dev-support/submit-patch.py:224: [W0621(redefined-outer-name), get_review_board_id_if_present] Redefining name 'issue_url' from outer scope (line 257) dev-support/submit-patch.py:27: [C0411(wrong-import-order), ] standard import "import json" should be placed before "import git" dev-support/submit-patch.py:28: [C0411(wrong-import-order), ] standard import "import logging" should be placed before "import git" dev-support/submit-patch.py:29: [C0411(wrong-import-order), ] standard import "import os" should be placed before "import git" dev-support/submit-patch.py:30: [C0411(wrong-import-order), ] standard import "import re" should be placed before "import git" dev-support/submit-patch.py:32: [C0411(wrong-import-order), ] standard import "import subprocess" should be placed before "import git" dev-support/submit-patch.py:33: [C0411(wrong-import-order), ] standard import "import sys" should be placed before "import git" ------------------------------------------------------------------ Your code has been rated at 8.46/10 (previous run: 8.46/10, +0.00) hbase-examples/src/main/python/thrift1/DemoClient.py:25: [C0301(line-too-long), ] Line too long (102/100) hbase-examples/src/main/python/thrift1/DemoClient.py:218: [C0305(trailing-newlines), ] Trailing newlines hbase-examples/src/main/python/thrift1/DemoClient.py:30: [C0413(wrong-import-position), ] Import "from thrift import Thrift" should be placed at the top of the module hbase-examples/src/main/python/thrift1/DemoClient.py:31: [C0413(wrong-import-position), ] Import "from thrift.transport import TSocket, TTransport" should be placed at the top of the module hbase-examples/src/main/python/thrift1/DemoClient.py:32: [C0413(wrong-import-position), ] Import "from thrift.protocol import TBinaryProtocol" should be placed at the top of the module hbase-examples/src/main/python/thrift1/DemoClient.py:33: [C0413(wrong-import-position), ] Import "from hbase import ttypes" should be placed at the top of the module hbase-examples/src/main/python/thrift1/DemoClient.py:34: [C0413(wrong-import-position), ] Import "from hbase.Hbase import Client, ColumnDescriptor, Mutation" should be placed at the top of the module hbase-examples/src/main/python/thrift1/DemoClient.py:49: [W0621(redefined-outer-name), demo_client] Redefining name 'is_framed_transport' from outer scope (line 216) hbase-examples/src/main/python/thrift1/DemoClient.py:49: [W0621(redefined-outer-name), demo_client] Redefining name 'port' from outer scope (line 215) hbase-examples/src/main/python/thrift1/DemoClient.py:49: [W0621(redefined-outer-name), demo_client] Redefining name 'host' from outer scope (line 214) hbase-examples/src/main/python/thrift1/DemoClient.py:96: [E0602(undefined-variable), demo_client] Undefined variable 'AlreadyExists' hbase-examples/src/main/python/thrift1/DemoClient.py:184: [C1801(len-as-condition), demo_client] Do not use `len(SEQUENCE)` as condition value hbase-examples/src/main/python/thrift1/DemoClient.py:209: [C0412(ungrouped-imports), ] Imports from package sys are not grouped ------------------------------------------------------------------ Your code has been rated at 8.69/10 (previous run: 3.75/10, +4.94) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:719: [C0301(line-too-long), ] Line too long (111/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:811: [C0301(line-too-long), ] Line too long (110/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:847: [C0301(line-too-long), ] Line too long (117/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:883: [C0301(line-too-long), ] Line too long (112/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1051: [C0301(line-too-long), ] Line too long (103/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1099: [C0301(line-too-long), ] Line too long (105/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1140: [C0301(line-too-long), ] Line too long (103/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1183: [C0301(line-too-long), ] Line too long (114/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1226: [C0301(line-too-long), ] Line too long (105/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1271: [C0301(line-too-long), ] Line too long (116/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1312: [C0301(line-too-long), ] Line too long (104/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1355: [C0301(line-too-long), ] Line too long (115/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1398: [C0301(line-too-long), ] Line too long (106/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1443: [C0301(line-too-long), ] Line too long (117/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1657: [C0301(line-too-long), ] Line too long (112/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1915: [C0301(line-too-long), ] Line too long (116/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1961: [C0301(line-too-long), ] Line too long (108/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2011: [C0301(line-too-long), ] Line too long (116/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2054: [C0301(line-too-long), ] Line too long (118/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2103: [C0301(line-too-long), ] Line too long (110/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2129: [C0301(line-too-long), ] Line too long (101/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2156: [C0301(line-too-long), ] Line too long (118/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2201: [C0301(line-too-long), ] Line too long (107/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2248: [C0301(line-too-long), ] Line too long (111/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2324: [C0301(line-too-long), ] Line too long (111/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2361: [C0301(line-too-long), ] Line too long (110/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2417: [C0301(line-too-long), ] Line too long (101/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2591: [C0301(line-too-long), ] Line too long (117/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2605: [C0301(line-too-long), ] Line too long (135/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2633: [C0301(line-too-long), ] Line too long (111/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2647: [C0301(line-too-long), ] Line too long (104/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2661: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2689: [C0301(line-too-long), ] Line too long (113/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2703: [C0301(line-too-long), ] Line too long (106/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2717: [C0301(line-too-long), ] Line too long (131/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2747: [C0301(line-too-long), ] Line too long (106/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2795: [C0301(line-too-long), ] Line too long (103/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2825: [C0301(line-too-long), ] Line too long (103/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2909: [C0301(line-too-long), ] Line too long (110/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2923: [C0301(line-too-long), ] Line too long (132/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2937: [C0301(line-too-long), ] Line too long (126/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2951: [C0301(line-too-long), ] Line too long (128/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2965: [C0301(line-too-long), ] Line too long (150/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3067: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3086: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3127: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3147: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3188: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3207: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3248: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3268: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3309: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3328: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3371: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3396: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3441: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3460: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3501: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3521: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3562: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3581: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3622: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3642: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3674: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3688: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3727: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3757: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3805: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3824: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3858: [C0301(line-too-long), ] Line too long (125/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3867: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3899: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3948: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3967: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4010: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4041: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4084: [C0301(line-too-long), ] Line too long (115/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4092: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4122: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4176: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4208: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4257: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4276: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4317: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4337: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4387: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4427: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4486: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4517: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4577: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4622: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4685: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4716: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4770: [C0301(line-too-long), ] Line too long (112/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4779: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4829: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4896: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4927: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4981: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5016: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5071: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5102: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5159: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5204: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5266: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5297: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5354: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5394: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5453: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5484: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5544: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5594: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5660: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5691: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5745: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5785: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5843: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5874: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5931: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5981: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6046: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6077: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6134: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6179: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6241: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6272: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6332: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6387: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6456: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6487: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6544: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6590: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6653: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6679: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6736: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6787: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6854: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6880: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6921: [C0301(line-too-long), ] Line too long (105/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6931: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6972: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7031: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7057: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7099: [C0301(line-too-long), ] Line too long (105/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7111: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7157: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7220: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7246: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7300: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7334: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7392: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7423: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7481: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7521: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7578: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7598: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7651: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7696: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7757: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7777: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7824: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7859: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7912: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7932: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7973: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7993: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8034: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8054: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8095: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8120: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8164: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8184: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8234: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8274: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8331: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8351: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8398: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8434: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8489: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8514: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8571: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8616: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8678: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8703: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8764: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8814: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8880: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8905: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8959: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9004: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9066: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9091: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9151: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9201: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9267: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9292: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9347: [C0301(line-too-long), ] Line too long (114/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9356: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9411: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9481: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9506: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9551: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9570: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9616: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9653: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9708: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9732: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9782: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9819: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9871: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9890: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9934: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9960: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10011: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10040: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10091: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10122: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10170: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10189: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10232: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10258: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10: [W0622(redefined-builtin), ] Redefining built-in 'IOError' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10: [W0401(wildcard-import), ] Wildcard import ttypes hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10: [W0403(relative-import), ] Relative import 'ttypes', should be 'hbase.ttypes' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:16: [W0702(bare-except), ] No exception type(s) specified hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:541: [W0622(redefined-builtin), Iface.scannerGet] Redefining built-in 'id' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:559: [W0622(redefined-builtin), Iface.scannerGetList] Redefining built-in 'id' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:578: [W0622(redefined-builtin), Iface.scannerClose] Redefining built-in 'id' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:651: [E0702(raising-bad-type), Client.recv_enableTable] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:641: [W0612(unused-variable), Client.recv_enableTable] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:641: [W0612(unused-variable), Client.recv_enableTable] Unused variable 'rseqid' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:684: [E0702(raising-bad-type), Client.recv_disableTable] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:674: [W0612(unused-variable), Client.recv_disableTable] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:674: [W0612(unused-variable), Client.recv_disableTable] Unused variable 'rseqid' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:718: [E0702(raising-bad-type), Client.recv_isTableEnabled] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:706: [W0612(unused-variable), Client.recv_isTableEnabled] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:706: [W0612(unused-variable), Client.recv_isTableEnabled] Unused variable 'rseqid' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:748: [E0702(raising-bad-type), Client.recv_compact] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:738: [W0612(unused-variable), Client.recv_compact] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:738: [W0612(unused-variable), Client.recv_compact] Unused variable 'rseqid' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:778: [E0702(raising-bad-type), Client.recv_majorCompact] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:768: [W0612(unused-variable), Client.recv_majorCompact] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:768: [W0612(unused-variable), Client.recv_majorCompact] Unused variable 'rseqid' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:810: [E0702(raising-bad-type), Client.recv_getTableNames] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:798: [W0612(unused-variable), Client.recv_getTableNames] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:798: [W0612(unused-variable), Client.recv_getTableNames] Unused variable 'rseqid' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:846: [E0702(raising-bad-type), Client.recv_getColumnDescriptors] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:834: [W0612(unused-variable), Client.recv_getColumnDescriptors] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:834: [W0612(unused-variable), Client.recv_getColumnDescriptors] Unused variable 'rseqid' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:882: [E0702(raising-bad-type), Client.recv_getTableRegions] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:870: [W0612(unused-variable), Client.recv_getTableRegions] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:870: [W0612(unused-variable), Client.recv_getTableRegions] Unused variable 'rseqid' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:923: [E0702(raising-bad-type), Client.recv_createTable] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:925: [E0702(raising-bad-type), Client.recv_createTable] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:927: [E0702(raising-bad-type), Client.recv_createTable] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:913: [W0612(unused-variable), Client.recv_createTable] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:913: [W0612(unused-variable), Client.recv_createTable] Unused variable 'rseqid' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:962: [E0702(raising-bad-type), Client.recv_deleteTable] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:952: [W0612(unused-variable), Client.recv_deleteTable] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:952: [W0612(unused-variable), Client.recv_deleteTable] Unused variable 'rseqid' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1005: [E0702(raising-bad-type), Client.recv_get] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:993: [W0612(unused-variable), Client.recv_get] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:993: [W0612(unused-variable), Client.recv_get] Unused variable 'rseqid' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1050: [E0702(raising-bad-type), Client.recv_getVer] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1038: [W0612(unused-variable), Client.recv_getVer] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1038: [W0612(unused-variable), Client.recv_getVer] Unused variable 'rseqid' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1098: [E0702(raising-bad-type), Client.recv_getVerTs] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1086: [W0612(unused-variable), Client.recv_getVerTs] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1086: [W0612(unused-variable), Client.recv_getVerTs] Unused variable 'rseqid' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1139: [E0702(raising-bad-type), Client.recv_getRow] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1127: [W0612(unused-variable), Client.recv_getRow] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1127: [W0612(unused-variable), Client.recv_getRow] Unused variable 'rseqid' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1182: [E0702(raising-bad-type), Client.recv_getRowWithColumns] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1170: [W0612(unused-variable), Client.recv_getRowWithColumns] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1170: [W0612(unused-variable), Client.recv_getRowWithColumns] Unused variable 'rseqid' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1225: [E0702(raising-bad-type), Client.recv_getRowTs] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1213: [W0612(unused-variable), Client.recv_getRowTs] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1213: [W0612(unused-variable), Client.recv_getRowTs] Unused variable 'rseqid' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1270: [E0702(raising-bad-type), Client.recv_getRowWithColumnsTs] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1258: [W0612(unused-variable), Client.recv_getRowWithColumnsTs] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1258: [W0612(unused-variable), Client.recv_getRowWithColumnsTs] Unused variable 'rseqid' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1311: [E0702(raising-bad-type), Client.recv_getRows] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1299: [W0612(unused-variable), Client.recv_getRows] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1299: [W0612(unused-variable), Client.recv_getRows] Unused variable 'rseqid' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1354: [E0702(raising-bad-type), Client.recv_getRowsWithColumns] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1342: [W0612(unused-variable), Client.recv_getRowsWithColumns] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1342: [W0612(unused-variable), Client.recv_getRowsWithColumns] Unused variable 'rseqid' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1397: [E0702(raising-bad-type), Client.recv_getRowsTs] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1385: [W0612(unused-variable), Client.recv_getRowsTs] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1385: [W0612(unused-variable), Client.recv_getRowsTs] Unused variable 'rseqid' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1442: [E0702(raising-bad-type), Client.recv_getRowsWithColumnsTs] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1430: [W0612(unused-variable), Client.recv_getRowsWithColumnsTs] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1430: [W0612(unused-variable), Client.recv_getRowsWithColumnsTs] Unused variable 'rseqid' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1483: [E0702(raising-bad-type), Client.recv_mutateRow] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1485: [E0702(raising-bad-type), Client.recv_mutateRow] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1473: [W0612(unused-variable), Client.recv_mutateRow] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1473: [W0612(unused-variable), Client.recv_mutateRow] Unused variable 'rseqid' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1528: [E0702(raising-bad-type), Client.recv_mutateRowTs] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1530: [E0702(raising-bad-type), Client.recv_mutateRowTs] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1518: [W0612(unused-variable), Client.recv_mutateRowTs] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1518: [W0612(unused-variable), Client.recv_mutateRowTs] Unused variable 'rseqid' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1569: [E0702(raising-bad-type), Client.recv_mutateRows] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1571: [E0702(raising-bad-type), Client.recv_mutateRows] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1559: [W0612(unused-variable), Client.recv_mutateRows] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1559: [W0612(unused-variable), Client.recv_mutateRows] Unused variable 'rseqid' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1612: [E0702(raising-bad-type), Client.recv_mutateRowsTs] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1614: [E0702(raising-bad-type), Client.recv_mutateRowsTs] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1602: [W0612(unused-variable), Client.recv_mutateRowsTs] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1602: [W0612(unused-variable), Client.recv_mutateRowsTs] Unused variable 'rseqid' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1654: [E0702(raising-bad-type), Client.recv_atomicIncrement] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1656: [E0702(raising-bad-type), Client.recv_atomicIncrement] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1642: [W0612(unused-variable), Client.recv_atomicIncrement] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1642: [W0612(unused-variable), Client.recv_atomicIncrement] Unused variable 'rseqid' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1694: [E0702(raising-bad-type), Client.recv_deleteAll] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1684: [W0612(unused-variable), Client.recv_deleteAll] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1684: [W0612(unused-variable), Client.recv_deleteAll] Unused variable 'rseqid' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1735: [E0702(raising-bad-type), Client.recv_deleteAllTs] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1725: [W0612(unused-variable), Client.recv_deleteAllTs] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1725: [W0612(unused-variable), Client.recv_deleteAllTs] Unused variable 'rseqid' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1771: [E0702(raising-bad-type), Client.recv_deleteAllRow] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1761: [W0612(unused-variable), Client.recv_deleteAllRow] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1761: [W0612(unused-variable), Client.recv_deleteAllRow] Unused variable 'rseqid' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1806: [E0702(raising-bad-type), Client.recv_increment] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1796: [W0612(unused-variable), Client.recv_increment] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1796: [W0612(unused-variable), Client.recv_increment] Unused variable 'rseqid' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1836: [E0702(raising-bad-type), Client.recv_incrementRows] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1826: [W0612(unused-variable), Client.recv_incrementRows] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1826: [W0612(unused-variable), Client.recv_incrementRows] Unused variable 'rseqid' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1875: [E0702(raising-bad-type), Client.recv_deleteAllRowTs] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1865: [W0612(unused-variable), Client.recv_deleteAllRowTs] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1865: [W0612(unused-variable), Client.recv_deleteAllRowTs] Unused variable 'rseqid' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1914: [E0702(raising-bad-type), Client.recv_scannerOpenWithScan] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1902: [W0612(unused-variable), Client.recv_scannerOpenWithScan] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1902: [W0612(unused-variable), Client.recv_scannerOpenWithScan] Unused variable 'rseqid' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1960: [E0702(raising-bad-type), Client.recv_scannerOpen] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1948: [W0612(unused-variable), Client.recv_scannerOpen] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1948: [W0612(unused-variable), Client.recv_scannerOpen] Unused variable 'rseqid' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2010: [E0702(raising-bad-type), Client.recv_scannerOpenWithStop] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1998: [W0612(unused-variable), Client.recv_scannerOpenWithStop] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:1998: [W0612(unused-variable), Client.recv_scannerOpenWithStop] Unused variable 'rseqid' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2053: [E0702(raising-bad-type), Client.recv_scannerOpenWithPrefix] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2041: [W0612(unused-variable), Client.recv_scannerOpenWithPrefix] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2041: [W0612(unused-variable), Client.recv_scannerOpenWithPrefix] Unused variable 'rseqid' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2102: [E0702(raising-bad-type), Client.recv_scannerOpenTs] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2090: [W0612(unused-variable), Client.recv_scannerOpenTs] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2090: [W0612(unused-variable), Client.recv_scannerOpenTs] Unused variable 'rseqid' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2155: [E0702(raising-bad-type), Client.recv_scannerOpenWithStopTs] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2143: [W0612(unused-variable), Client.recv_scannerOpenWithStopTs] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2143: [W0612(unused-variable), Client.recv_scannerOpenWithStopTs] Unused variable 'rseqid' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2158: [W0622(redefined-builtin), Client.scannerGet] Redefining built-in 'id' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2177: [W0622(redefined-builtin), Client.send_scannerGet] Redefining built-in 'id' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2198: [E0702(raising-bad-type), Client.recv_scannerGet] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2200: [E0702(raising-bad-type), Client.recv_scannerGet] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2186: [W0612(unused-variable), Client.recv_scannerGet] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2186: [W0612(unused-variable), Client.recv_scannerGet] Unused variable 'rseqid' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2203: [W0622(redefined-builtin), Client.scannerGetList] Redefining built-in 'id' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2223: [W0622(redefined-builtin), Client.send_scannerGetList] Redefining built-in 'id' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2245: [E0702(raising-bad-type), Client.recv_scannerGetList] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2247: [E0702(raising-bad-type), Client.recv_scannerGetList] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2233: [W0612(unused-variable), Client.recv_scannerGetList] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2233: [W0612(unused-variable), Client.recv_scannerGetList] Unused variable 'rseqid' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2250: [W0622(redefined-builtin), Client.scannerClose] Redefining built-in 'id' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2262: [W0622(redefined-builtin), Client.send_scannerClose] Redefining built-in 'id' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2281: [E0702(raising-bad-type), Client.recv_scannerClose] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2283: [E0702(raising-bad-type), Client.recv_scannerClose] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2271: [W0612(unused-variable), Client.recv_scannerClose] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2271: [W0612(unused-variable), Client.recv_scannerClose] Unused variable 'rseqid' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2323: [E0702(raising-bad-type), Client.recv_getRowOrBefore] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2311: [W0612(unused-variable), Client.recv_getRowOrBefore] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2311: [W0612(unused-variable), Client.recv_getRowOrBefore] Unused variable 'rseqid' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2360: [E0702(raising-bad-type), Client.recv_getRegionInfo] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2348: [W0612(unused-variable), Client.recv_getRegionInfo] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2348: [W0612(unused-variable), Client.recv_getRegionInfo] Unused variable 'rseqid' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2413: [W0622(redefined-builtin), Processor.process] Redefining built-in 'type' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:2413: [W0612(unused-variable), Processor.process] Unused variable 'type' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3072: [W0612(unused-variable), enableTable_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3132: [W0612(unused-variable), enableTable_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3193: [W0612(unused-variable), disableTable_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3253: [W0612(unused-variable), disableTable_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3314: [W0612(unused-variable), isTableEnabled_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3376: [W0612(unused-variable), isTableEnabled_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3446: [W0612(unused-variable), compact_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3506: [W0612(unused-variable), compact_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3567: [W0612(unused-variable), majorCompact_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3627: [W0612(unused-variable), majorCompact_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3679: [W0612(unused-variable), getTableNames_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3679: [W0612(unused-variable), getTableNames_args.read] Unused variable 'fid' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3732: [W0612(unused-variable), getTableNames_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3810: [W0612(unused-variable), getColumnDescriptors_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3872: [W0612(unused-variable), getColumnDescriptors_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:3953: [W0612(unused-variable), getTableRegions_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4015: [W0612(unused-variable), getTableRegions_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4097: [W0612(unused-variable), createTable_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4181: [W0612(unused-variable), createTable_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4262: [W0612(unused-variable), deleteTable_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4322: [W0612(unused-variable), deleteTable_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4392: [W0612(unused-variable), get_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4491: [W0612(unused-variable), get_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4582: [W0612(unused-variable), getVer_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4690: [W0612(unused-variable), getVer_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4784: [W0612(unused-variable), getVerTs_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4901: [W0612(unused-variable), getVerTs_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:4986: [W0612(unused-variable), getRow_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5076: [W0612(unused-variable), getRow_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5164: [W0612(unused-variable), getRowWithColumns_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5271: [W0612(unused-variable), getRowWithColumns_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5359: [W0612(unused-variable), getRowTs_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5458: [W0612(unused-variable), getRowTs_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5549: [W0612(unused-variable), getRowWithColumnsTs_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5665: [W0612(unused-variable), getRowWithColumnsTs_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5750: [W0612(unused-variable), getRows_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5848: [W0612(unused-variable), getRows_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:5936: [W0612(unused-variable), getRowsWithColumns_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6051: [W0612(unused-variable), getRowsWithColumns_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6139: [W0612(unused-variable), getRowsTs_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6246: [W0612(unused-variable), getRowsTs_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6337: [W0612(unused-variable), getRowsWithColumnsTs_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6461: [W0612(unused-variable), getRowsWithColumnsTs_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6549: [W0612(unused-variable), mutateRow_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6658: [W0612(unused-variable), mutateRow_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6741: [W0612(unused-variable), mutateRowTs_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6859: [W0612(unused-variable), mutateRowTs_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:6936: [W0612(unused-variable), mutateRows_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7036: [W0612(unused-variable), mutateRows_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7116: [W0612(unused-variable), mutateRowsTs_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7225: [W0612(unused-variable), mutateRowsTs_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7305: [W0612(unused-variable), atomicIncrement_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7397: [W0612(unused-variable), atomicIncrement_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7486: [W0612(unused-variable), deleteAll_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7583: [W0612(unused-variable), deleteAll_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7656: [W0612(unused-variable), deleteAllTs_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7762: [W0612(unused-variable), deleteAllTs_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7829: [W0612(unused-variable), deleteAllRow_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7917: [W0612(unused-variable), deleteAllRow_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:7978: [W0612(unused-variable), increment_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8039: [W0612(unused-variable), increment_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8100: [W0612(unused-variable), incrementRows_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8169: [W0612(unused-variable), incrementRows_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8239: [W0612(unused-variable), deleteAllRowTs_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8336: [W0612(unused-variable), deleteAllRowTs_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8403: [W0612(unused-variable), scannerOpenWithScan_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8494: [W0612(unused-variable), scannerOpenWithScan_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8576: [W0612(unused-variable), scannerOpen_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8683: [W0612(unused-variable), scannerOpen_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8769: [W0612(unused-variable), scannerOpenWithStop_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8885: [W0612(unused-variable), scannerOpenWithStop_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:8964: [W0612(unused-variable), scannerOpenWithPrefix_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9071: [W0612(unused-variable), scannerOpenWithPrefix_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9156: [W0612(unused-variable), scannerOpenTs_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9272: [W0612(unused-variable), scannerOpenTs_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9361: [W0612(unused-variable), scannerOpenWithStopTs_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9486: [W0612(unused-variable), scannerOpenWithStopTs_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9547: [W0622(redefined-builtin), scannerGet_args.__init__] Redefining built-in 'id' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9556: [W0612(unused-variable), scannerGet_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9621: [W0612(unused-variable), scannerGet_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9703: [W0622(redefined-builtin), scannerGetList_args.__init__] Redefining built-in 'id' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9713: [W0612(unused-variable), scannerGetList_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9787: [W0612(unused-variable), scannerGetList_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9867: [W0622(redefined-builtin), scannerClose_args.__init__] Redefining built-in 'id' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9876: [W0612(unused-variable), scannerClose_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:9939: [W0612(unused-variable), scannerClose_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10016: [W0612(unused-variable), getRowOrBefore_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10096: [W0612(unused-variable), getRowOrBefore_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10175: [W0612(unused-variable), getRegionInfo_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10237: [W0612(unused-variable), getRegionInfo_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:10: [W0614(unused-wildcard-import), ] Unused import TProtocol from wildcard import hbase-examples/src/main/python/thrift1/gen-py/hbase/Hbase.py:11: [C0412(ungrouped-imports), ] Imports from package thrift are not grouped ------------------------------------------------------------------ Your code has been rated at 9.04/10 (previous run: 9.04/10, +0.00) -------------------------------------------------------------------- Your code has been rated at 10.00/10 (previous run: 10.00/10, +0.00) hbase-examples/src/main/python/thrift1/gen-py/hbase/constants.py:11: [C0305(trailing-newlines), ] Trailing newlines hbase-examples/src/main/python/thrift1/gen-py/hbase/constants.py:10: [W0622(redefined-builtin), ] Redefining built-in 'IOError' hbase-examples/src/main/python/thrift1/gen-py/hbase/constants.py:10: [W0401(wildcard-import), ] Wildcard import ttypes hbase-examples/src/main/python/thrift1/gen-py/hbase/constants.py:10: [W0403(relative-import), ] Relative import 'ttypes', should be 'hbase.ttypes' hbase-examples/src/main/python/thrift1/gen-py/hbase/constants.py:10: [W0614(unused-wildcard-import), ] Unused import TProtocol from wildcard import hbase-examples/src/main/python/thrift1/gen-py/hbase/constants.py:10: [W0614(unused-wildcard-import), ] Unused import IOError from wildcard import hbase-examples/src/main/python/thrift1/gen-py/hbase/constants.py:10: [W0614(unused-wildcard-import), ] Unused import TBinaryProtocol from wildcard import hbase-examples/src/main/python/thrift1/gen-py/hbase/constants.py:10: [W0614(unused-wildcard-import), ] Unused import TCell from wildcard import hbase-examples/src/main/python/thrift1/gen-py/hbase/constants.py:10: [W0614(unused-wildcard-import), ] Unused import TIncrement from wildcard import hbase-examples/src/main/python/thrift1/gen-py/hbase/constants.py:10: [W0614(unused-wildcard-import), ] Unused import BatchMutation from wildcard import hbase-examples/src/main/python/thrift1/gen-py/hbase/constants.py:10: [W0614(unused-wildcard-import), ] Unused import TTransport from wildcard import hbase-examples/src/main/python/thrift1/gen-py/hbase/constants.py:10: [W0614(unused-wildcard-import), ] Unused import TScan from wildcard import hbase-examples/src/main/python/thrift1/gen-py/hbase/constants.py:10: [W0614(unused-wildcard-import), ] Unused import Mutation from wildcard import hbase-examples/src/main/python/thrift1/gen-py/hbase/constants.py:10: [W0614(unused-wildcard-import), ] Unused import TRowResult from wildcard import hbase-examples/src/main/python/thrift1/gen-py/hbase/constants.py:10: [W0614(unused-wildcard-import), ] Unused import ColumnDescriptor from wildcard import hbase-examples/src/main/python/thrift1/gen-py/hbase/constants.py:10: [W0614(unused-wildcard-import), ] Unused import fastbinary from wildcard import hbase-examples/src/main/python/thrift1/gen-py/hbase/constants.py:10: [W0614(unused-wildcard-import), ] Unused import IllegalArgument from wildcard import hbase-examples/src/main/python/thrift1/gen-py/hbase/constants.py:10: [W0614(unused-wildcard-import), ] Unused import AlreadyExists from wildcard import hbase-examples/src/main/python/thrift1/gen-py/hbase/constants.py:10: [W0614(unused-wildcard-import), ] Unused import TRegionInfo from wildcard import ---------------------------------------------------------------------- Your code has been rated at -85.00/10 (previous run: -90.00/10, +5.00) hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:43: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:67: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:128: [C0301(line-too-long), ] Line too long (305/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:140: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:199: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:282: [C0301(line-too-long), ] Line too long (112/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:292: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:341: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:410: [C0301(line-too-long), ] Line too long (105/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:417: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:451: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:509: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:539: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:599: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:633: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:683: [C0301(line-too-long), ] Line too long (103/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:691: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:722: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:779: [C0301(line-too-long), ] Line too long (114/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:788: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:837: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:905: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:924: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:971: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:990: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:1037: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:1056: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:886: [W0622(redefined-builtin), IOError] Redefining built-in 'IOError' hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:15: [W0702(bare-except), ] No exception type(s) specified hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:48: [W0612(unused-variable), TCell.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:145: [W0612(unused-variable), ColumnDescriptor.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:282: [W0622(redefined-builtin), TRegionInfo.__init__] Redefining built-in 'id' hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:297: [W0612(unused-variable), TRegionInfo.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:422: [W0612(unused-variable), Mutation.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:514: [W0612(unused-variable), BatchMutation.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:604: [W0612(unused-variable), TIncrement.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:696: [W0612(unused-variable), TRowResult.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:793: [W0612(unused-variable), TScan.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:910: [W0612(unused-variable), IOError.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:976: [W0612(unused-variable), IllegalArgument.read] Unused variable 'fname' hbase-examples/src/main/python/thrift1/gen-py/hbase/ttypes.py:1042: [W0612(unused-variable), AlreadyExists.read] Unused variable 'fname' ------------------------------------------------------------------ Your code has been rated at 9.44/10 (previous run: 9.50/10, -0.05) hbase-examples/src/main/python/thrift2/DemoClient.py:48: [C0301(line-too-long), ] Line too long (101/100) hbase-examples/src/main/python/thrift2/DemoClient.py:66: [C0301(line-too-long), ] Line too long (107/100) hbase-examples/src/main/python/thrift2/DemoClient.py:44: [C0413(wrong-import-position), ] Import "from hbase import THBaseService" should be placed at the top of the module hbase-examples/src/main/python/thrift2/DemoClient.py:45: [W0401(wildcard-import), ] Wildcard import hbase.ttypes hbase-examples/src/main/python/thrift2/DemoClient.py:45: [C0413(wrong-import-position), ] Import "from hbase.ttypes import *" should be placed at the top of the module hbase-examples/src/main/python/thrift2/DemoClient.py:66: [E0602(undefined-variable), ] Undefined variable 'TPut' hbase-examples/src/main/python/thrift2/DemoClient.py:66: [E0602(undefined-variable), ] Undefined variable 'TColumnValue' hbase-examples/src/main/python/thrift2/DemoClient.py:70: [E0602(undefined-variable), ] Undefined variable 'TGet' ------------------------------------------------------------------ Your code has been rated at 3.75/10 (previous run: 8.69/10, -4.94) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:178: [C0301(line-too-long), ] Line too long (114/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:239: [C0301(line-too-long), ] Line too long (103/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:324: [C0301(line-too-long), ] Line too long (108/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:407: [C0301(line-too-long), ] Line too long (108/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:518: [C0301(line-too-long), ] Line too long (111/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:567: [C0301(line-too-long), ] Line too long (111/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:601: [C0301(line-too-long), ] Line too long (106/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:639: [C0301(line-too-long), ] Line too long (108/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:648: [C0301(line-too-long), ] Line too long (114/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:679: [C0301(line-too-long), ] Line too long (111/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:742: [C0301(line-too-long), ] Line too long (101/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:814: [C0301(line-too-long), ] Line too long (121/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:870: [C0301(line-too-long), ] Line too long (133/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:959: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:984: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1035: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1060: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1108: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1133: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1184: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1210: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1260: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1290: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1344: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1375: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1426: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1451: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1500: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1520: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1578: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1623: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1696: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1721: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1769: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1799: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1851: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1871: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1915: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1940: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1989: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2009: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2053: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2083: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2137: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2168: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2224: [C0301(line-too-long), ] Line too long (104/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2233: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2278: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2351: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2376: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2424: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2449: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2500: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2526: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2574: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2599: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2650: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2675: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2708: [C0301(line-too-long), ] Line too long (112/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2723: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2747: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2799: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2836: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2888: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2907: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2953: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2979: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:10: [W0401(wildcard-import), ] Wildcard import ttypes hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:10: [W0403(relative-import), ] Relative import 'ttypes', should be 'hbase.ttypes' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:16: [W0702(bare-except), ] No exception type(s) specified hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:238: [E0702(raising-bad-type), Client.recv_exists] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:226: [W0612(unused-variable), Client.recv_exists] Unused variable 'fname' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:226: [W0612(unused-variable), Client.recv_exists] Unused variable 'rseqid' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:279: [E0702(raising-bad-type), Client.recv_get] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:267: [W0612(unused-variable), Client.recv_get] Unused variable 'fname' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:267: [W0612(unused-variable), Client.recv_get] Unused variable 'rseqid' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:323: [E0702(raising-bad-type), Client.recv_getMultiple] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:311: [W0612(unused-variable), Client.recv_getMultiple] Unused variable 'fname' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:311: [W0612(unused-variable), Client.recv_getMultiple] Unused variable 'rseqid' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:357: [E0702(raising-bad-type), Client.recv_put] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:347: [W0612(unused-variable), Client.recv_put] Unused variable 'fname' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:347: [W0612(unused-variable), Client.recv_put] Unused variable 'rseqid' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:406: [E0702(raising-bad-type), Client.recv_checkAndPut] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:394: [W0612(unused-variable), Client.recv_checkAndPut] Unused variable 'fname' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:394: [W0612(unused-variable), Client.recv_checkAndPut] Unused variable 'rseqid' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:440: [E0702(raising-bad-type), Client.recv_putMultiple] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:430: [W0612(unused-variable), Client.recv_putMultiple] Unused variable 'fname' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:430: [W0612(unused-variable), Client.recv_putMultiple] Unused variable 'rseqid' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:477: [E0702(raising-bad-type), Client.recv_deleteSingle] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:467: [W0612(unused-variable), Client.recv_deleteSingle] Unused variable 'fname' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:467: [W0612(unused-variable), Client.recv_deleteSingle] Unused variable 'rseqid' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:517: [E0702(raising-bad-type), Client.recv_deleteMultiple] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:505: [W0612(unused-variable), Client.recv_deleteMultiple] Unused variable 'fname' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:505: [W0612(unused-variable), Client.recv_deleteMultiple] Unused variable 'rseqid' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:566: [E0702(raising-bad-type), Client.recv_checkAndDelete] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:554: [W0612(unused-variable), Client.recv_checkAndDelete] Unused variable 'fname' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:554: [W0612(unused-variable), Client.recv_checkAndDelete] Unused variable 'rseqid' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:600: [E0702(raising-bad-type), Client.recv_increment] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:588: [W0612(unused-variable), Client.recv_increment] Unused variable 'fname' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:588: [W0612(unused-variable), Client.recv_increment] Unused variable 'rseqid' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:638: [E0702(raising-bad-type), Client.recv_openScanner] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:626: [W0612(unused-variable), Client.recv_openScanner] Unused variable 'fname' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:626: [W0612(unused-variable), Client.recv_openScanner] Unused variable 'rseqid' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:676: [E0702(raising-bad-type), Client.recv_getScannerRows] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:678: [E0702(raising-bad-type), Client.recv_getScannerRows] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:664: [W0612(unused-variable), Client.recv_getScannerRows] Unused variable 'fname' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:664: [W0612(unused-variable), Client.recv_getScannerRows] Unused variable 'rseqid' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:713: [E0702(raising-bad-type), Client.recv_closeScanner] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:715: [E0702(raising-bad-type), Client.recv_closeScanner] Raising NoneType while only classes or instances are allowed hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:703: [W0612(unused-variable), Client.recv_closeScanner] Unused variable 'fname' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:703: [W0612(unused-variable), Client.recv_closeScanner] Unused variable 'rseqid' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:738: [W0622(redefined-builtin), Processor.process] Redefining built-in 'type' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:738: [W0612(unused-variable), Processor.process] Unused variable 'type' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:964: [W0612(unused-variable), exists_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1040: [W0612(unused-variable), exists_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1113: [W0612(unused-variable), get_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1189: [W0612(unused-variable), get_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1265: [W0612(unused-variable), getMultiple_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1349: [W0612(unused-variable), getMultiple_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1431: [W0612(unused-variable), put_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1505: [W0612(unused-variable), put_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1583: [W0612(unused-variable), checkAndPut_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1701: [W0612(unused-variable), checkAndPut_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1774: [W0612(unused-variable), putMultiple_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1856: [W0612(unused-variable), putMultiple_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1920: [W0612(unused-variable), deleteSingle_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:1994: [W0612(unused-variable), deleteSingle_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2058: [W0612(unused-variable), deleteMultiple_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2142: [W0612(unused-variable), deleteMultiple_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2238: [W0612(unused-variable), checkAndDelete_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2356: [W0612(unused-variable), checkAndDelete_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2429: [W0612(unused-variable), increment_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2505: [W0612(unused-variable), increment_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2579: [W0612(unused-variable), openScanner_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2655: [W0612(unused-variable), openScanner_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2728: [W0612(unused-variable), getScannerRows_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2804: [W0612(unused-variable), getScannerRows_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2893: [W0612(unused-variable), closeScanner_args.read] Unused variable 'fname' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:2958: [W0612(unused-variable), closeScanner_result.read] Unused variable 'fname' hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:10: [W0614(unused-wildcard-import), ] Unused import TTimeRange from wildcard import hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:10: [W0614(unused-wildcard-import), ] Unused import TColumnIncrement from wildcard import hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:10: [W0614(unused-wildcard-import), ] Unused import TColumnValue from wildcard import hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:10: [W0614(unused-wildcard-import), ] Unused import TColumn from wildcard import hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:10: [W0614(unused-wildcard-import), ] Unused import TDeleteType from wildcard import hbase-examples/src/main/python/thrift2/gen-py/hbase/THBaseService.py:11: [C0412(ungrouped-imports), ] Imports from package thrift are not grouped ------------------------------------------------------------------ Your code has been rated at 9.00/10 (previous run: 9.00/10, +0.00) -------------------------------------------------------------------- Your code has been rated at 10.00/10 (previous run: 10.00/10, +0.00) hbase-examples/src/main/python/thrift2/gen-py/hbase/constants.py:11: [C0305(trailing-newlines), ] Trailing newlines hbase-examples/src/main/python/thrift2/gen-py/hbase/constants.py:10: [W0401(wildcard-import), ] Wildcard import ttypes hbase-examples/src/main/python/thrift2/gen-py/hbase/constants.py:10: [W0403(relative-import), ] Relative import 'ttypes', should be 'hbase.ttypes' hbase-examples/src/main/python/thrift2/gen-py/hbase/constants.py:10: [W0614(unused-wildcard-import), ] Unused import TProtocol from wildcard import hbase-examples/src/main/python/thrift2/gen-py/hbase/constants.py:10: [W0614(unused-wildcard-import), ] Unused import TPut from wildcard import hbase-examples/src/main/python/thrift2/gen-py/hbase/constants.py:10: [W0614(unused-wildcard-import), ] Unused import TTimeRange from wildcard import hbase-examples/src/main/python/thrift2/gen-py/hbase/constants.py:10: [W0614(unused-wildcard-import), ] Unused import TScan from wildcard import hbase-examples/src/main/python/thrift2/gen-py/hbase/constants.py:10: [W0614(unused-wildcard-import), ] Unused import TIncrement from wildcard import hbase-examples/src/main/python/thrift2/gen-py/hbase/constants.py:10: [W0614(unused-wildcard-import), ] Unused import TBinaryProtocol from wildcard import hbase-examples/src/main/python/thrift2/gen-py/hbase/constants.py:10: [W0614(unused-wildcard-import), ] Unused import TTransport from wildcard import hbase-examples/src/main/python/thrift2/gen-py/hbase/constants.py:10: [W0614(unused-wildcard-import), ] Unused import TDelete from wildcard import hbase-examples/src/main/python/thrift2/gen-py/hbase/constants.py:10: [W0614(unused-wildcard-import), ] Unused import TGet from wildcard import hbase-examples/src/main/python/thrift2/gen-py/hbase/constants.py:10: [W0614(unused-wildcard-import), ] Unused import TColumn from wildcard import hbase-examples/src/main/python/thrift2/gen-py/hbase/constants.py:10: [W0614(unused-wildcard-import), ] Unused import TResult from wildcard import hbase-examples/src/main/python/thrift2/gen-py/hbase/constants.py:10: [W0614(unused-wildcard-import), ] Unused import fastbinary from wildcard import hbase-examples/src/main/python/thrift2/gen-py/hbase/constants.py:10: [W0614(unused-wildcard-import), ] Unused import TColumnValue from wildcard import hbase-examples/src/main/python/thrift2/gen-py/hbase/constants.py:10: [W0614(unused-wildcard-import), ] Unused import TIllegalArgument from wildcard import hbase-examples/src/main/python/thrift2/gen-py/hbase/constants.py:10: [W0614(unused-wildcard-import), ] Unused import TIOError from wildcard import hbase-examples/src/main/python/thrift2/gen-py/hbase/constants.py:10: [W0614(unused-wildcard-import), ] Unused import TDeleteType from wildcard import hbase-examples/src/main/python/thrift2/gen-py/hbase/constants.py:10: [W0614(unused-wildcard-import), ] Unused import TColumnIncrement from wildcard import ---------------------------------------------------------------------- Your code has been rated at -90.00/10 (previous run: -85.00/10, -5.00) hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:57: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:81: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:140: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:169: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:231: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:265: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:332: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:361: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:411: [C0301(line-too-long), ] Line too long (105/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:419: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:449: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:517: [C0301(line-too-long), ] Line too long (115/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:526: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:577: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:650: [C0301(line-too-long), ] Line too long (105/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:662: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:702: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:788: [C0301(line-too-long), ] Line too long (122/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:796: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:841: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:904: [C0301(line-too-long), ] Line too long (108/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:914: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:949: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1018: [C0301(line-too-long), ] Line too long (161/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1029: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1090: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1166: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1185: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1232: [C0301(line-too-long), ] Line too long (188/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1251: [C0301(line-too-long), ] Line too long (129/100) hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:15: [W0702(bare-except), ] No exception type(s) specified hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:62: [W0612(unused-variable), TTimeRange.read] Unused variable 'fname' hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:145: [W0612(unused-variable), TColumn.read] Unused variable 'fname' hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:236: [W0612(unused-variable), TColumnValue.read] Unused variable 'fname' hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:337: [W0612(unused-variable), TColumnIncrement.read] Unused variable 'fname' hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:424: [W0612(unused-variable), TResult.read] Unused variable 'fname' hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:531: [W0612(unused-variable), TGet.read] Unused variable 'fname' hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:667: [W0612(unused-variable), TPut.read] Unused variable 'fname' hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:801: [W0612(unused-variable), TDelete.read] Unused variable 'fname' hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:919: [W0612(unused-variable), TIncrement.read] Unused variable 'fname' hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1034: [W0612(unused-variable), TScan.read] Unused variable 'fname' hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1171: [W0612(unused-variable), TIOError.read] Unused variable 'fname' hbase-examples/src/main/python/thrift2/gen-py/hbase/ttypes.py:1237: [W0612(unused-variable), TIllegalArgument.read] Unused variable 'fname' ------------------------------------------------------------------ Your code has been rated at 9.50/10 (previous run: 9.44/10, +0.05) hbase-server/src/main/python/hbase/merge_conf.py:153: [C0305(trailing-newlines), ] Trailing newlines hbase-server/src/main/python/hbase/merge_conf.py:75: [W0622(redefined-builtin), MergeConfTool.merge] Redefining built-in 'property' hbase-server/src/main/python/hbase/merge_conf.py:76: [W0201(attribute-defined-outside-init), MergeConfTool.merge] Attribute 'current_property' defined outside __init__ hbase-server/src/main/python/hbase/merge_conf.py:62: [W0201(attribute-defined-outside-init), MergeConfTool.parse_options] Attribute 'output_file' defined outside __init__ hbase-server/src/main/python/hbase/merge_conf.py:72: [W0201(attribute-defined-outside-init), MergeConfTool.merge] Attribute 'current_file' defined outside __init__ hbase-server/src/main/python/hbase/merge_conf.py:87: [W0201(attribute-defined-outside-init), MergeConfTool.merge] Attribute 'merged_conf' defined outside __init__ hbase-server/src/main/python/hbase/merge_conf.py:61: [W0201(attribute-defined-outside-init), MergeConfTool.parse_options] Attribute 'input_files' defined outside __init__ ------------------------------------------------------------------ Your code has been rated at 9.21/10 (previous run: 9.21/10, +0.00)