| <html> | |
| <body> | |
| Reports any uses of non-<b>final</b> <b>static</b> variables during initialization | |
| of a class. Such uses may make the semantics of the code dependent on order of class | |
| creation, may cause variables to be used before initialized, and generally cause | |
| extremely difficult and confusing bugs. | |
| <!-- tooltip end --> | |
| <p> | |
| <small>Powered by InspectionGadgets</small> | |
| </body> | |
| </html> |