java-faker
java-faker copied to clipboard
Brings the popular ruby faker gem to Java
**Is your feature request related to a problem? Please describe.** A program I'm wanting to test has been running into issues when using argentina zip codes **Describe the solution you'd...
This pull request fixes several code quality issues detected by PMD, including UselessParentheses , UseLocaleWithCaseConversions, UnnecessaryModifier, and ControlStatementBraces. These changes improve readability and maintainability without affecting functional behavior.
This pull request fixes the issue with the Russian locale in faker.name().nameWithMiddle() method, where generated names were not synchronized by gender.