-
-
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.
Merge parsing of bracketed patterns (#6989)
* Add test cases * Fix test case use of unwanted character * Add method injection to `expandBrackets` * Fix logger message * Extract methods and change parsing Extracts code from `generateKey` as methods for readability purposes and switches out the parsing code for the one in `BracketedPattern` * Codestyle improvements * Fix use of illegal character in test case * Add log output for PatternSyntaxException * Fix handling unwanted characters between brackets * Fix Checkstyle * Add test case for incorrect regex replacement * Add JavaDoc * Add test case
- Loading branch information
1 parent
fdaf25a
commit e955c46
Showing
4 changed files
with
170 additions
and
75 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