Andres Castano
Results
2
issues of
Andres Castano
In some cases, when I generate the builder it doesn't append the AutoValue_Classname prefix. Should be: `public static Builder builder(){ return new AutoValue_ClassName.Builder(); }` It generates: `public static Builder builder()...
bug
When the server returns status 500, the error callback is not called.