FindBugs Bug Detector Report
The following document contains the results of FindBugs Report
FindBugs Version is 1.2.1
Threshold is Normal
Effort is Max
Summary
Classes |
Bugs |
Errors |
Missing Classes |
591 |
23 |
0 |
0 |
atg.adapter.gsa.InitializingGSA
Bug |
Category |
Details |
Line |
Dead store to dti in atg.adapter.gsa.InitializingGSA.getCreateStatements(PrintWriter, String) |
STYLE |
DLS_DEAD_LOCAL_STORE
|
849 |
Dead store to nc in atg.adapter.gsa.InitializingGSA.restart() |
STYLE |
DLS_DEAD_LOCAL_STORE
|
564 |
atg.adapter.gsa.SQLFileParser
Bug |
Category |
Details |
Line |
Dead store to ch in atg.adapter.gsa.SQLFileParser.RemoveWhiteSpaceInFront(String) |
STYLE |
DLS_DEAD_LOCAL_STORE
|
110 |
Dead store to v in atg.adapter.gsa.SQLFileParser.parseSQLFiles(String[]) |
STYLE |
DLS_DEAD_LOCAL_STORE
|
548 |
atg.adapter.gsa.SQLProcessorEngine
Bug |
Category |
Details |
Line |
Dead store to tab in atg.adapter.gsa.SQLProcessorEngine.hasAnyTables() |
STYLE |
DLS_DEAD_LOCAL_STORE
|
984 |
Dead store to error in atg.adapter.gsa.SQLProcessorEngine.performSQL(String) |
STYLE |
DLS_DEAD_LOCAL_STORE
|
294 |
Unused field: atg.adapter.gsa.SQLProcessorEngine.mInsertSQL |
PERFORMANCE |
UUF_UNUSED_FIELD
|
Not available |
Unused field: atg.adapter.gsa.SQLProcessorEngine.mSelectSQL |
PERFORMANCE |
UUF_UNUSED_FIELD
|
Not available |
Unused field: atg.adapter.gsa.SQLProcessorEngine.mUpdateSQL |
PERFORMANCE |
UUF_UNUSED_FIELD
|
Not available |
atg.junit.nucleus.TestUtils
Bug |
Category |
Details |
Line |
Write to static field atg.junit.nucleus.TestUtils.APPLICATION_PRODUCT_MODULES from instance method atg.junit.nucleus.TestUtils.setApplicationProductModules(String[]) |
STYLE |
ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD
|
1394 |
Write to static field atg.junit.nucleus.TestUtils.DUST_USERNAME from instance method atg.junit.nucleus.TestUtils.setDustUsername(String) |
STYLE |
ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD
|
136 |
Write to static field atg.junit.nucleus.TestUtils.DUST_VERSION from instance method atg.junit.nucleus.TestUtils.setDustVersion(int) |
STYLE |
ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD
|
120 |
Write to static field atg.junit.nucleus.TestUtils.DYNAMO_INSTALL_DIR from instance method atg.junit.nucleus.TestUtils.setDynamoInstallDir(File) |
STYLE |
ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD
|
197 |
Write to static field atg.junit.nucleus.TestUtils.P4SYNCTIME from instance method atg.junit.nucleus.TestUtils.setP4Synctime(String) |
STYLE |
ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD
|
169 |
Write to static field atg.junit.nucleus.TestUtils.TSM_TESTRUN from instance method atg.junit.nucleus.TestUtils.setTsmTestrun(String) |
STYLE |
ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD
|
154 |
Write to static field atg.junit.nucleus.TestUtils.mWasSystemErrLogFile from instance method atg.junit.nucleus.TestUtils.setWasSystemErrLogFile(String) |
STYLE |
ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD
|
604 |
Write to static field atg.junit.nucleus.TestUtils.mWasSystemOutLogFile from instance method atg.junit.nucleus.TestUtils.setWasSystemOutLogFile(String) |
STYLE |
ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD
|
578 |
atg.service.jdbc.DerbyDataSource
Bug |
Category |
Details |
Line |
Unread field: atg.service.jdbc.DerbyDataSource.framework |
PERFORMANCE |
URF_UNREAD_FIELD
|
38 |
atg.test.util.DBUtils
Bug |
Category |
Details |
Line |
Dead store to props in atg.test.util.DBUtils.getOracleDBConnection(String, String, String, String, String) |
STYLE |
DLS_DEAD_LOCAL_STORE
|
168 |
Dead store to props in atg.test.util.DBUtils.getSolidDBConnection(String, String, String, String) |
STYLE |
DLS_DEAD_LOCAL_STORE
|
191 |
Dead store to props in atg.test.util.DBUtils.getSybaseDBConnection(String, String, String, String, String) |
STYLE |
DLS_DEAD_LOCAL_STORE
|
215 |
atg.test.util.FileUtil
Bug |
Category |
Details |
Line |
Write to static field atg.test.util.FileUtil.isDirty from instance method atg.test.util.FileUtil.searchAndReplace(String, String, File) |
STYLE |
ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD
|
170 |
Write to static field atg.test.util.FileUtil.isDirty from instance method atg.test.util.FileUtil.searchAndReplace(String, String, File) |
STYLE |
ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD
|
194 |