DevNexus09 opened a new pull request, #617:
URL: https://github.com/apache/commons-csv/pull/617

   ## Summary
   This PR performs behavior-preserving refactors for maintainability hotspots 
identified in the code-smell report.
   
   Changes include:
   - Extracted private helpers in CSVFormat, CSVParser, Lexer, 
ExtendedBufferedReader, CSVPrinter, and CSVRecord.
   - Reduced complex private method bodies without changing public behavior.
   - Preserved public APIs, deprecated compatibility methods, predefined 
dialect constants, and existing semantics.
   - Consolidated a small duplicated parser-test pattern using parameterized 
tests.
   
   ## Validation
   - mvn clean test
   - mvn verify
   
   Both passed with:
   - 944 tests
   - 0 failures
   - 0 errors
   - 11 skipped
   
   ## Notes
   These changes are focused only on maintainability/code-smell reduction and 
are intended to preserve existing Apache Commons CSV functionality.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to