Compiler Report

Compiler: Eclipse Compiler for Java(TM) Version: 0.A19, 3.6.0 M3

Number of source files: 85 Number of classfiles: 123

Problems: 2 (Errors: 0 Warnings: 2 )

Source File: com/google/gson/Gson.java
1. WARNING: UnusedImport

The import java.io.Writer is never used

Gson.java :

23 : import java.io.Writer;

2. WARNING: UnusedImport

The import java.util.Map is never used

Gson.java :

28 : import java.util.Map;