Remove backup(File ...) methods
-------------------------------
Key: DERBY-665
URL: http://issues.apache.org/jira/browse/DERBY-665
Project: Derby
Type: Improvement
Components: Store
Versions: 10.2.0.0
Environment: Any
Reporter: Øystein Grøvlen
Priority: Minor
The code contains backup methods both for specifying the backup directory both
as a String and as a File parameter. Only the String versions are currently
used. The File versions should be removed to avoid duplication of code etc.
Examples of such methods are:
BasicDatabase.backup
BasicDatabase.backupAndEnableLogArchiveMode
RAMAccessManager.backup
RAMAccessManager.backupAndEnableLogArchiveMode
RawStore.backupAndEnableLogArchiveMode
plus corresponding interfaces.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira