Home / Function/ findStackOverflowDepth() — netty Function Reference

findStackOverflowDepth() — netty Function Reference

Architecture documentation for the findStackOverflowDepth() function in DefaultPromiseTest.java from the netty codebase.

Function java Buffer Search called by 1

Entity Profile

Dependency Diagram

graph TD
  9ca0ebb9_e2e4_dd45_b3b5_cf84a53383f5["findStackOverflowDepth()"]
  18d135a2_101c_bae7_e68f_dd4660e1fb75["DefaultPromiseTest"]
  9ca0ebb9_e2e4_dd45_b3b5_cf84a53383f5 -->|defined in| 18d135a2_101c_bae7_e68f_dd4660e1fb75
  358fa54f_69ec_6494_a5ac_e70c555ad28f["beforeClass()"]
  358fa54f_69ec_6494_a5ac_e70c555ad28f -->|calls| 9ca0ebb9_e2e4_dd45_b3b5_cf84a53383f5
  style 9ca0ebb9_e2e4_dd45_b3b5_cf84a53383f5 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

common/src/test/java/io/netty/util/concurrent/DefaultPromiseTest.java lines 63–67

    @SuppressWarnings("InfiniteRecursion")
    private static void findStackOverflowDepth() {
        ++stackOverflowDepth;
        findStackOverflowDepth();
    }

Domain

Subdomains

Called By

Frequently Asked Questions

What does findStackOverflowDepth() do?
findStackOverflowDepth() is a function in the netty codebase, defined in common/src/test/java/io/netty/util/concurrent/DefaultPromiseTest.java.
Where is findStackOverflowDepth() defined?
findStackOverflowDepth() is defined in common/src/test/java/io/netty/util/concurrent/DefaultPromiseTest.java at line 63.
What calls findStackOverflowDepth()?
findStackOverflowDepth() is called by 1 function(s): beforeClass.

Analyze Your Own Codebase

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

Try Supermodel Free