Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
plugins
/
InspectionGadgets
/
src
/
inspectionDescriptions
/
UnaryPlus.html
blob: 698a8be5858efb6278a8416588fbbb43a541648d [
file
] [
log
] [
blame
]
<html>
<body>
Reports any uses of the unary '+' operator. Unary plus is a null operation, and
its presence may represent a coding error, particularly in combination with the increment operator, '++'.
<!-- tooltip end -->
<p>
</body>
</html>