GoogleCloudPlatform / GoogleCloudPlatform/cloud-opensource-java

Linkage Checker to show location of outer class if any

Abierto
#1,061 1 comentario 0 reacciones 1 asignado Reclamado por @suztomo Ver en GitHub
enhancement p3
Lenguaje dominante
Java
Estrellas
163
Forks
80
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

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.

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.