-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Consider directory pattern when checking if a file can be moved (#8244)
* Update LinkedFilesEditor.java Disable MOVE_FILE_TO_FOLDER_AND_RENAME using the same logic as MOVE_FILE_TO_FOLDER * Update FileHelper.java * Update LinkedFileViewModel.java * Update FileHelper.java Added Javadoc comment * Update LinkedFileViewModelTest.java * Update LinkedFileViewModelTest.java * Update LinkedFileViewModelTest.java Adds test to test if isGeneratedPathSameAsOriginal takes into consideration File directory pattern * Update FileUtilTest.java Adds unit tests for FileHelper.equals * Update FileUtilTest.java * Update LinkedFileViewModelTest.java * Update LinkedFileViewModel.java * Update LinkedFileViewModel.java * Update LinkedFileViewModel.java * Update LinkedFileViewModel.java * Update FileHelper.java removed newly added function, which is no longer needed * Update FileUtilTest.java removed newly added tests for the function no longer exist * Update CHANGELOG.md * Update CHANGELOG.md
- Loading branch information
1 parent
58d7593
commit 217f902
Showing
4 changed files
with
55 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters