-
Notifications
You must be signed in to change notification settings - Fork 202
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
Let's turn on findbugs #517
Comments
@exper0 let's try to turn them on... |
@exper0 we will find someone to do this task, soon |
@exper0 there is no milestone yet, so I set it to |
@ddaanniieell01 could you please pick this up? This article explains how we work. Any technical questions you may ask right here; The cost of this task is 30 mins (this is exactly how much will be paid, not less not more), when the task is done |
@exper0 thanks a lot for reporting, 15 mins added to your acc, pmt ID |
@alexey-krylov this task is yours, please help (see our key principles of work). If you have any technical questions, don't hesitate to ask right here; The budget of this task is 30 mins. This is exactly how much time will be compensated, when the task is completed. Read about our Definition of Done |
@davvd ok, i take this task. |
@alexey-krylov thanks |
@yegor256 FindBugs found ~50 errors in Takes. Most of them related to String-from-bytes construction without charset:
I propose three options:
Please suggest with selection. I don't know Takes popularity level in environments based on Java6. |
@alexey-krylov Ideally you should enable findbugs and fix issues it causes. If there are too many issues you need to fix at least some of them and exclude the remaining issues from check (using specific exclude filters). Also you need to create puzzle to for the other developer to fix the remaining issues (see http://www.yegor256.com/2009/03/04/pdd.html) |
@exper0 most of issues related to 'new String(byte[])' construct. What do you think about best solution here? |
@alexey-krylov let's upgrade to Java 7 |
@sebing read this please: http://www.yegor256.com/2015/02/16/it-is-not-a-school.html |
@sebing you should ask ticket author to close it, see http://www.yegor256.com/2014/11/24/principles-of-bug-tracking.html |
@sebing sure, thanks |
@exper0 thanks. |
@davvd This task is finished and closed. |
@elenavolokhova please, review this ticket for compliance with our QA rules |
@davvd Quality is good here. |
@elenavolokhova thanks for the review |
@sebing just added 10 mins to @elenavolokhova (for QA), payment ID is |
Currently it's excluded in qulice configuration. Why is it?
- ~~`517-9858229b`/#574~~ (by Sebin George) - ~~`574-2964594e`/#624~~ (by ) - ~~`624-78dfe52a`/#660~~ (by Nicolas FILOTTO) - ~~`660-949a08e1`/#678~~ (by Vladimir Maximenko) - ~~`678-b4f3ecf4`/#684~~ (by Vladimir Maximenko) - ~~`678-832c7c24`/#686~~ (by Dalí Freire Dias dos Santos) - ~~`686-bac26563`/#696~~ (by Rui José Gonçalves de Castro) - ~~`686-832c7c24`/#697~~ (by Vladimir Maximenko) - ~~`686-55806871`/#698~~ (by Dalí Freire Dias dos Santos) - `684-70270140`/#692 (by Vladimir Maximenko)
The text was updated successfully, but these errors were encountered: