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: dokka-integration-tests/gradle/src/testTemplateProjectTasksExecutionStress/kotlin/SequentialTasksExecutionStressTest.kt
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,10 @@ class SequentialTasksExecutionStressTest : AbstractGradleIntegrationTest() {
Copy file name to clipboardExpand all lines: dokka-subprojects/analysis-java-psi/src/main/kotlin/org/jetbrains/dokka/analysis/java/JavaAnalysisPlugin.kt
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -71,6 +71,21 @@ public class JavaAnalysisPlugin : DokkaPlugin() {
71
71
DocCommentFinder(logger, docCommentFactory)
72
72
}
73
73
74
+
// TODO #3936(https://youtrack.jetbrains.com/issue/KT-71862) use an endpoint from AA
75
+
/**
76
+
* Disposes global resources which would persist after unloading Analysis API (Symbols analysis) and IJ platform classes.
77
+
*
78
+
* **Important:** Once this function has been called, Analysis API *and* IntelliJ platform classes should not be used anymore. The classes
79
+
* should either be unloaded or the whole program should be shut down.
80
+
*
81
+
* Note: Disposing of resources, including threads, allows unloading Dokka's class loader.
Copy file name to clipboardExpand all lines: dokka-subprojects/analysis-kotlin-api/src/testFixtures/kotlin/org/jetbrains/dokka/analysis/test/api/configuration/TestDokkaConfigurationMapper.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,7 @@ fun TestDokkaConfiguration.toDokkaConfiguration(projectDir: File): DokkaConfigur
82
82
overrideval suppressInheritedMembers:Boolean
83
83
get() =throwNotImplementedError("Not expected to be used by analysis modules")
84
84
overrideval finalizeCoroutines:Boolean
85
-
get() =throwNotImplementedError("Not expected to be used by analysis modules")
Copy file name to clipboardExpand all lines: dokka-subprojects/analysis-kotlin-symbols/src/main/kotlin/org/jetbrains/dokka/analysis/kotlin/symbols/plugin/SymbolsAnalysisPlugin.kt
0 commit comments