- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 42 for scratch (0.05 seconds)
-
src/main/java/jcifs/smb/SmbSessionImpl.java
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sun Aug 31 08:00:57 GMT 2025 - 68.9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/api/json/SearchApiManager.java
} catch (final IOException e) { throw new IORuntimeException(e); } return true; }, OptionalThing.empty()); response.flushBuffer(); if (logger.isDebugEnabled()) { logger.debug("Loaded {} documents", count); }Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 27 13:56:32 GMT 2026 - 55.4K bytes - Click Count (1) -
compat/maven-model-builder/src/main/java/org/apache/maven/model/building/DefaultModelBuilder.java
} catch (ModelParseException e) { if (!strict) { throw e; } options.put(ModelProcessor.IS_STRICT, Boolean.FALSE); try { model = modelProcessor.read(modelSource.getInputStream(), options); } catch (ModelParseException ne) {Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Sun Mar 30 23:08:08 GMT 2025 - 55.3K bytes - Click Count (0) -
src/test/java/jcifs/smb/SmbFileIntegrationTest.java
} catch (Exception e) { log.warn("Failed to create authenticated context, trying guest access", e); context = SingletonContext.getInstance(); } // Wait for server to be ready - with proper error handling for CI environments try { waitForServerReady(); } catch (RuntimeException e) {Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 56K bytes - Click Count (0) -
guava-tests/test/com/google/common/util/concurrent/AbstractClosingFutureTest.java
fail(); } catch (IllegalStateException expected3) { } try { closingFuture.catchingAsync( Exception.class, (closer, x) -> ClosingFuture.from(immediateFuture("value3")), executor); fail(); } catch (IllegalStateException expected2) { } try { ClosingFuture.whenAllComplete(asList(closingFuture)); fail(); } catch (IllegalStateException expected1) {
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 16 22:45:21 GMT 2026 - 63K bytes - Click Count (0) -
src/main/java/jcifs/smb/SmbTransportImpl.java
circuitBreaker.call(() -> { try { doConnectInternal(); return null; } catch (IOException e) { throw new RuntimeException(e); } }); } catch (SimpleCircuitBreaker.CircuitBreakerOpenException e) { // Log circuit breaker rejection
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 69.8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/crawler/transformer/FessXpathTransformer.java
if (responseData.getCharSet() != null) { is.setEncoding(responseData.getCharSet()); } parser.parse(is); } catch (final Exception e) { throw new CrawlingAccessException("Could not parse " + responseData.getUrl(), e); } final Document document = parser.getDocument();
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 12 01:46:45 GMT 2026 - 55.3K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/util/concurrent/AbstractClosingFutureTest.java
fail(); } catch (IllegalStateException expected3) { } try { closingFuture.catchingAsync( Exception.class, (closer, x) -> ClosingFuture.from(immediateFuture("value3")), executor); fail(); } catch (IllegalStateException expected2) { } try { ClosingFuture.whenAllComplete(asList(closingFuture)); fail(); } catch (IllegalStateException expected1) {
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 16 22:45:21 GMT 2026 - 63K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/ldap/LdapManager.java
isBind = true; } } catch (final LdapConfigurationException e) { logger.warn("LDAP configuration error: {}", e.getMessage(), e); } catch (final LdapOperationException e) { logger.warn("LDAP connection failed: {}", e.getMessage(), e); } catch (final Exception e) {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Jan 02 08:06:20 GMT 2026 - 85.2K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/concurrent/BuildPlanExecutor.java
return mavenPluginManager.getMojoDescriptor( plugin, goal, project.getRemotePluginRepositories(), session.getRepositorySession()); } catch (MavenException e) { throw e; } catch (Exception e) { throw new MavenException(e); } } private MojoDescriptor getMojoDescriptor(MavenProject project, String task) {
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Thu Oct 16 06:12:36 GMT 2025 - 55.1K bytes - Click Count (0)