Debian Automated Code Analysis

pyflakes analysis of python-simpleparse_2.1.0a1-5_all.deb

./usr/share/pyshared/simpleparse/common/numbers.py:187: invalid syntax
	
  ^
./usr/share/pyshared/simpleparse/dispatchprocessor.py:74: undefined name 'source'
./usr/share/pyshared/simpleparse/dispatchprocessor.py:75: undefined name 'source'
./usr/share/pyshared/simpleparse/dispatchprocessor.py:79: redefinition of function 'multiMap' from line 66
./usr/share/pyshared/simpleparse/dispatchprocessor.py:116: undefined name 'string'
./usr/share/pyshared/simpleparse/dispatchprocessor.py:118: redefinition of function 'lines' from line 114
./usr/share/pyshared/simpleparse/baseparser.py:2: 'from simpleparse.stt.TextTools.TextTools import *' used; unable to detect undefined names
./usr/share/pyshared/simpleparse/baseparser.py:3: 'Generator' imported but unused
./usr/share/pyshared/simpleparse/simpleparsegrammar.py:7: 'from simpleparse.objectgenerator import *' used; unable to detect undefined names
./usr/share/pyshared/simpleparse/simpleparsegrammar.py:10: 'from simpleparse.dispatchprocessor import *' used; unable to detect undefined names
./usr/share/pyshared/simpleparse/simpleparsegrammar.py:694: redefinition of function 'UNICODEESCAPEDCHAR_16' from line 685
./usr/share/pyshared/simpleparse/objectgenerator.py:15: 'from simpleparse.stt.TextTools.TextTools import *' used; unable to detect undefined names
./usr/share/pyshared/simpleparse/objectgenerator.py:537: redefinition of unused 'copy' from line 24
./usr/share/pyshared/simpleparse/generator.py:3: 'traceback' imported but unused
./usr/share/pyshared/simpleparse/generator.py:114: undefined name 'methodSource'
./usr/share/pyshared/simpleparse/common/timezone_names.py:183: redefinition of unused 'time' from line 34
./usr/share/pyshared/simpleparse/common/comments.py:23: 'chartypes' imported but unused
./usr/share/pyshared/simpleparse/common/iso_date.py:33: 'chartypes' imported but unused
./usr/share/pyshared/simpleparse/common/iso_date.py:34: 'from simpleparse.dispatchprocessor import *' used; unable to detect undefined names
./usr/share/pyshared/simpleparse/common/iso_date_loose.py:24: 'chartypes' imported but unused
./usr/share/pyshared/simpleparse/common/iso_date_loose.py:25: 'from simpleparse.dispatchprocessor import *' used; unable to detect undefined names
./usr/share/pyshared/simpleparse/common/strings.py:40: 'chartypes' imported but unused
./usr/share/pyshared/simpleparse/common/strings.py:41: 'from simpleparse.dispatchprocessor import *' used; unable to detect undefined names
./usr/share/pyshared/simpleparse/xml/xml_parser.py:200: 'strings' imported but unused
./usr/share/pyshared/simpleparse/xml/xml_parser.py:200: 'numbers' imported but unused
./usr/share/pyshared/simpleparse/xml/xml_parser.py:200: 'chartypes' imported but unused
./usr/share/pyshared/simpleparse/stt/TextTools/TextTools.py:13: 'from mxTextTools import *' used; unable to detect undefined names
./usr/share/pyshared/simpleparse/stt/TextTools/TextTools.py:14: '__version__' imported but unused
./usr/share/pyshared/simpleparse/stt/TextTools/TextTools.py:19: 'from Constants.TagTables import *' used; unable to detect undefined names
./usr/share/pyshared/simpleparse/stt/TextTools/TextTools.py:24: 'from Constants.Sets import *' used; unable to detect undefined names
./usr/share/pyshared/simpleparse/stt/TextTools/__init__.py:9: 'from TextTools import *' used; unable to detect undefined names
./usr/share/pyshared/simpleparse/stt/TextTools/__init__.py:10: '__version__' imported but unused
./usr/share/pyshared/simpleparse/stt/TextTools/Constants/Sets.py:58: redefinition of unused 'string' from line 10
./usr/share/pyshared/simpleparse/tests/test_printers.py:26: local variable 'err' is assigned to but never used
./usr/share/pyshared/simpleparse/tests/mx_special.py:2: 'pprint' imported but unused
./usr/share/pyshared/simpleparse/tests/mx_special.py:3: 'from simpleparse.stt.TextTools import *' used; unable to detect undefined names
./usr/share/pyshared/simpleparse/tests/mx_special.py:8: 'NullResult' imported but unused
./usr/share/pyshared/simpleparse/tests/test.py:9: redefinition of unused 'test_common_iso_date' from line 6
./usr/share/pyshared/simpleparse/tests/test_common_numbers.py:1: 'string' imported but unused
./usr/share/pyshared/simpleparse/tests/mx_recursive.py:2: 'pprint' imported but unused
./usr/share/pyshared/simpleparse/tests/mx_recursive.py:3: 'from simpleparse.stt.TextTools import *' used; unable to detect undefined names
./usr/share/pyshared/simpleparse/tests/test_common_comments.py:2: 'string' imported but unused
./usr/share/pyshared/simpleparse/tests/test_common_comments.py:4: 'comments' imported but unused
./usr/share/pyshared/simpleparse/tests/test_common_comments.py:5: 'dispatchprocessor' imported but unused
./usr/share/pyshared/simpleparse/tests/test_common_chartypes.py:3: 'chartypes' imported but unused
./usr/share/pyshared/simpleparse/tests/mx_high.py:2: 'pprint' imported but unused
./usr/share/pyshared/simpleparse/tests/mx_high.py:3: 'from simpleparse.stt.TextTools import *' used; unable to detect undefined names
./usr/share/pyshared/simpleparse/tests/mx_high.py:128: redefinition of function 'testsWordStart1' from line 64
./usr/share/pyshared/simpleparse/tests/mx_high.py:137: redefinition of function 'testsWordStart2' from line 74
./usr/share/pyshared/simpleparse/tests/mx_high.py:147: redefinition of function 'testsWordEnd1' from line 85
./usr/share/pyshared/simpleparse/tests/mx_high.py:156: redefinition of function 'testsWordEnd2' from line 95
./usr/share/pyshared/simpleparse/tests/mx_high.py:167: redefinition of function 'testsFindWord1' from line 107
./usr/share/pyshared/simpleparse/tests/mx_high.py:176: redefinition of function 'testsFindWord2' from line 117
./usr/share/pyshared/simpleparse/tests/test_objectgenerator.py:1: 'traceback' imported but unused
./usr/share/pyshared/simpleparse/tests/test_objectgenerator.py:1: 'pprint' imported but unused
./usr/share/pyshared/simpleparse/tests/test_objectgenerator.py:2: 'from simpleparse.objectgenerator import *' used; unable to detect undefined names
./usr/share/pyshared/simpleparse/tests/test_objectgenerator.py:3: 'TextTools' imported but unused
./usr/share/pyshared/simpleparse/tests/test_objectgenerator.py:4: 'NullResult' imported but unused
./usr/share/pyshared/simpleparse/tests/test_deep_nesting.py:3: 'pprint' imported but unused
./usr/share/pyshared/simpleparse/tests/test_deep_nesting.py:4: 'AnyInt' imported but unused
./usr/share/pyshared/simpleparse/tests/test_simpleparsegrammar.py:1: 'pprint' imported but unused
./usr/share/pyshared/simpleparse/tests/test_simpleparsegrammar.py:502: local variable 'result' is assigned to but never used
./usr/share/pyshared/simpleparse/tests/test_common_strings.py:1: 'string' imported but unused
./usr/share/pyshared/simpleparse/tests/mx_flag.py:1: 'pprint' imported but unused
./usr/share/pyshared/simpleparse/tests/mx_flag.py:2: 'from simpleparse.stt.TextTools import *' used; unable to detect undefined names
./usr/share/pyshared/simpleparse/tests/test_erroronfail.py:1: 'pprint' imported but unused
./usr/share/pyshared/simpleparse/tests/test_optimisation.py:1: 'traceback' imported but unused
./usr/share/pyshared/simpleparse/tests/test_optimisation.py:3: 'printers' imported but unused
./usr/share/pyshared/simpleparse/tests/test_optimisation.py:91: local variable 'tFirstRepr' is assigned to but never used
./usr/share/pyshared/simpleparse/tests/test_optimisation.py:92: local variable 'tSecondRepr' is assigned to but never used
./usr/share/pyshared/simpleparse/tests/test_optimisation.py:106: local variable 'second' is assigned to but never used
./usr/share/pyshared/simpleparse/tests/test_xml.py:3: 'string' imported but unused
./usr/share/pyshared/simpleparse/tests/test_grammarparser.py:4: 'pprint' imported but unused
./usr/share/pyshared/simpleparse/tests/test_grammarparser.py:7: 'ParserSyntaxError' imported but unused
./usr/share/pyshared/simpleparse/tests/test_grammarparser.py:393: redefinition of function 'testNegposIndicator2' from line 387
./usr/share/pyshared/simpleparse/tests/test_grammarparser.py:463: redefinition of function 'testSeqGroup2' from line 444
./usr/share/pyshared/simpleparse/tests/test_grammarparser.py:676: redefinition of function 'testElementToken8' from line 665
./usr/share/pyshared/simpleparse/tests/mx_low.py:2: 'pprint' imported but unused
./usr/share/pyshared/simpleparse/tests/mx_low.py:3: 'from simpleparse.stt.TextTools import *' used; unable to detect undefined names
./usr/share/pyshared/simpleparse/tests/mx_low.py:8: 'NullResult' imported but unused

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