testWriteFloatLEAfterRelease() — netty Function Reference
Architecture documentation for the testWriteFloatLEAfterRelease() function in AbstractByteBufTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 5b8e0ae3_50a6_64ed_3e55_080e8f6a5d52["testWriteFloatLEAfterRelease()"] 6540f2d1_cdad_6705_dd1d_9a24e2e53242["AbstractByteBufTest"] 5b8e0ae3_50a6_64ed_3e55_080e8f6a5d52 -->|defined in| 6540f2d1_cdad_6705_dd1d_9a24e2e53242 style 5b8e0ae3_50a6_64ed_3e55_080e8f6a5d52 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
buffer/src/test/java/io/netty/buffer/AbstractByteBufTest.java lines 4171–4179
@Test
public void testWriteFloatLEAfterRelease() {
assertThrows(IllegalReferenceCountException.class, new Executable() {
@Override
public void execute() {
releasedBuffer().writeFloatLE(1);
}
});
}
Domain
Subdomains
Source
Frequently Asked Questions
What does testWriteFloatLEAfterRelease() do?
testWriteFloatLEAfterRelease() is a function in the netty codebase, defined in buffer/src/test/java/io/netty/buffer/AbstractByteBufTest.java.
Where is testWriteFloatLEAfterRelease() defined?
testWriteFloatLEAfterRelease() is defined in buffer/src/test/java/io/netty/buffer/AbstractByteBufTest.java at line 4171.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free