![JAR search and dependency download from the Maven repository](/logo.png)
com.jetbrains.pluginverifier.verifiers.CompatibilityIssueAnalyzer.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of verifier-intellij Show documentation
Show all versions of verifier-intellij Show documentation
JetBrains Plugin Verifier Classes for IntelliJ Platform integration with API usage detection and reporting.
package com.jetbrains.pluginverifier.verifiers
/**
* Analyze possible compatibility issues (problems or warnings) in the verification context for a particular usage.
*/
interface CompatibilityIssueAnalyzer {
fun analyze(context: PluginVerificationContext, usage: U)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy