Skip to content

Conversation

@XiaoxuanLu
Copy link

@XiaoxuanLu XiaoxuanLu commented Jan 8, 2026

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)

Description

Test purposes

Checklist

  • My code follows the code style of this project
  • I have added tests to cover my changes
  • A short description of the change has been added to the CHANGELOG if the change is customer-facing in the IDE.
  • I have added metrics for my changes (if required)

License

I confirm that my contribution is made under the terms of the Apache 2.0 license.

@XiaoxuanLu XiaoxuanLu marked this pull request as ready for review January 8, 2026 00:38
@XiaoxuanLu XiaoxuanLu requested review from a team as code owners January 8, 2026 00:38
@XiaoxuanLu XiaoxuanLu changed the title remove q related codes and jobs fix: remove q related codes and jobs Jan 8, 2026
@XiaoxuanLu XiaoxuanLu changed the title fix: remove q related codes and jobs refactor: remove q related codes and jobs Jan 8, 2026
@github-actions
Copy link

github-actions bot commented Jan 8, 2026

Qodana for JVM

17 new problems were found

Inspection name Severity Problems
Duplicated code fragment ◽️ Notice 17

☁️ View the detailed Qodana report

Contact Qodana team

Contact us at [email protected]

@XiaoxuanLu XiaoxuanLu force-pushed the xiaoluk/toolkit-only branch from 21a5475 to 6b78e1f Compare January 9, 2026 17:34
}

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

Duplicated code
}

private fun disposeStaleConnections(newConnection: AwsBearerTokenConnection) {
connections.removeAll { existOldConn ->

Check notice

Code scanning / QDJVM

Duplicated code fragment Note

Duplicated code
}

override fun invalidateAccessToken(ssoUrl: String) {
LOG.info { "invalidateAccessToken for $ssoUrl" }

Check notice

Code scanning / QDJVM

Duplicated code fragment Note

Duplicated code
it.selectedTab.set(SetupAuthenticationTabs.BUILDER_ID)
}
},
tabSettings = mapOf(

Check notice

Code scanning / QDJVM

Duplicated code fragment Note

Duplicated code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants