Home / Function/ reportError() — netty Function Reference

reportError() — netty Function Reference

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

Function java Buffer Search calls 1 called by 1

Entity Profile

Dependency Diagram

graph TD
  05b1a84f_bd2b_609b_330f_358f390d3dcd["reportError()"]
  a6efcbd2_cdec_4d5b_3942_fb284b145e82["CreationRecordLeakDetector"]
  05b1a84f_bd2b_609b_330f_358f390d3dcd -->|defined in| a6efcbd2_cdec_4d5b_3942_fb284b145e82
  208411f5_8977_c7ea_4030_bb76fedeb300["reportError()"]
  208411f5_8977_c7ea_4030_bb76fedeb300 -->|calls| 05b1a84f_bd2b_609b_330f_358f390d3dcd
  208411f5_8977_c7ea_4030_bb76fedeb300["reportError()"]
  05b1a84f_bd2b_609b_330f_358f390d3dcd -->|calls| 208411f5_8977_c7ea_4030_bb76fedeb300
  style 05b1a84f_bd2b_609b_330f_358f390d3dcd fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

common/src/test/java/io/netty/util/ResourceLeakDetectorTest.java lines 288–290

        private void reportError(AssertionError cause) {
            error.compareAndSet(null, cause);
        }

Domain

Subdomains

Called By

Frequently Asked Questions

What does reportError() do?
reportError() is a function in the netty codebase, defined in common/src/test/java/io/netty/util/ResourceLeakDetectorTest.java.
Where is reportError() defined?
reportError() is defined in common/src/test/java/io/netty/util/ResourceLeakDetectorTest.java at line 288.
What does reportError() call?
reportError() calls 1 function(s): reportError.
What calls reportError()?
reportError() is called by 1 function(s): reportError.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free