Sign in
android
/
platform
/
tools
/
idea
/
814f829cd44c28c7045e08b15bd7ee08890cbd80
/
.
/
plugins
/
InspectionGadgets
/
src
/
inspectionDescriptions
/
UnnecessarilyQualifiedStaticUsage.html
blob: 05328331f67c336d47d173d0584ee5e3c9a1f405 [
file
]
<html>
<body>
Reports calls to static methods or accesses of static fields
on the current class which are qualified with the class name. Such qualification is unnecessary,
and may be safely removed.
<!-- tooltip end -->
<p>
</body>
</html>