Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
plugins
/
InspectionGadgets
/
src
/
inspectionDescriptions
/
ConstantDeclaredInAbstractClass.html
blob: 53084d843f5079cda0c17ff30c82ce45e3a2e9d5 [
file
] [
log
] [
blame
]
<html>
<body>
Reports on any constants (i.e.
<b>
public static final
</b>
fields) declared in abstract
classes. Some coding standards require that constants be declared in interfaces instead.
<!-- tooltip end -->
<p>
</body>
</html>