标签: android android-studio lint
在Android Studio中,每当我进行TextUtils.isEmpty检查时,棉绒就会显示参数可能为null。这没有任何意义,因为isEmpty将检查可为空性。
TextUtils.isEmpty
isEmpty
有没有不用断言就可以解决此问题的方法。
P.S。 ImageUtils.getWidth接受AspectRatio为null,因此那里没有棉绒警告。
ImageUtils.getWidth