Skip to content

Conversation

@manodnyab
Copy link
Contributor

Description

Display toast notifications based on severity

License

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

@manodnyab manodnyab requested a review from a team as a code owner November 13, 2024 23:27
@github-actions
Copy link

Qodana Community for JVM

4 new problems were found

Inspection name Severity Problems
Unused symbol 🔶 Warning 1
Const property naming convention ◽️ Notice 3

💡 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 [email protected]

import com.intellij.openapi.actionSystem.AnAction
import software.aws.toolkits.jetbrains.utils.notifySticky

object DisplayToastNotifications {

Check warning

Code scanning / QDJVMC

Unused symbol Warning

Object "DisplayToastNotifications" is never used
Comment on lines +21 to +25
enum class ToastNotificationType {
CRITICAL,
WARNING,
PRODUCT_UPDATE,
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i'm assuming this will be part of model, so plan ahead and move this to another file

@manodnyab
Copy link
Contributor Author

Closing this in favor of: #5097

@manodnyab manodnyab closed this Nov 18, 2024
@manodnyab
Copy link
Contributor Author

Closing this in favor of: #5097

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