| Bug |
Category |
Details |
Line |
Priority |
| The method 'getClassLoader(Class)' in class 'LogFactoryImpl' hides a method in class 'LogFactory'. Declare the respective methods non-static or private to eradicate the problem. |
CORRECTNESS |
HSM_HIDING_METHOD |
173 |
Medium |
| The method 'getContextClassLoader()' in class 'LogFactoryImpl' hides a method in class 'LogFactory'. Declare the respective methods non-static or private to eradicate the problem. |
CORRECTNESS |
HSM_HIDING_METHOD |
184 |
Medium |
| The method 'isDiagnosticsEnabled()' in class 'LogFactoryImpl' hides a method in class 'LogFactory'. Declare the respective methods non-static or private to eradicate the problem. |
CORRECTNESS |
HSM_HIDING_METHOD |
232 |
Medium |
| Possible information exposure through an error message |
SECURITY |
INFORMATION_EXPOSURE_THROUGH_AN_ERROR_MESSAGE |
904 |
Medium |