Home / Function/ reportUntracedLeak() — netty Function Reference

reportUntracedLeak() — netty Function Reference

Architecture documentation for the reportUntracedLeak() function in ResourceLeakDetectorTest.java from the netty codebase.

Function java Buffer Telemetry calls 2 called by 1

Entity Profile

Dependency Diagram

graph TD
  e3a69d06_42e5_2726_1da2_1e8a320a815b["reportUntracedLeak()"]
  04e2f9c0_7431_aa73_e4b1_4dd135a647df["TestResourceLeakDetector"]
  e3a69d06_42e5_2726_1da2_1e8a320a815b -->|defined in| 04e2f9c0_7431_aa73_e4b1_4dd135a647df
  1cee2ef9_7cb5_1ced_e1b6_7d3aaf6bfa1a["reportUntracedLeak()"]
  1cee2ef9_7cb5_1ced_e1b6_7d3aaf6bfa1a -->|calls| e3a69d06_42e5_2726_1da2_1e8a320a815b
  1cee2ef9_7cb5_1ced_e1b6_7d3aaf6bfa1a["reportUntracedLeak()"]
  e3a69d06_42e5_2726_1da2_1e8a320a815b -->|calls| 1cee2ef9_7cb5_1ced_e1b6_7d3aaf6bfa1a
  208411f5_8977_c7ea_4030_bb76fedeb300["reportError()"]
  e3a69d06_42e5_2726_1da2_1e8a320a815b -->|calls| 208411f5_8977_c7ea_4030_bb76fedeb300
  style e3a69d06_42e5_2726_1da2_1e8a320a815b fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

common/src/test/java/io/netty/util/ResourceLeakDetectorTest.java lines 230–233

        @Override
        protected void reportUntracedLeak(String resourceType) {
            reportError(new AssertionError("Leak reported for '" + resourceType + '\''));
        }

Domain

Subdomains

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 230.
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