Debian Automated Code Analysis

pyflakes analysis of cyphesis-cpp_0.5.21-1.1+b1_i386.deb

./usr/share/cyphesis/scripts/cyphesis/editor.py:3: 'from atlas import *' used; unable to detect undefined names
./usr/share/cyphesis/scripts/cyphesis/editor.py:4: 'from types import *' used; unable to detect undefined names
./usr/share/cyphesis/rulesets/basic/mind/Goal.py:4: 'from types import *' used; unable to detect undefined names
./usr/share/cyphesis/rulesets/basic/mind/Goal.py:5: 'from atlas import *' used; unable to detect undefined names
./usr/share/cyphesis/rulesets/basic/mind/Memory.py:4: 'from types import *' used; unable to detect undefined names
./usr/share/cyphesis/rulesets/basic/mind/NPCMind.py:6: 'from atlas import *' used; unable to detect undefined names
./usr/share/cyphesis/rulesets/basic/mind/NPCMind.py:7: 'from physics import *' used; unable to detect undefined names
./usr/share/cyphesis/rulesets/basic/mind/NPCMind.py:10: 'from types import *' used; unable to detect undefined names
./usr/share/cyphesis/rulesets/basic/mind/NPCMind.py:20: redefinition of unused 'const' from line 9
./usr/share/cyphesis/rulesets/basic/mind/NPCMind.py:223: local variable 'subject' is assigned to but never used
./usr/share/cyphesis/rulesets/basic/mind/NPCMind.py:256: local variable 'subject' is assigned to but never used
./usr/share/cyphesis/rulesets/basic/mind/panlingua/ontology.py:4: 'from mind.panlingua.panlingua import *' used; unable to detect undefined names
./usr/share/cyphesis/rulesets/basic/mind/panlingua/interlinguish.py:87: undefined name 'be'
./usr/share/cyphesis/rulesets/basic/mind/panlingua/interlinguish.py:89: undefined name 'important'
./usr/share/cyphesis/rulesets/basic/mind/panlingua/interlinguish.py:91: undefined name 'more'
./usr/share/cyphesis/rulesets/basic/mind/panlingua/interlinguish.py:93: undefined name 'than'
./usr/share/cyphesis/rulesets/basic/mind/goals/__init__.py:3: 'sys' imported but unused
./usr/share/cyphesis/rulesets/basic/mind/goals/__init__.py:6: 'from mind.goals.common.move import *' used; unable to detect undefined names
./usr/share/cyphesis/rulesets/basic/mind/goals/__init__.py:7: 'from mind.goals.common.misc_goal import *' used; unable to detect undefined names
./usr/share/cyphesis/rulesets/basic/mind/goals/__init__.py:8: 'from mind.goals.common.trigger import *' used; unable to detect undefined names
./usr/share/cyphesis/rulesets/basic/mind/goals/__init__.py:11: 'from mind.goals.humanoid.fire import *' used; unable to detect undefined names
./usr/share/cyphesis/rulesets/basic/mind/goals/__init__.py:12: 'from mind.goals.humanoid.build_home import *' used; unable to detect undefined names
./usr/share/cyphesis/rulesets/basic/mind/goals/__init__.py:13: 'from mind.goals.humanoid.transaction import *' used; unable to detect undefined names
./usr/share/cyphesis/rulesets/basic/mind/goals/__init__.py:14: 'from mind.goals.humanoid.mason import *' used; unable to detect undefined names
./usr/share/cyphesis/rulesets/basic/mind/goals/__init__.py:15: 'from mind.goals.humanoid.werewolf import *' used; unable to detect undefined names
./usr/share/cyphesis/rulesets/basic/mind/goals/__init__.py:16: 'from mind.goals.humanoid.construction import *' used; unable to detect undefined names
./usr/share/cyphesis/rulesets/basic/mind/goals/__init__.py:19: 'from mind.goals.animal.herd import *' used; unable to detect undefined names
./usr/share/cyphesis/rulesets/basic/mind/goals/__init__.py:20: 'from mind.goals.animal.domestic import *' used; unable to detect undefined names
./usr/share/cyphesis/rulesets/basic/mind/goals/dynamic/add_unique_goal.py:4: 'Goal' imported but unused
./usr/share/cyphesis/rulesets/basic/mind/goals/common/move.py:5: 'from physics import *' used; unable to detect undefined names
./usr/share/cyphesis/rulesets/basic/mind/goals/common/move.py:11: 'from mind.goals.common.common import *' used; unable to detect undefined names
./usr/share/cyphesis/rulesets/basic/mind/goals/common/move.py:12: 'from random import *' used; unable to detect undefined names
./usr/share/cyphesis/rulesets/basic/mind/goals/common/trigger.py:4: 'from atlas import *' used; unable to detect undefined names
./usr/share/cyphesis/rulesets/basic/mind/goals/common/trigger.py:5: 'from physics import *' used; unable to detect undefined names
./usr/share/cyphesis/rulesets/basic/mind/goals/common/trigger.py:6: 'Vector3D' imported but unused
./usr/share/cyphesis/rulesets/basic/mind/goals/common/trigger.py:8: 'from random import *' used; unable to detect undefined names
./usr/share/cyphesis/rulesets/basic/mind/goals/common/common.py:4: 'from mind.NPCMind import *' used; unable to detect undefined names
./usr/share/cyphesis/rulesets/basic/mind/goals/common/misc_goal.py:5: 'from physics import *' used; unable to detect undefined names
./usr/share/cyphesis/rulesets/basic/mind/goals/common/misc_goal.py:7: 'from mind.goals.common.common import *' used; unable to detect undefined names
./usr/share/cyphesis/rulesets/basic/mind/goals/common/misc_goal.py:8: 'from mind.goals.common.move import *' used; unable to detect undefined names
./usr/share/cyphesis/rulesets/basic/mind/goals/common/misc_goal.py:9: 'from random import *' used; unable to detect undefined names
./usr/share/cyphesis/rulesets/basic/mind/goals/common/misc_goal.py:11: 'types' imported but unused
./usr/share/cyphesis/rulesets/basic/mind/goals/common/misc_goal.py:629: local variable 'to_location' is assigned to but never used
./usr/share/cyphesis/rulesets/basic/mind/goals/animal/domestic.py:4: 'from atlas import *' used; unable to detect undefined names
./usr/share/cyphesis/rulesets/basic/mind/goals/animal/domestic.py:5: 'from physics import *' used; unable to detect undefined names
./usr/share/cyphesis/rulesets/basic/mind/goals/animal/herd.py:4: 'from atlas import *' used; unable to detect undefined names
./usr/share/cyphesis/rulesets/basic/mind/goals/animal/herd.py:5: 'from types import *' used; unable to detect undefined names
./usr/share/cyphesis/rulesets/basic/mind/goals/animal/herd.py:6: 'const' imported but unused
./usr/share/cyphesis/rulesets/basic/mind/goals/animal/herd.py:8: 'Vector3D' imported but unused
./usr/share/cyphesis/rulesets/basic/mind/goals/humanoid/werewolf.py:5: 'from mind.goals.common.common import *' used; unable to detect undefined names
./usr/share/cyphesis/rulesets/basic/mind/goals/humanoid/werewolf.py:6: 'move_me' imported but unused
./usr/share/cyphesis/rulesets/basic/mind/goals/humanoid/werewolf.py:8: 'add_unique_goal_by_perception' imported but unused
./usr/share/cyphesis/rulesets/basic/mind/goals/humanoid/mason.py:9: 'from atlas import *' used; unable to detect undefined names
./usr/share/cyphesis/rulesets/basic/mind/goals/humanoid/build_home.py:6: 'from random import *' used; unable to detect undefined names
./usr/share/cyphesis/rulesets/basic/mind/goals/humanoid/fire.py:23: undefined name 'Operation'
./usr/share/cyphesis/rulesets/basic/mind/goals/humanoid/fire.py:23: undefined name 'Entity'
./usr/share/cyphesis/rulesets/basic/mind/goals/humanoid/transaction.py:7: 'from mind.goals.common.common import *' used; unable to detect undefined names
./usr/share/cyphesis/rulesets/basic/mind/goals/humanoid/transaction.py:8: 'move_me' imported but unused
./usr/share/cyphesis/rulesets/basic/mind/goals/humanoid/transaction.py:10: 'add_unique_goal_by_perception' imported but unused
./usr/share/cyphesis/rulesets/basic/mind/goals/humanoid/construction.py:4: 'from physics import *' used; unable to detect undefined names
./usr/share/cyphesis/rulesets/basic/mind/goals/humanoid/construction.py:5: 'from mind.goals.common.misc_goal import *' used; unable to detect undefined names
./usr/share/cyphesis/rulesets/basic/mind/goals/humanoid/construction.py:6: 'from mind.goals.common.move import *' used; unable to detect undefined names
./usr/share/cyphesis/rulesets/basic/mind/goals/humanoid/construction.py:28: local variable 'nearest' is assigned to but never used
./usr/share/cyphesis/rulesets/basic/mind/goals/humanoid/construction.py:29: local variable 'nothing_near' is assigned to but never used

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