Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
plugins
/
InspectionGadgets
/
src
/
inspectionDescriptions
/
AssignmentToSuperclassField.html
blob: 186e523f4e59317db9b02af9271999e1de72126a [
file
] [
log
] [
blame
]
<html>
<body>
Reports any assignments to fields from a superclass from within a constructor. It is usually better to call a constructor of the
superclass to initialize the fields.
<!-- tooltip end -->
<p>
<small>
New in 13
</small>
</body>
</html>