MCPcopy Create free account
hub / github.com/antlr/codebuff / suppress

Method suppress

corpus/java/training/guava/io/Closer.java:244–244  ·  view source on GitHub ↗

Suppresses the given exception (suppressed) which was thrown when attempting to close the given closeable. thrown is the exception that is actually being thrown from the method. Implementations of this method should not throw under any circumstances.

(Closeable closeable, Throwable thrown, Throwable suppressed)

Source from the content-addressed store, hash-verified

242 * method. Implementations of this method should not throw under any circumstances.
243 */
244 void suppress(Closeable closeable, Throwable thrown, Throwable suppressed);
245 }
246
247 /**

Callers 10

closeMethod · 0.65
suppressMethod · 0.65
closeMethod · 0.65
suppressMethod · 0.65
closeMethod · 0.65
suppressMethod · 0.65
closeMethod · 0.65
suppressMethod · 0.65
closeMethod · 0.65
suppressMethod · 0.65

Implementers 10

LoggingSuppressorcorpus/java/training/guava/io/Closer.j
SuppressingSuppressorcorpus/java/training/guava/io/Closer.j
LoggingSuppressoroutput/java_guava/1.4.17/Closer.java
SuppressingSuppressoroutput/java_guava/1.4.17/Closer.java
LoggingSuppressoroutput/java_guava/1.4.19/Closer.java
SuppressingSuppressoroutput/java_guava/1.4.19/Closer.java
LoggingSuppressoroutput/java_guava/1.4.16/Closer.java
SuppressingSuppressoroutput/java_guava/1.4.16/Closer.java
LoggingSuppressoroutput/java_guava/1.4.18/Closer.java
SuppressingSuppressoroutput/java_guava/1.4.18/Closer.java

Calls

no outgoing calls

Tested by

no test coverage detected