| <html> | |
| <body> | |
| In the most common case a <b>java.lang.ThreadLocal</b> instance | |
| associates state with a thread. A non-static non-final | |
| <b>java.lang.ThreadLocal</b> field associates state with | |
| an instance-thread combination. This is seldom necessary and often a bug | |
| which can cause memory leaks and possibly incorrect behavior. | |
| <!-- tooltip end --> | |
| <p> | |
| This inspection has a quick fix to make the field <b>static final</b> | |
| <p> | |
| <small>Powered by InspectionGadgets</small> | |
| </body> | |
| </html> |