Tibor Digana opened MSHARED-434 and commented
monitor enter fetched null pointer into variable within synchronized block and close() method on InputStream cannot be called.
private InputStream input;
if ( input != null )
{
synchronized ( input )
{
try
{
input.close();
}
catch ( IOException ex )
{
// ignore
}
input = null;
}
}
Affects: maven-shared-utils-0.8
Tibor Digana opened MSHARED-434 and commented
monitor enter fetched null pointer into variable within synchronized block and close() method on InputStream cannot be called.
Affects: maven-shared-utils-0.8