- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for NullPointer (0.04 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/test/java/org/codelibs/fess/score/ScoreUpdaterTest.java
scoreUpdater.addScoreBooster(booster); String result = scoreUpdater.execute(); // NullPointerException message should be captured assertTrue(result.contains("null") || result.contains("NullPointer")); } // Test with negative priority @Test public void test_addScoreBooster_negativePriority() { PriorityTrackingBooster booster1 = new PriorityTrackingBooster(-1, 100L);
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 10.5K bytes - Click Count (0) -
src/test/java/jcifs/smb/SmbPipeHandleInternalTest.java
// Arrange - use non-transact, non-call pipe type SmbPipeHandleImpl handle = newHandleWithBasicStubs(SmbPipeResource.PIPE_TYPE_RDWR, "\\\\pipe\\\\x"); // Setup for ensureOpen to avoid NullPointer when(pipe.ensureTreeConnected()).thenReturn(tree); when(tree.acquire()).thenReturn(tree); when(tree.isSMB2()).thenReturn(false); // Set to SMB1 to avoid SMB2 ioctl pathCreated: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 07:14:38 GMT 2025 - 16.7K bytes - Click Count (0)