Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
plugins
/
InspectionGadgets
/
src
/
inspectionDescriptions
/
ThreadRun.html
blob: 12b1305b5d149539ef9aa7e67c4a441cd78f372d [
file
] [
log
] [
blame
]
<html>
<body>
Reports any calls to
<b>
run()
</b>
on
<b>
java.lang.Thread
</b>
or any of its subclasses.
While occasionally intended, this is usually a mistake, with
<b>
start()
</b>
intended instead.
<!-- tooltip end -->
<p>
</body>
</html>