首页 > 代码库 > 软件测试基础-Homework1
软件测试基础-Homework1
The error was in my graduate work which was about game development.I broadcast some messages to the objects(custmers) registered as Observer who would have different behavior when they received the same message,which is also called Observer Pattern. At first the project had done everything right,but the Observer Pattern doesn’t work when I destoryed some observers which wasn’t used.I finally found out that the problem was due to null references.Because I destroyed the unused objects and didn‘t remove the corresponding reference.
The runtime analysis led me in the rigth direction and finally found the problem.
软件测试基础-Homework1
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。