- Add the Codota plugin to your IDE and get smart completions
private void myMethod () {Gson g =
new Gson()
GsonBuilder gsonBuilder;gsonBuilder.create()
new GsonBuilder().create()
- Smart code suggestions by Codota
}
public void dispose() { leaveStreamOpen( false ); try { closeReadStream(); } catch ( IOException e ) { if ( LOG.isDebugEnabled() ) { LOG.debug( "(Stack) Exception occurred: " + e.getLocalizedMessage(), e ); } else { LOG.error( "Exception occurred: " + e.getLocalizedMessage() ); } } }