GoogleCloudPlatform / GoogleCloudPlatform/cloud-opensource-java

Linkage Checker to show location of outer class if any

オープン
#1,061 コメント 1 件 リアクション 0 件 担当者 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 を短くまとめたダイジェスト。