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/shared/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/lsp/textdocument/TextDocumentServiceHandler.kt
Copy file name to clipboardExpand all lines: plugins/amazonq/shared/jetbrains-community/tst/software/aws/toolkits/jetbrains/services/amazonq/lsp/textdocument/TextDocumentServiceHandlerTest.kt
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -188,6 +188,22 @@ class TextDocumentServiceHandlerTest {
Copy file name to clipboardExpand all lines: plugins/core/jetbrains-community/tstFixtures/com/intellij/testFramework/junit5/impl/TestDisposableExtension.kt
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,4 @@
1
1
@file:Suppress("all")
2
-
@file:TestOnly
3
2
// Copyright 2000-2023 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
4
3
packagecom.intellij.testFramework.junit5.impl
5
4
@@ -24,24 +23,28 @@ internal class TestDisposableExtension :
24
23
AfterEachCallback,
25
24
ParameterResolver {
26
25
26
+
@TestOnly
27
27
overridefunbeforeEach(context:ExtensionContext) {
28
28
val instance = context.requiredTestInstance
29
29
for (field in findAnnotatedFields(instance.javaClass, TestDisposable::class.java, ReflectionUtils::isNotStatic)) {
Copy file name to clipboardExpand all lines: plugins/core/jetbrains-community/tstFixtures/software/aws/toolkits/jetbrains/utils/extensions/SsoLoginExtension.kt
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,5 @@
1
1
// Copyright 2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
0 commit comments