java-faker icon indicating copy to clipboard operation
java-faker copied to clipboard

A bug in the job method

Open Gandhi-gd opened this issue 3 years ago • 1 comments

To Reproduce

Faker faker = new Faker(Locale.CHINA);
System.out.println(faker.name().name());
System.out.println(faker.job().field());
System.out.println(faker.job().position());
System.out.println(faker.job().title());

this is result. image

Versions:

  • OS: windows
  • JDK 1.8
  • Faker Version 1.0.2

Gandhi-gd avatar Sep 18 '22 14:09 Gandhi-gd

This library is no longer maintained. Please use https://github.com/datafaker-net/datafaker, which is an active fork of this library.

bodiam avatar Sep 18 '22 22:09 bodiam