-
Notifications
You must be signed in to change notification settings - Fork 162
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
Solving the CSV Export problem on Samsung S6 #324
Solving the CSV Export problem on Samsung S6 #324
Conversation
Why does the error happen with a static method? |
@satya164 , I think you can find the response here: http://stackoverflow.com/questions/17343157/static-method-behavior-in-multi-threaded-environment-in-java |
So I talked with @bkerensa. Even if we fully don't understand why the error occurs, a fix is better than nothing. @Ghazghkull I see a conflict (sorry :P), can you please solve it? I will merge after. |
This night when I can access to my personal computer, I will solve the conflict :) |
I solved some problems with dependencies. Now you should be able to compile without issues :) |
Thanks, last night I had a lot of errors and I din't know why.... |
Merged, thanks! |
The main problem seems to be related witth the static method exporting the CSV.
Creating the needed class every time into the new thread solves the problem