Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
plugins
/
InspectionGadgets
/
src
/
inspectionDescriptions
/
FieldHasSetterButNoGetter.html
blob: bfcd5ab278fd69277f087e19beb44012bf29124f [
file
] [
log
] [
blame
]
<html>
<body>
Reports any fields which have a "setter" method but no "getter" method.
While within the Java beans spec, such fields may be unnecessarily difficult to work with in
certain bean containers.
<!-- tooltip end -->
<p>
</body>
</html>