Home / Function/ getLongDefaultValueWithPropertValueIsNotLong() — netty Function Reference

getLongDefaultValueWithPropertValueIsNotLong() — netty Function Reference

Architecture documentation for the getLongDefaultValueWithPropertValueIsNotLong() function in SystemPropertyUtilTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  43d0c5c4_411d_c9a6_3de1_e9b5066ec190["getLongDefaultValueWithPropertValueIsNotLong()"]
  c4e85b19_8734_3e64_5804_a57978d77db9["SystemPropertyUtilTest"]
  43d0c5c4_411d_c9a6_3de1_e9b5066ec190 -->|defined in| c4e85b19_8734_3e64_5804_a57978d77db9
  style 43d0c5c4_411d_c9a6_3de1_e9b5066ec190 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

common/src/test/java/io/netty/util/internal/SystemPropertyUtilTest.java lines 134–138

    @Test
    public void getLongDefaultValueWithPropertValueIsNotLong() {
        System.setProperty("key", "NotInt");
        assertEquals(1, SystemPropertyUtil.getLong("key", 1));
    }

Domain

Subdomains

Frequently Asked Questions

What does getLongDefaultValueWithPropertValueIsNotLong() do?
getLongDefaultValueWithPropertValueIsNotLong() is a function in the netty codebase, defined in common/src/test/java/io/netty/util/internal/SystemPropertyUtilTest.java.
Where is getLongDefaultValueWithPropertValueIsNotLong() defined?
getLongDefaultValueWithPropertValueIsNotLong() is defined in common/src/test/java/io/netty/util/internal/SystemPropertyUtilTest.java at line 134.

Analyze Your Own Codebase

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

Try Supermodel Free