GoogleCloudPlatform / GoogleCloudPlatform/cloud-opensource-java

Exclusion file: tell unused exclusion elements in the file

未關閉
#1,275 0 則留言 0 個 reaction 已指派 1 人 已被 @suztomo 認領 在 GitHub 檢視
enhancement p3
主要語言
Java
星號
163
分支
80
PR 合併指標
30 天內沒有已合併 PR

描述

Linkage Checker tells unused exclusion elements that did not match any linkage errors. This shows improvement in the dependency compatibility. The exit code is 1 to indicate the exclusion file needs to be updated accordingly.

# What the output looks like?

```
LinkageCheckerMain -a foo:bar:1.2.3 -e exclusions.xml

...

The following rule did not match any linkage errors:

exclusions.xml: line 56:








GraalVM-related libraries depend on Java Compiler Interface (JVMCI) that
only exists in special JDK. These missing classes are false positives, because
the code is only invoked when running in a GraalVM.
https://github.com/GoogleCloudPlatform/cloud-opensource-java/issues/929


```

貢獻指南

開啟貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。