Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
plugins
/
InspectionGadgets
/
src
/
inspectionDescriptions
/
FinalMethodInFinalClass.html
blob: ed33fee3b4313ce6cfb6d6e42e4bbb57aa4ac2c8 [
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>
</body>
</html>