-
Notifications
You must be signed in to change notification settings - Fork 280
refactor: remove q related codes and jobs #6164
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
base: breedloj/coreDeprecation
Are you sure you want to change the base?
Conversation
Qodana for JVM17 new problems were found
☁️ View the detailed Qodana report Contact Qodana teamContact us at [email protected]
|
21a5475 to
6b78e1f
Compare
| } | ||
|
|
||
| override fun <T> getResourceIfPresent(resource: Resource<T>, region: AwsRegion, credentialProvider: ToolkitCredentialsProvider, useStale: Boolean): T? = | ||
| when (resource) { |
Check notice
Code scanning / QDJVM
Duplicated code fragment Note
| } | ||
|
|
||
| private fun disposeStaleConnections(newConnection: AwsBearerTokenConnection) { | ||
| connections.removeAll { existOldConn -> |
Check notice
Code scanning / QDJVM
Duplicated code fragment Note
| } | ||
|
|
||
| override fun invalidateAccessToken(ssoUrl: String) { | ||
| LOG.info { "invalidateAccessToken for $ssoUrl" } |
Check notice
Code scanning / QDJVM
Duplicated code fragment Note
| it.selectedTab.set(SetupAuthenticationTabs.BUILDER_ID) | ||
| } | ||
| }, | ||
| tabSettings = mapOf( |
Check notice
Code scanning / QDJVM
Duplicated code fragment Note
Types of changes
Description
Test purposes
Checklist
License
I confirm that my contribution is made under the terms of the Apache 2.0 license.