Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
plugins
/
InspectionGadgets
/
src
/
inspectionDescriptions
/
UnnecessarilyQualifiedStaticUsage.html
blob: 05328331f67c336d47d173d0584ee5e3c9a1f405 [
file
] [
log
] [
blame
]
<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>