Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
plugins
/
InspectionGadgets
/
src
/
inspectionDescriptions
/
FinalPrivateMethod.html
blob: 5425fb0a8fa92a73eb68a862f0534cc4c07d73c1 [
file
] [
log
] [
blame
]
<html>
<body>
Reports methods
declared
<b>
final
</b>
and
<b>
private
</b>
.
As
<b>
private
</b>
methods cannot be meaningfully overridden, declaring them
<b>
final
</b>
is redundant.
<!-- tooltip end -->
<p>
</body>
</html>