- Sort Score
- Num 10 results
- Language All
Results 1 - 5 of 5 for unclosed (0.04 seconds)
-
src/test/java/org/codelibs/fess/util/GsaConfigParserTest.java
} } @Test public void test_parseWithMalformedXml() { GsaConfigParser parser = new GsaConfigParser(); String malformedXml = "<?xml version=\"1.0\"?><eef><unclosed>"; try { parser.parse(new InputSource(new StringReader(malformedXml))); fail("Should throw GsaConfigException"); } catch (GsaConfigException e) {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 11.7K bytes - Click Count (0) -
.github/workflows/issue-comment-triage.yml
name: Comment on a closed issue on: issue_comment: types: [created] jobs: reconsider_closed_issue: runs-on: ubuntu-latest permissions: issues: write steps:Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Mar 18 13:38:51 GMT 2026 - 253 bytes - Click Count (0) -
AI_POLICY.md
2. **Disclose significant AI involvement.** If AI tools played a major role in producing your contribution, say so in the description. We are not interested in incidental use, such as asking a chatbot for advice or accepting an autocomplete suggestion—but...
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Mar 27 18:43:39 GMT 2026 - 3.1K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/script/groovy/GroovyEngine.java
* administrators (e.g., "data1 > 10", "10 * boost1 + boost2") and do not use * static state, so this is acceptable.</p> * * <p>Resource Management: Each cached entry's GroovyClassLoader is closed on * eviction via RemovalListener. All remaining entries are cleaned up via close() (@PreDestroy).</p> */ public class GroovyEngine extends AbstractScriptEngine {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 14:36:23 GMT 2026 - 11.9K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/dict/mapping/CharMappingFileTest.java
// This test verifies that close() handles errors gracefully CharMappingItem newItem = new CharMappingItem(0, new String[] { "x", "y" }, "z"); // Insert will trigger MappingUpdater which will be closed automatically charMappingFile.insert(newItem); // Verify the operation completed successfully despite any internal errors PagingList<CharMappingItem> result = charMappingFile.selectList(0, 10);Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 18.9K bytes - Click Count (0)