首页 > 代码库 > Analyze提示:Value stored to "***"is never read

Analyze提示:Value stored to "***"is never read

text这个变量没有被使用,在当前类中搜索‘text‘这个变量发现仅仅是被赋值并没有被使用。

提示意思是:删除或者凝视这行代码;

技术分享

Analyze提示:Value stored to "***"is never read