您好,登錄后才能下訂單哦!
Android:Field can be converted to a local varible.的解決辦法
前言:
使用 Android Studio 開(kāi)發(fā) Android 有一段時(shí)間了,偶爾會(huì)碰到 AS 在一些私有變量上有黃色高亮提示Field can be converted to a local varible,有些強(qiáng)迫癥的我還是不希望看到這個(gè)黃色的高亮。百度沒(méi)查到什么有用的信息,還是用谷歌搜到了一些解答。
解析
Field can be converted to a local varible 的完整說(shuō)明是(純手打):
This inspection searches for redundant class fields that can be replaced with local variables,if all local usages of a field are preceded by assignments to that field,the field can be removed and its usages replaced with local variables.
意思是檢測(cè)到這個(gè)變量可以使用局部變量替換,建議刪除并寫成局部變量。
解決方案
刪除private XXX XXX; 這句,并在使用的地方直接聲明和實(shí)例化。
在 Android Studio for Mac 里可以直接使用快捷鍵 alt + enter 來(lái)快速轉(zhuǎn)換成局部變量。
PS:還是需要英語(yǔ)好點(diǎn)啊,實(shí)際上看說(shuō)明就能明白了,就不用這樣通過(guò)搜索才明白。
如有疑問(wèn)請(qǐng)留言或者到本站社區(qū)交流討論,感謝閱讀,希望能幫助到大家,謝謝大家對(duì)本站的支持!
免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如果涉及侵權(quán)請(qǐng)聯(lián)系站長(zhǎng)郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。