Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bug 950 #21

Merged
merged 2 commits into from
Oct 16, 2014
Merged

Fix bug 950 #21

merged 2 commits into from
Oct 16, 2014

Conversation

thiagogt
Copy link
Contributor

The getBasePath() was returning NullPointerException, because the method was trying to create a File using a null basePath. I changed the getBasePath method to return a String, create a getFileFromBasePath and where the old getBasePath was called, I changed it to getFileFromBasePath, verifying if basePath was null.

…de uma string e validacao do basePath != null para inciar um File()
#log4j.rootCategory=ALL,stderr
log4j.rootCategory=WARN,stderr
log4j.rootCategory=ALL,stderr
#log4j.rootCategory=WARN,stderr
Copy link
Contributor

Choose a reason for hiding this comment

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

can you please remove this from the pull request as the default logging parameters should not be changed.

@thiagogt
Copy link
Contributor Author

Ok simonharrer, its done. Thanks for reminder me.

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