Sign in
android
/
platform
/
tools
/
idea
/
c6218e46d5d2017e987ecdbd99b318a95c42abc0
/
.
/
plugins
/
InspectionGadgets
/
src
/
inspectionDescriptions
/
FinalMethodInFinalClass.html
blob: e3e203126f00969bb488b2a2afc8c0e511afbab3 [
file
] [
log
] [
blame
]
<html>
<body>
Reports methods being declared
<b>
final
</b>
in
classes that are declared
<b>
final
</b>
. This is unnecessary, and may be confusing.
<!-- tooltip end -->
<p>
<small>
Powered by InspectionGadgets
</small>
</body>
</html>