-
Notifications
You must be signed in to change notification settings - Fork 0
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
WIP #1051
base: main
Are you sure you want to change the base?
WIP #1051
Conversation
} | ||
|
||
public static Optional<CCRR> findCCRRByCaseLoadCode(String caseloadCode) { | ||
Boolean caseloadPresent = CCRR_MAP.containsKey(caseloadCode); |
Check warning
Code scanning / CodeQL
Boxed variable is never null Warning
@@ -29,4 +50,9 @@ | |||
public String getHelpText() { | |||
return null; | |||
} | |||
|
|||
public static Optional<ZipcodeOption> getZipCodeFromCountyName(String countyName) { | |||
Boolean hasCounty = COUNTY_MAP.containsKey(countyName); |
Check warning
Code scanning / CodeQL
Boxed variable is never null Warning
} | ||
|
||
public static Optional<String> getOrganizationIdByZipCode(String zipcode) { | ||
Boolean hasZip = ZIPCODE_MAP.containsKey(zipcode); |
Check warning
Code scanning / CodeQL
Boxed variable is never null Warning
π Jira ticket
βοΈ Description
π· Design reference
β Completion tasks