sbcoba / jbcrypt

Automatically exported from code.google.com/p/jbcrypt
0 stars 0 forks source link

Improve testing, code cleanup #4

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I've taken a look over jBCrypt and have a few suggestions for cleanups and 
improvements to the test coverage.

Briefly;

* more tests for invalid input checking
* fix use of a StringBuffer to store bytes
* Java style fixes

I've made the changes in a GitHub repo 
(https://github.com/josephw/jBCrypt/commits/) and it would be great to get them 
merged back in.

Original issue reported on code.google.com by joe.walt...@gmail.com on 9 Jun 2012 at 2:14

GoogleCodeExporter commented 8 years ago
I've also included djm's original releases in Git, to preserve authorship and 
history, so if you'd consider switching this project to git and importing a 
clone of that repository that would be even better :-)

Original comment by joe.walt...@gmail.com on 10 Jun 2012 at 8:17