Home / Function/ getLongBoundaryCheck1() — netty Function Reference

getLongBoundaryCheck1() — netty Function Reference

Architecture documentation for the getLongBoundaryCheck1() function in AbstractByteBufTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  4950f9e3_3372_9b26_565a_9a3e1aaef24a["getLongBoundaryCheck1()"]
  6540f2d1_cdad_6705_dd1d_9a24e2e53242["AbstractByteBufTest"]
  4950f9e3_3372_9b26_565a_9a3e1aaef24a -->|defined in| 6540f2d1_cdad_6705_dd1d_9a24e2e53242
  style 4950f9e3_3372_9b26_565a_9a3e1aaef24a fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

buffer/src/test/java/io/netty/buffer/AbstractByteBufTest.java lines 360–368

    @Test
    public void getLongBoundaryCheck1() {
        assertThrows(IndexOutOfBoundsException.class, new Executable() {
            @Override
            public void execute() {
                buffer.getLong(-1);
            }
        });
    }

Domain

Subdomains

Frequently Asked Questions

What does getLongBoundaryCheck1() do?
getLongBoundaryCheck1() is a function in the netty codebase, defined in buffer/src/test/java/io/netty/buffer/AbstractByteBufTest.java.
Where is getLongBoundaryCheck1() defined?
getLongBoundaryCheck1() is defined in buffer/src/test/java/io/netty/buffer/AbstractByteBufTest.java at line 360.

Analyze Your Own Codebase

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

Try Supermodel Free