Debian Automated Code Analysis

pyflakes analysis of python-pygccxml_1.0.0-4_all.deb

./usr/share/pyshared/pygccxml/__init__.py:32: 'declarations' imported but unused
./usr/share/pyshared/pygccxml/__init__.py:33: 'parser' imported but unused
./usr/share/pyshared/pygccxml/__init__.py:34: 'utils' imported but unused
./usr/share/pyshared/pygccxml/declarations/container_traits.py:12: 'calldef' imported but unused
./usr/share/pyshared/pygccxml/declarations/container_traits.py:14: 'namespace' imported but unused
./usr/share/pyshared/pygccxml/declarations/container_traits.py:317: local variable 'unused' is assigned to but never used
./usr/share/pyshared/pygccxml/declarations/namespace.py:8: 'declaration' imported but unused
./usr/share/pyshared/pygccxml/declarations/type_traits.py:24: 'variable' imported but unused
./usr/share/pyshared/pygccxml/declarations/type_traits.py:82: redefinition of unused 'types' from line 19
./usr/share/pyshared/pygccxml/declarations/type_traits.py:90: redefinition of unused 'types' from line 19
./usr/share/pyshared/pygccxml/declarations/type_traits.py:97: redefinition of unused 'types' from line 19
./usr/share/pyshared/pygccxml/declarations/type_traits.py:835: local variable 'false_header' is assigned to but never used
./usr/share/pyshared/pygccxml/declarations/__init__.py:10: 'compilers' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:12: 'dependency_info_t' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:13: 'location_t' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:14: 'declaration_t' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:15: 'scopedef_t' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:20: 'CLASS_TYPES' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:21: 'ACCESS_TYPES' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:22: 'hierarchy_info_t' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:24: 'class_types' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:28: 'type_t' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:29: 'dummy_type_t' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:30: 'unknown_t' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:31: 'ellipsis_t' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:32: 'fundamental_t' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:33: 'void_t' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:34: 'char_t' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:35: 'signed_char_t' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:36: 'unsigned_char_t' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:37: 'wchar_t' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:38: 'short_int_t' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:39: 'short_unsigned_int_t' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:40: 'bool_t' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:41: 'int_t' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:42: 'unsigned_int_t' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:43: 'long_int_t' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:44: 'long_unsigned_int_t' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:45: 'long_long_int_t' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:46: 'long_long_unsigned_int_t' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:47: 'float_t' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:48: 'double_t' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:49: 'long_double_t' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:50: 'FUNDAMENTAL_TYPES' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:51: 'compound_t' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:52: 'volatile_t' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:53: 'const_t' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:54: 'pointer_t' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:55: 'reference_t' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:56: 'restrict_t' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:57: 'array_t' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:58: 'calldef_type_t' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:59: 'free_function_type_t' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:60: 'member_function_type_t' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:61: 'member_variable_type_t' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:62: 'declarated_t' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:63: 'type_qualifiers_t' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:65: 'java_fundamental_t' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:66: 'jbyte_t' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:67: 'jshort_t' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:68: 'jint_t' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:69: 'jlong_t' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:70: 'jfloat_t' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:71: 'jdouble_t' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:72: 'jchar_t' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:73: 'jboolean_t' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:79: 'full_name' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:80: 'full_name_from_declaration_path' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:81: 'make_flatten' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:82: 'apply_visitor' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:83: 'declaration_path' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:84: 'get_named_parent' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:85: 'find_declaration' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:86: 'match_declaration_t' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:87: 'find_all_declarations' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:88: 'find_first_declaration' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:89: 'declaration_files' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:90: 'visit_function_has_not_been_found_t' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:91: 'get_global_namespace' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:93: 'VIRTUALITY_TYPES' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:94: 'FUNCTION_VIRTUALITY_TYPES' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:95: 'argument_t' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:108: 'decl_visitor_t' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:109: 'type_visitor_t' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:111: 'decompose_type' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:112: 'decompose_class' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:115: 'is_enum' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:116: 'enum_declaration' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:117: 'enum_traits' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:119: 'is_class' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:120: 'class_traits' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:121: 'is_class_declaration' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:122: 'class_declaration_traits' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:125: 'is_bool' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:126: 'is_same' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:127: 'is_void' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:128: 'is_void_pointer' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:129: 'is_const' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:130: 'base_type' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:131: 'is_array' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:132: 'is_pointer' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:133: 'is_volatile' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:134: 'is_integral' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:135: 'is_reference' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:136: 'is_arithmetic' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:137: 'is_fundamental' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:138: 'is_floating_point' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:139: 'is_base_and_derived' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:140: 'is_convertible' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:141: 'is_noncopyable' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:142: 'is_std_string' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:143: 'is_std_wstring' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:144: 'is_std_ostream' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:145: 'is_std_wostream' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:146: 'is_calldef_pointer' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:148: 'is_unary_operator' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:149: 'is_binary_operator' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:151: 'array_size' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:152: 'array_item_type' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:154: 'remove_cv' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:155: 'remove_const' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:156: 'remove_alias' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:157: 'remove_pointer' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:158: 'remove_volatile' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:159: 'remove_reference' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:160: 'remove_declarated' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:162: 'has_destructor' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:163: 'has_public_less' imported but unused
./usr/share/pyshared/p./usr/share/pyshared/pygccxml/declarations/type_visitor.py:132: invalid syntax
    
     ^
./usr/share/pyshared/pygccxml/parser/patcher.py:189: invalid syntax
    
     ^
ygccxml/declarations/__init__.py:166: 'has_public_equal' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:167: 'has_public_assign' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:168: 'has_public_destructor' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:169: 'has_public_constructor' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:170: 'has_trivial_constructor' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:171: 'find_trivial_constructor' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:172: 'has_public_binary_operator' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:173: 'has_any_non_copyconstructor' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:175: 'auto_ptr_traits' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:176: 'smart_pointer_traits' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:184: 'map_traits' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:185: 'multimap_traits' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:186: 'hash_map_traits' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:187: 'hash_multimap_traits' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:192: 'find_container_traits' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:194: 'is_same_function' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:196: undefined name 'container_traits'
./usr/share/pyshared/pygccxml/declarations/__init__.py:215: 'templates' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:216: 'call_invocation' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:218: 'filtering' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:220: 'decl_factory_t' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:222: 'matcher_base_t' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:262: 'matcher' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:264: 'mdecl_wrapper_t' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:266: 'decl_printer_t' imported but unused
./usr/share/pyshared/pygccxml/declarations/__init__.py:267: 'print_declarations' imported but unused
./usr/share/pyshared/pygccxml/declarations/declaration.py:16: 'templates' imported but unused
./usr/share/pyshared/pygccxml/declarations/scopedef.py:12: 'filtering' imported but unused
./usr/share/pyshared/pygccxml/declarations/class_declaration.py:16: 'itertools' imported but unused
./usr/share/pyshared/pygccxml/parser/linker.py:7: 'from pygccxml.declarations import *' used; unable to detect undefined names
./usr/share/pyshared/pygccxml/parser/config.py:94: local variable 'msg' is assigned to but never used
./usr/share/pyshared/pygccxml/parser/source_reader.py:16: redefinition of unused 'scanner_t' from line 14
./usr/share/pyshared/pygccxml/parser/source_reader.py:20: 'from pygccxml.declarations import *' used; unable to detect undefined names
./usr/share/pyshared/pygccxml/parser/__init__.py:10: 'gccxml_configuration_t' imported but unused
./usr/share/pyshared/pygccxml/parser/__init__.py:15: 'create_text_fc' imported but unused
./usr/share/pyshared/pygccxml/parser/__init__.py:16: 'create_source_fc' imported but unused
./usr/share/pyshared/pygccxml/parser/__init__.py:17: 'create_gccxml_fc' imported but unused
./usr/share/pyshared/pygccxml/parser/__init__.py:18: 'create_cached_source_fc' imported but unused
./usr/share/pyshared/pygccxml/parser/__init__.py:21: 'gccxml_runtime_error_t' imported but unused
./usr/share/pyshared/pygccxml/parser/__init__.py:22: 'cache_base_t' imported but unused
./usr/share/pyshared/pygccxml/parser/__init__.py:23: 'file_cache_t' imported but unused
./usr/share/pyshared/pygccxml/parser/__init__.py:24: 'dummy_cache_t' imported but unused
./usr/share/pyshared/pygccxml/parser/__init__.py:25: 'directory_cache_t' imported but unused
./usr/share/pyshared/pygccxml/parser/scanner.py:12: 'from pygccxml.declarations import *' used; unable to detect undefined names
./usr/share/pyshared/pygccxml/msvc/config.py:5: 'comtypes' imported but unused
./usr/share/pyshared/pygccxml/msvc/bsc_impl_details.py:1: 'os' imported but unused
./usr/share/pyshared/pygccxml/msvc/bsc_impl_details.py:3: 'ctypes' imported but unused
./usr/share/pyshared/pygccxml/msvc/bsc_impl_details.py:6: 'from ctypes import *' used; unable to detect undefined names
./usr/share/pyshared/pygccxml/msvc/bsc_impl_details.py:12: 'UINT' imported but unused
./usr/share/pyshared/pygccxml/msvc/bsc_impl_details.py:17: 'declarations' imported but unused
./usr/share/pyshared/pygccxml/msvc/bsc_impl_details.py:509: local variable 'bs' is assigned to but never used
./usr/share/pyshared/pygccxml/msvc/pdb/__init__.py:1: 'os' imported but unused
./usr/share/pyshared/pygccxml/msvc/pdb/__init__.py:2: 'sys' imported but unused
./usr/share/pyshared/pygccxml/msvc/pdb/__init__.py:3: 'ctypes' imported but unused
./usr/share/pyshared/pygccxml/msvc/pdb/__init__.py:4: 'pprint' imported but unused
./usr/share/pyshared/pygccxml/msvc/pdb/__init__.py:5: 'logging' imported but unused
./usr/share/pyshared/pygccxml/msvc/pdb/__init__.py:9: 'impl_details' imported but unused
./usr/share/pyshared/pygccxml/msvc/pdb/__init__.py:11: 'utils' imported but unused
./usr/share/pyshared/pygccxml/msvc/pdb/__init__.py:12: 'declarations' imported but unused
./usr/share/pyshared/pygccxml/msvc/pdb/__init__.py:24: 'decl_loader_t' imported but unused
./usr/share/pyshared/pygccxml/msvc/pdb/loader.py:1: 'os' imported but unused
./usr/share/pyshared/pygccxml/msvc/pdb/loader.py:2: 're' imported but unused
./usr/share/pyshared/pygccxml/msvc/pdb/loader.py:3: 'pdb' imported but unused
./usr/share/pyshared/pygccxml/msvc/pdb/loader.py:4: 'sys' imported but unused
./usr/share/pyshared/pygccxml/msvc/pdb/loader.py:6: 'pprint' imported but unused
./usr/share/pyshared/pygccxml/msvc/pdb/loader.py:67: local variable 'valid_names' is assigned to but never used
./usr/share/pyshared/pygccxml/msvc/pdb/loader.py:543: local variable 'name_splitter' is assigned to but never used
./usr/share/pyshared/pygccxml/msvc/bsc/__init__.py:1: 'os' imported but unused
./usr/share/pyshared/pygccxml/msvc/bsc/__init__.py:2: 'sys' imported but unused
./usr/share/pyshared/pygccxml/msvc/bsc/__init__.py:4: 'from c_wrapper import *' used; unable to detect undefined names
./usr/share/pyshared/pygccxml/msvc/bsc/__init__.py:241: local variable 'bs' is assigned to but never used
./usr/share/pyshared/pygccxml/msvc/bsc/c_wrapper.py:1: 'os' imported but unused
./usr/share/pyshared/pygccxml/msvc/bsc/c_wrapper.py:2: 'sys' imported but unused
./usr/share/pyshared/pygccxml/msvc/bsc/c_wrapper.py:3: 'ctypes' imported but unused
./usr/share/pyshared/pygccxml/msvc/bsc/c_wrapper.py:4: 'logging' imported but unused
./usr/share/pyshared/pygccxml/msvc/bsc/c_wrapper.py:6: 'from ctypes import *' used; unable to detect undefined names
./usr/share/pyshared/pygccxml/msvc/bsc/c_wrapper.py:12: 'UINT' imported but unused
./usr/share/pyshared/pygccxml/utils/__init__.py:15: 'files_walker' imported but unused
./usr/share/pyshared/pygccxml/utils/__init__.py:16: 'directories_walker' imported but unused
./usr/share/pyshared/pygccxml/utils/fs_utils.py:7: 'from types import *' used; unable to detect undefined names

This report was generated on Sun, 02 Jan 2011 05:32:01 +0000, based on results by pyflakes 0.4.0-1