-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#929: optimize upgrade settings using file access #1078
#929: optimize upgrade settings using file access #1078
Conversation
…ccess - added new function to FileAccess interface: exists() - added new function to FileAccessImpl: exists() - refactored updateLegacyFolder with new FileAccess implementation
…ccess - used the move function from FileAccess instead of Files - Changed the catching exception
…ccess - added missing "!"
Pull Request Test Coverage Report for Build 13562360737Details
💛 - Coveralls |
cli/src/main/java/com/devonfw/tools/ide/commandlet/UpgradeSettingsCommandlet.java
Outdated
Show resolved
Hide resolved
…ccess - PR remarks
cli/src/main/java/com/devonfw/tools/ide/commandlet/UpgradeSettingsCommandlet.java
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. I've added some CRs to resolve. Please check.
…ccess - PR remarks - added StandardCopyOption.REPLACE_EXISTING parameter to the FileAccessImpl class to not lose the configuration - refactored the whole class with FileAccess instead of Files
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please check my last CR, should be ready for review afterwards.
…ccess - PR remarks - added StandardCopyOption.REPLACE_EXISTING parameter again to the function call - extended the custom move function in FileAccess with optional CopyOption
…s-using-file-access' into fix/929-optimize-upgrade-settings-using-file-access
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mbilda thanks for your PR. Well done and ready for merge 👍
Co-authored-by: jan-vcapgemini <59438728+jan-vcapgemini@users.noreply.github.com> Co-authored-by: Jörg Hohwiller <hohwille@users.noreply.github.com>
Fixes: #929