intellij-plugin-verifier/verifier-intellij/src/main/kotlin/com/jetbrains/pluginverifier/response/VerifierServiceApi.kt [24:45]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - data class FullVerificationResultDto( val updateId: Int, val ideVersion: AvailableIdeDto, val javaVersion: String, val resultType: VerificationResultTypeDto, val verificationVerdict: String, val dependenciesGraph: DependenciesGraphDto?, val pluginStructureWarnings: List = emptyList(), val pluginStructureErrors: List = emptyList(), val compatibilityWarnings: List = emptyList(), val compatibilityProblems: List = emptyList(), val deprecatedApiUsages: List = emptyList(), val experimentalApiUsages: List = emptyList(), val internalApiUsages: List = emptyList(), val overrideOnlyApiUsages: List = emptyList(), val nonExtendableApiUsages: List = emptyList(), val dynamicPluginStatus: DynamicPluginStatusDto = DynamicPluginStatusDto(false, emptyList()) ) data class AvailableIdeDto( val ideVersion: String, val releaseVersion: String?, - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - plugins-verifier-service/src/main/kotlin/org/jetbrains/plugins/verifier/service/service/verifier/VerifierServiceApi.kt [23:44]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - data class FullVerificationResultDto( val updateId: Int, val ideVersion: AvailableIdeDto, val javaVersion: String, val resultType: VerificationResultTypeDto, val verificationVerdict: String, val dependenciesGraph: DependenciesGraphDto?, val pluginStructureWarnings: List = emptyList(), val pluginStructureErrors: List = emptyList(), val compatibilityWarnings: List = emptyList(), val compatibilityProblems: List = emptyList(), val deprecatedApiUsages: List = emptyList(), val experimentalApiUsages: List = emptyList(), val internalApiUsages: List = emptyList(), val overrideOnlyApiUsages: List = emptyList(), val nonExtendableApiUsages: List = emptyList(), val dynamicPluginStatus: DynamicPluginStatusDto = DynamicPluginStatusDto(false, emptyList()) ) data class AvailableIdeDto( val ideVersion: String, val releaseVersion: String?, - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -