text这个变量没有被使用,在当前类中搜索‘text‘这个变量发现只是被赋值并没有被使用。
提示意思是:删除或者注释这行代码;
Analyze提示:Value stored to "***"is never read
原文:http://blog.csdn.net/u012460084/article/details/40588479