Remove unused BaseDataFileFactory methods plus minor cleanups
-------------------------------------------------------------
Key: DERBY-5641
URL: https://issues.apache.org/jira/browse/DERBY-5641
Project: Derby
Issue Type: Improvement
Components: Store
Affects Versions: 10.9.0.0
Reporter: Kristian Waagan
Priority: Minor
BaseDataFileFactory has some unused methods, they can be removed: syncSideLog,
pageToDirty and getTempDirectory
In addition I suggest the following cleanups:
o remove unused imports
o remove unnecessary return statement
o make synchronization object freezeSemaphore final
o remove unused instance variable backupPath
o remove unused local variable (and exception instantiation)
multipleJBMSWarning
o replace new Boolean with Boolean.valueOf
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira