Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Move code from release-3.3 to release-3.8.1 #395
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
Uh oh!
There was an error while loading. Please reload this page.
Move code from release-3.3 to release-3.8.1 #395
Changes from all commits
c0fe9c68dd19e1File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
There are no files selected for viewing
Check warning on line 526 in src/main/java/com/iemr/common/controller/cti/ComputerTelephonyIntegrationController.java
Replace "@RequestMapping(method = RequestMethod.POST)" with "@PostMapping"
Check warning on line 531 in src/main/java/com/iemr/common/controller/cti/ComputerTelephonyIntegrationController.java
Use "isEmpty()" to check whether a "String" is empty or not.
Check warning on line 6 in src/main/java/com/iemr/common/data/cti/DispositionCountRequest.java
Rename this field "transaction_id" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.
Check warning on line 7 in src/main/java/com/iemr/common/data/cti/DispositionCountRequest.java
Rename this field "campaign_name" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.
Check warning on line 10 in src/main/java/com/iemr/common/data/cti/DispositionCountRequest.java
Rename this field "enc_flag" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.
Check warning on line 17 in src/main/java/com/iemr/common/data/cti/DispositionCountResponse.java
Rename this field "failure_reason" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.
Check warning on line 27 in src/main/java/com/iemr/common/data/cti/DispositionCountResponse.java
Rename this field "campaign_name" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.
Check warning on line 38 in src/main/java/com/iemr/common/data/cti/DispositionCountResponse.java
Rename this field "call_status_disposition" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.
Check warning on line 41 in src/main/java/com/iemr/common/data/cti/DispositionCountResponse.java
Rename this field "disposition_count" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.
Check warning on line 98 in src/main/java/com/iemr/common/service/cti/CTIService.java
Remove the declaration of thrown exception 'com.fasterxml.jackson.databind.JsonMappingException' which is a subclass of 'com.fasterxml.jackson.core.JsonProcessingException'.
Check warning on line 123 in src/main/java/com/iemr/common/service/cti/CTIServiceImpl.java
This block of commented-out lines of code should be removed.
Check warning on line 156 in src/main/java/com/iemr/common/service/cti/CTIServiceImpl.java
This block of commented-out lines of code should be removed.
Check warning on line 184 in src/main/java/com/iemr/common/service/cti/CTIServiceImpl.java
This block of commented-out lines of code should be removed.
Check warning on line 215 in src/main/java/com/iemr/common/service/cti/CTIServiceImpl.java
This block of commented-out lines of code should be removed.
Check warning on line 248 in src/main/java/com/iemr/common/service/cti/CTIServiceImpl.java
This block of commented-out lines of code should be removed.
Check warning on line 276 in src/main/java/com/iemr/common/service/cti/CTIServiceImpl.java
This block of commented-out lines of code should be removed.
Check warning on line 307 in src/main/java/com/iemr/common/service/cti/CTIServiceImpl.java
This block of commented-out lines of code should be removed.
Check warning on line 341 in src/main/java/com/iemr/common/service/cti/CTIServiceImpl.java
This block of commented-out lines of code should be removed.
Check warning on line 374 in src/main/java/com/iemr/common/service/cti/CTIServiceImpl.java
This block of commented-out lines of code should be removed.
Check warning on line 406 in src/main/java/com/iemr/common/service/cti/CTIServiceImpl.java
This block of commented-out lines of code should be removed.
Check warning on line 448 in src/main/java/com/iemr/common/service/cti/CTIServiceImpl.java
This block of commented-out lines of code should be removed.
Check warning on line 481 in src/main/java/com/iemr/common/service/cti/CTIServiceImpl.java
This block of commented-out lines of code should be removed.
Check warning on line 514 in src/main/java/com/iemr/common/service/cti/CTIServiceImpl.java
This block of commented-out lines of code should be removed.
Check warning on line 547 in src/main/java/com/iemr/common/service/cti/CTIServiceImpl.java
This block of commented-out lines of code should be removed.
Check warning on line 576 in src/main/java/com/iemr/common/service/cti/CTIServiceImpl.java
This block of commented-out lines of code should be removed.
Check warning on line 602 in src/main/java/com/iemr/common/service/cti/CTIServiceImpl.java
This block of commented-out lines of code should be removed.
Check warning on line 629 in src/main/java/com/iemr/common/service/cti/CTIServiceImpl.java
This block of commented-out lines of code should be removed.
Check warning on line 988 in src/main/java/com/iemr/common/service/cti/CTIServiceImpl.java
Format specifiers should be used instead of string concatenation.
Check warning on line 988 in src/main/java/com/iemr/common/service/cti/CTIServiceImpl.java
Use the built-in formatting to construct this argument.
Check warning on line 990 in src/main/java/com/iemr/common/service/cti/CTIServiceImpl.java
Format specifiers should be used instead of string concatenation.
Check warning on line 990 in src/main/java/com/iemr/common/service/cti/CTIServiceImpl.java
Use the built-in formatting to construct this argument.
Check warning on line 999 in src/main/java/com/iemr/common/service/cti/CTIServiceImpl.java
This block of commented-out lines of code should be removed.
Check warning on line 1041 in src/main/java/com/iemr/common/service/cti/CTIServiceImpl.java
This block of commented-out lines of code should be removed.
Check warning on line 1085 in src/main/java/com/iemr/common/service/cti/CTIServiceImpl.java
This block of commented-out lines of code should be removed.
Check warning on line 1117 in src/main/java/com/iemr/common/service/cti/CTIServiceImpl.java
Remove the declaration of thrown exception 'com.fasterxml.jackson.databind.JsonMappingException' which is a subclass of 'com.fasterxml.jackson.core.JsonProcessingException'.
Check warning on line 1122 in src/main/java/com/iemr/common/service/cti/CTIServiceImpl.java
This block of commented-out lines of code should be removed.
Uh oh!
There was an error while loading. Please reload this page.