GoogleCloudPlatform / GoogleCloudPlatform/cloud-opensource-java

Linkage Checker to show location of outer class if any

未关闭
#1,061 1 条评论 0 个 reaction 已指派 1 人 已被 @suztomo 认领 在 GitHub 查看
enhancement p3
主要语言
Java
星标
163
派生
80
PR 合并指标
30 天内没有已合并 PR

描述

As of now, Linkage Checker does not show the location of JAR file for missing class, even when the class is an inner class.

Example in https://gist.github.com/suztomo/a9e5d46dc64bd19967c6762a468c9b66

```
Class com.google.api.client.http.apache.ApacheHttpTransport$Builder is not found;
referenced by 1 class file
com.google.cloud.hadoop.util.HttpTransportFactory (util-1.9.16.jar)
```

Here, it's helpful if it shows the location (JAR file) of `com.google.api.client.http.apache.ApacheHttpTransport` class.

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。