Skip to content

Conversation

@nmnp
Copy link
Collaborator

@nmnp nmnp commented Aug 17, 2016

Please review my code.

Thank you,

*/
public void renderTable() {
RenderedTable rt = this.renderer.render(this.table);
System.out.println(rt);
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

MAJOR Replace this usage of System.out or System.err by a logger. rule

* suitable for storing in a database.
* Empty passwords are not supported.
*/
public static String getSaltedHash(String password) throws Exception {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CRITICAL Define and throw a dedicated exception instead of using a generic one. rule

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants