All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.jetbrains.pluginverifier.verifiers.CompatibilityIssueAnalyzer.kt Maven / Gradle / Ivy

Go to download

JetBrains Plugin Verifier Classes for IntelliJ Platform integration with API usage detection and reporting.

There is a newer version: 1.381
Show newest version
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