[M P UuF] Unused field [UUF_UNUSED_FIELD]
This field is never used. Consider removing it from the class.
说明某个类里的某个变量没有被使用。FindBugs建议你把无用东西去除掉。
[M P UuF] Unused field [UUF_UNUSED_FIELD]
This field is never used. Consider removing it from the class.
说明某个类里的某个变量没有被使用。FindBugs建议你把无用东西去除掉。
相关文章: