Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for assertArgumentNotEmpty (0.21 seconds)

  1. CLAUDE.md

    - **Constants classes**: Same pattern
    
    ### Argument Validation
    
    Use `AssertionUtil` at method entry:
    - `AssertionUtil.assertArgumentNotNull("argName", value)`
    - `AssertionUtil.assertArgumentNotEmpty("argName", value)`
    
    ### Exception Handling
    
    - Wrap checked exceptions in runtime exceptions from `org.codelibs.core.exception`
    - Use error codes (e.g., "ECL0008" = null argument)
    
    ### Test Structure
    
    Created: Fri Apr 03 20:58:12 GMT 2026
    - Last Modified: Thu Mar 12 03:38:56 GMT 2026
    - 3K bytes
    - Click Count (0)
Back to Top