samujjwal / google-gson

Automatically exported from code.google.com/p/google-gson
0 stars 0 forks source link

Unused Value make annoying warning #484

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The value of the field ArrayTypeAdapter<E>.context is not used
ArrayTypeAdapter.java
/GSON/trunk/gson/src/main/java/com/google/gson/internal/bind
line 54

The value of the field CollectionTypeAdapterFactory.Adapter<E>.context is not 
used    CollectionTypeAdapterFactory.java
/GSON/trunk/gson/src/main/java/com/google/gson/internal/bind
line 61

The value of the field CollectionTypeAdapterFactory.Adapter<E>.elementType is 
not used
CollectionTypeAdapterFactory.java
/GSON/trunk/gson/src/main/java/com/google/gson/internal/bind
line 62

The value of the field MapTypeAdapterFactory.Adapter<K,V>.context is not used
MapTypeAdapterFactory.java
/GSON/trunk/gson/src/main/java/com/google/gson/internal/bind
line 146

The value of the field MapTypeAdapterFactory.Adapter<K,V>.keyType is not used
MapTypeAdapterFactory.java
/GSON/trunk/gson/src/main/java/com/google/gson/internal/bind    
line 147

The value of the field MapTypeAdapterFactory.Adapter<K,V>.valueType is not used
MapTypeAdapterFactory.java
/GSON/trunk/gson/src/main/java/com/google/gson/internal/bind
line 148

Original issue reported on code.google.com by thainayu on 3 Nov 2012 at 3:01