bitlap / intellij-sbt-dependency-analyzer

:chart_with_upwards_trend: SBT Dependency Analyzer for IntelliJ IDEA(IntelliJ IDEA的SBT依赖分析插件)
https://plugins.jetbrains.com/plugin/22427-sbt-dependency-analyzer
GNU General Public License v3.0
26 stars 3 forks source link

Replace `DataProvider` to resolve `2 override-only API usage violations` #107

Closed jxnu-liguobin closed 3 weeks ago

jxnu-liguobin commented 1 month ago

Override-only method DataProvider.getData(String) is invoked in AbstractDependencyList.getData(String). This method is marked with @ApiStatus.OverrideOnly annotation, which indicates that the method must be only overridden but not invoked by client code. See documentation of the @ApiStatus.OverrideOnly for more info.