Home / Function/ checkNotCommonSuffix() — netty Function Reference

checkNotCommonSuffix() — netty Function Reference

Architecture documentation for the checkNotCommonSuffix() function in StringUtilTest.java from the netty codebase.

Function java Buffer Search calls 1 called by 1

Entity Profile

Dependency Diagram

graph TD
  0f361150_635f_f859_038d_ed9351229c2b["checkNotCommonSuffix()"]
  8a8ff062_3462_cc50_2d54_f42c40f72bfa["StringUtilTest"]
  0f361150_635f_f859_038d_ed9351229c2b -->|defined in| 8a8ff062_3462_cc50_2d54_f42c40f72bfa
  128c83a4_9654_888e_9429_32db2c9d38bc["commonSuffixOfLengthTest()"]
  128c83a4_9654_888e_9429_32db2c9d38bc -->|calls| 0f361150_635f_f859_038d_ed9351229c2b
  4915f9e7_b8b7_1337_f38f_57f2ed7f7fc6["checkCommonSuffixSymmetric()"]
  0f361150_635f_f859_038d_ed9351229c2b -->|calls| 4915f9e7_b8b7_1337_f38f_57f2ed7f7fc6
  style 0f361150_635f_f859_038d_ed9351229c2b fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

common/src/test/java/io/netty/util/internal/StringUtilTest.java lines 148–150

    private static void checkNotCommonSuffix(String s, String p, int len) {
        assertFalse(checkCommonSuffixSymmetric(s, p, len));
    }

Domain

Subdomains

Frequently Asked Questions

What does checkNotCommonSuffix() do?
checkNotCommonSuffix() is a function in the netty codebase, defined in common/src/test/java/io/netty/util/internal/StringUtilTest.java.
Where is checkNotCommonSuffix() defined?
checkNotCommonSuffix() is defined in common/src/test/java/io/netty/util/internal/StringUtilTest.java at line 148.
What does checkNotCommonSuffix() call?
checkNotCommonSuffix() calls 1 function(s): checkCommonSuffixSymmetric.
What calls checkNotCommonSuffix()?
checkNotCommonSuffix() is called by 1 function(s): commonSuffixOfLengthTest.

Analyze Your Own Codebase

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

Try Supermodel Free