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/chat/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonqCodeTest/CodeWhispererCodeTestSession.kt
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -75,12 +75,12 @@ class CodeWhispererCodeTestSession(val sessionContext: CodeTestSessionContext) {
75
75
76
76
LOG.debug {
77
77
"Total size of source payload in KB: ${payloadContext.srcPayloadSize *1.0/TOTAL_BYTES_IN_KB}\n"+
78
-
"Total size of build payload in KB: ${(payloadContext.buildPayloadSize ?:0) *1.0/TOTAL_BYTES_IN_KB}\n"+
79
78
"Total size of source zip file in KB: ${payloadContext.srcZipFileSize *1.0/TOTAL_BYTES_IN_KB}\n"+
80
79
"Total number of lines included: ${payloadContext.totalLines}\n"+
81
80
"Total number of files included in payload: ${payloadContext.totalFiles}\n"+
82
81
"Total time taken for creating payload: ${payloadContext.totalTimeInMilliseconds *1.0/TOTAL_MILLIS_IN_SECOND} seconds\n"+
Copy file name to clipboardExpand all lines: plugins/amazonq/chat/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonqCodeTest/CodeWhispererUTGChatManager.kt
Copy file name to clipboardExpand all lines: plugins/amazonq/chat/jetbrains-community/tst/software/aws/toolkits/jetbrains/services/amazonq/clients/AmazonQStreamingClientTest.kt
Copy file name to clipboardExpand all lines: plugins/amazonq/codewhisperer/jetbrains-community/src/software/aws/toolkits/jetbrains/services/codewhisperer/codescan/CodeWhispererCodeScanSession.kt
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,6 @@ class CodeWhispererCodeScanSession(val sessionContext: CodeScanSessionContext) {
91
91
if (isProjectScope()) {
92
92
LOG.debug {
93
93
"Total size of source payload in KB: ${payloadContext.srcPayloadSize *1.0/TOTAL_BYTES_IN_KB}\n"+
94
-
"Total size of build payload in KB: ${(payloadContext.buildPayloadSize ?:0) *1.0/TOTAL_BYTES_IN_KB}\n"+
95
94
"Total size of source zip file in KB: ${payloadContext.srcZipFileSize *1.0/TOTAL_BYTES_IN_KB}\n"+
96
95
"Total number of lines reviewed: ${payloadContext.totalLines}\n"+
97
96
"Total number of files included in payload: ${payloadContext.totalFiles}\n"+
Copy file name to clipboardExpand all lines: plugins/amazonq/codewhisperer/jetbrains-community/src/software/aws/toolkits/jetbrains/services/codewhisperer/codescan/sessionconfig/CodeScanSessionConfig.kt
Copy file name to clipboardExpand all lines: plugins/amazonq/codewhisperer/jetbrains-community/src/software/aws/toolkits/jetbrains/services/codewhisperer/codetest/CodeTestException.kt
0 commit comments