Skip to content

Add support for Amazon Q chat on remote 242+ #41

Add support for Amazon Q chat on remote 242+

Add support for Amazon Q chat on remote 242+ #41

GitHub Actions / Qodana Community for JVM completed Feb 14, 2025 in 0s

12 new problems found by Qodana Community for JVM

Qodana Community for JVM

12 new problems were found

Inspection name Severity Problems
Unstable API Usage 🔶 Warning 6
ActionUpdateThread is missing 🔶 Warning 1
Unused symbol 🔶 Warning 1
Private property naming convention ◽️ Notice 2
Leaking 'this' in constructor ◽️ Notice 1
Boolean expression can be simplified ◽️ Notice 1

💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report

Contact Qodana team

Contact us at qodana-support@jetbrains.com

Details

This result was published with Qodana GitHub Action

Annotations

Check notice on line 37 in plugins/core/jetbrains-community/src/contrib/org/intellij/images/editor/impl/jcef/JBCefStreamResourceHandler.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Leaking 'this' in constructor

Leaking 'this' in constructor of non-final class JBCefStreamResourceHandler

Check warning on line 17 in plugins/amazonq/chat/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/QOpenPanelAction.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

ActionUpdateThread is missing

Override 'getActionUpdateThread' and choose 'EDT' or 'BGT'

Check notice on line 43 in plugins/core/jetbrains-community/src/contrib/org/intellij/images/editor/impl/jcef/JBCefLocalRequestHandler.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Private property naming convention

Private property name `RESOURCE_REQUEST_HANDLER` should not contain underscores in the middle or the end

Check notice on line 36 in plugins/core/jetbrains-community/src/contrib/org/intellij/images/editor/impl/jcef/JBCefLocalRequestHandler.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Private property naming convention

Private property name `REJECTING_RESOURCE_HANDLER` should not contain underscores in the middle or the end

Check notice on line 34 in plugins/core/jetbrains-community/src/software/aws/toolkits/jetbrains/core/webview/LocalAssetJBCefRequestHandler.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Boolean expression can be simplified

Boolean expression can be simplified

Check warning on line 29 in plugins/amazonq/chat/jetbrains-community/src/software/aws/toolkits/jetbrains/services/cwc/editor/context/focusArea/FocusAreaContextExtractor.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Unstable API Usage

'getSelectedTextEditorWithRemotes()' is marked unstable with @ApiStatus.Experimental

Check warning on line 210 in plugins/amazonq/chat/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonqFeatureDev/controller/FeatureDevController.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Unstable API Usage

'getSelectedTextEditorWithRemotes()' is marked unstable with @ApiStatus.Experimental

Check warning on line 125 in plugins/amazonq/chat/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonqCodeTest/controller/CodeTestChatController.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Unstable API Usage

'getSelectedTextEditorWithRemotes()' is marked unstable with @ApiStatus.Experimental

Check warning on line 222 in plugins/amazonq/chat/jetbrains-community/src/software/aws/toolkits/jetbrains/services/cwc/controller/ChatController.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Unstable API Usage

'getSelectedTextEditorWithRemotes()' is marked unstable with @ApiStatus.Experimental

Check warning on line 21 in plugins/amazonq/chat/jetbrains-community/src/software/aws/toolkits/jetbrains/services/cwc/editor/context/file/FileContextExtractor.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Unstable API Usage

'getSelectedTextEditorWithRemotes()' is marked unstable with @ApiStatus.Experimental

Check warning on line 21 in plugins/amazonq/chat/jetbrains-community/src/software/aws/toolkits/jetbrains/services/cwc/inline/listeners/InlineChatFileListener.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Unstable API Usage

'getSelectedTextEditorWithRemotes()' is marked unstable with @ApiStatus.Experimental

Check warning on line 46 in plugins/core/jetbrains-community/src/software/aws/toolkits/jetbrains/core/webview/LocalAssetJBCefRequestHandler.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Unused symbol

Function "addResource" is never used