You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/amazonq/codewhisperer/jetbrains-community/src/software/aws/toolkits/jetbrains/services/codewhisperer/codescan/CodeWhispererCodeScanIssueDetailsPanel.kt
-32Lines changed: 0 additions & 32 deletions
Original file line number
Diff line number
Diff line change
@@ -143,8 +143,6 @@ internal class CodeWhispererCodeScanIssueDetailsPanel(
143
143
144
144
buttonPane.apply {
145
145
removeAll()
146
-
// if (issue.suggestedFixes.isNotEmpty()) add(applyFixButton)
147
-
// add(regenerateFixButton)
148
146
add(explainIssueButton)
149
147
add(applyFixButton)
150
148
add(ignoreIssueButton)
@@ -235,29 +233,6 @@ internal class CodeWhispererCodeScanIssueDetailsPanel(
235
233
horizontalTextPosition =JLabel.LEFT
236
234
font = font.deriveFont(16f)
237
235
}
238
-
// private val applyFixButton = JButton(message("codewhisperer.codescan.apply_fix_button_label")).apply {
0 commit comments