- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for test_hashCode_withNullOutput (0.37 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/test/java/org/codelibs/fess/dict/mapping/CharMappingItemTest.java
// Same inputs but different output should have different hash code assertNotSame(item1.hashCode(), item4.hashCode()); } @Test public void test_hashCode_withNullOutput() { // Test hashCode with null output - should not throw, returns consistent hash for null String[] inputs1 = { "a", "b" }; String[] inputs2 = { "a", "b" };Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 16K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/dict/stopwords/StopwordsItemTest.java
Shinsuke Sugaya <******@****.***> 1773442886 +0900
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 11.4K bytes - Click Count (0)