* Added Code and iml file for Medical data faker
Contains following fakers
-- Hospital Name
-- Disease
-- Medicine
-- Symptoms
* Modified regex for Medical Symptom match
* Modified regular expression for Hospital Name
* Modified regular expression for Hospital Name
* Modified regular expression for Hospital Name
* Modified regular expression for Hospital Name for bigger lengths
* Updated Medical Faker Test removed static tests
* Remove whitespaces from usernames (#296)
Some languages include compound names (spanish and portugese for
example) and that breaks usernames validation
* Remove noise from my previous commit
Accidentally cleaned the entire file...
* Add weather descriptions
* Add random temperature
* Add Ukrainian and Russian weather and temperature data
* Update README
* Add generator for temperature in a range
* Add Weather class to IT tests
Hi,
Not sure if it was intentional, or just reminiscent from some older code. I couldn't find any reason for having `StringBuffer` instead of `StringBuilder`, nor any javadocs about threads and synchronization.
I believe it won't cause any regression. And while these two methods (`#numerify` and `#letterHelper`) used `StringBuffer`s, the constructor uses `StringBuilder`, and other parts of the code also use `StringBuilder`s (e.g. `Code#isbn10`, `FakerIDN#toASCII`, ...).
Quickly created the pull request from GitHub interface, but hopefully Travis CI will build it and confirm it works fine. Found it while using the IDE to find occurrences of these classes in a legacy code at work.
Cheers
Bruno
* Add support for random avatar urls
* Replace UrlValidator with Hamcrest matcher
* Fix#275 uuid regex pattern matcher
* Add repeat annotation to avatar test
* Adding overloaded method to allow a specific credit card format to be returned.
Added unit test.
* Fixing brace formatting.
* Brace yourselves for another commit.
* I think I've got them all now!