Toggle navigation
Home
com.google.common.io.InputSupplier<java.io.InputStream> to com.google.common.io.ByteSource
No. of Instances - 8
No. of Commits - 4
No. of Projects - {'sonarqube', 'j2objc'}
Hierarchy/Composition: T_SUPER_R
Primitive Info: -
NameSpace: External -> External
Mapping:
Cascading Type Change (Similar)
InputSupplier<InputStream>
to
ByteSource
InputSupplier<InputStream>
to
ByteSource
InputSupplier<InputStream>
to
ByteSource
Add or Remove Method invocation
openStream()
to
openInputStream()
openStream()
to
openInputStream()
openStream()
to
openInputStream()
Update Anonymous class
{ @Override public InputStream getInput() throws IOException { return openStream(); } @Override protected void finalize(){ try { reset(); } catch ( Throwable t) { t.printStackTrace(System.err); } } }
to
{ @Override public InputStream openStream() throws IOException { return openInputStream(); } @Override protected void finalize(){ try { reset(); } catch ( Throwable t) { t.printStackTrace(System.err); } } }
{ @Override public InputStream getInput() throws IOException { return openStream(); } @Override protected void finalize(){ try { reset(); } catch ( Throwable t) { t.printStackTrace(System.err); } } }
to
{ @Override public InputStream openStream() throws IOException { return openInputStream(); } @Override protected void finalize(){ try { reset(); } catch ( Throwable t) { t.printStackTrace(System.err); } } }
{ @Override public InputStream getInput() throws IOException { return openStream(); } @Override protected void finalize(){ try { reset(); } catch ( Throwable t) { t.printStackTrace(System.err); } } }
to
{ @Override public InputStream openStream() throws IOException { return openInputStream(); } @Override protected void finalize(){ try { reset(); } catch ( Throwable t) { t.printStackTrace(System.err); } } }
Rename Variable
supplier
to
source
supplier
to
source
supplier
to
source
is
to
bs
is
to
source
request
to
source
Rename Method invocation
getInput
to
openStream
getInput
to
openStream