reportUntracedLeak() — netty Function Reference
Architecture documentation for the reportUntracedLeak() function in ResourceLeakDetectorTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 1cee2ef9_7cb5_1ced_e1b6_7d3aaf6bfa1a["reportUntracedLeak()"] a6efcbd2_cdec_4d5b_3942_fb284b145e82["CreationRecordLeakDetector"] 1cee2ef9_7cb5_1ced_e1b6_7d3aaf6bfa1a -->|defined in| a6efcbd2_cdec_4d5b_3942_fb284b145e82 e3a69d06_42e5_2726_1da2_1e8a320a815b["reportUntracedLeak()"] e3a69d06_42e5_2726_1da2_1e8a320a815b -->|calls| 1cee2ef9_7cb5_1ced_e1b6_7d3aaf6bfa1a e3a69d06_42e5_2726_1da2_1e8a320a815b["reportUntracedLeak()"] 1cee2ef9_7cb5_1ced_e1b6_7d3aaf6bfa1a -->|calls| e3a69d06_42e5_2726_1da2_1e8a320a815b 208411f5_8977_c7ea_4030_bb76fedeb300["reportError()"] 1cee2ef9_7cb5_1ced_e1b6_7d3aaf6bfa1a -->|calls| 208411f5_8977_c7ea_4030_bb76fedeb300 style 1cee2ef9_7cb5_1ced_e1b6_7d3aaf6bfa1a fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
common/src/test/java/io/netty/util/ResourceLeakDetectorTest.java lines 280–286
@Override
protected void reportUntracedLeak(String resourceType) {
if (failOnUntraced) {
reportError(new AssertionError("Got untraced leak w/o canary string"));
}
leaksFound.incrementAndGet();
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does reportUntracedLeak() do?
reportUntracedLeak() is a function in the netty codebase, defined in common/src/test/java/io/netty/util/ResourceLeakDetectorTest.java.
Where is reportUntracedLeak() defined?
reportUntracedLeak() is defined in common/src/test/java/io/netty/util/ResourceLeakDetectorTest.java at line 280.
What does reportUntracedLeak() call?
reportUntracedLeak() calls 2 function(s): reportError, reportUntracedLeak.
What calls reportUntracedLeak()?
reportUntracedLeak() is called by 1 function(s): reportUntracedLeak.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free