Value stored to '' is never read
场景:Analyze揭示:Value stored to "xxx"is never read
Analyze提示:Value stored to "xxx"is never read
Analyze提示:Value stored to "xxx"is never read
Value stored to "xxx"is never read
maxSize这个变量没有被使用,在当前类中搜索maxSize这个变量发现只是被赋值并没有被使用。
解除这个提示:删除或者注视这行代码OK;