datafaker icon indicating copy to clipboard operation
datafaker copied to clipboard

Generating fake data for the JVM (Java, Kotlin, Groovy) has never been easier!

Results 40 datafaker issues
Sort by recently updated
recently updated
newest added

Make `mapOfMethodAndCoercedArgs` non static to avoid concurrency issues add description for tests

At the moment, the quality of some generated phone numbers is quite poor. To demonstrate this, there's a test called `PhoneNumberValidityFinderTest.testAllPhoneNumbers`, which generates the following output: ``` en_NZ=53 fr_CH=57 lv_LV=60...

**Describe the bug** Using datafaker 1.5.0 with java 8 throws java.lang.UnsupportedClassVersionError: net/datafaker/Faker has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version...

Issue: #163 Minimized error code to +-10

**Is your feature request related to a problem? Please describe.** At that moment, there are only 2 passport number generators. Am(American) and Ch(Chinese) passport number generator. **Describe the solution you'd...

The use of locales as suggested by `README.md` seems to be inconsistent with the Java Locale API. Namely, it gives as an example ```java new Faker(new Locale("en-us")).address().zipCodeByState("CA")); ``` Here `Locale("en-us")`...

After thinking about https://github.com/datafaker-net/datafaker/issues/232 I came to the idea which potentially should work without issues mentioned in https://github.com/datafaker-net/datafaker/issues/232 however with the assumption that we consider only bounded set of values...

**Is your feature request related to a problem? Please describe.** In order to support data generation repeatability, it is important to be able to easily set the Random seed. Currently,...

fix: Corrected failing integration unit tests, which exposed a defect in the handling of dot notation data provider properties. Previously, these properties were case-sensitive and the unit tests were failing....

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] At my job I...