> TextAreaSkin.java:1397 instanceof will always return true, since all > org.apache.pivot.wtk.text.Element are instances of > org.apache.pivot.wtk.text.Element > TextAreaSkin.java:1377 instanceof will always return true, since all > org.apache.pivot.wtk.text.Element are instances of > org.apache.pivot.wtk.text.Element
Fixed. > Wtk-Terra: > TerraActivityIndicatorSkin.java:88 Dead store to increment That may be a false positive. The increment value is a local final and is used elsewhere. > TerraPanoramaSkin.java:378 Dead store to scrollTop > TerraPanoramaSkin.java:385 Dead store to scrollLeft Fixed.
