Fixing squid: S2142 "InterruptedException" should not be ignored#18
Fixing squid: S2142 "InterruptedException" should not be ignored#18devFozgul wants to merge 1 commit intocundong:masterfrom DevFactory:release/InterruptedException_should_not_be_ignored
Conversation
|
Hi Cundong, |
|
what are u doing ?? 2016-05-23 13:43 GMT+08:00 Fevzi Ozgul notifications@github.com:
沉舟侧畔千帆过,病树前头万木春~ |
|
Please read and some other material about it. "Interruptions should not be swallowed." That is why it is signalled by SonarQube analysis as an error to be fixed in the code. Please follow squid: S2142 rule. |
|
Hi Cundong, I have not had news from you for a long time. While you are at it, could you please check my PRs and merge if possible? It is very important for my rating. |
|
Hi Cundong, You approved of my contribution to you code after SonarQube quality analysis. So on behalf of my company DevFactory ı am trying to remove Technical Debt from your code. TD is a burden on the software which is checked by a tool like SonarQ. Please take one step further and check my PRs and merge them if there are conflicts. Thank you. |

This pull request is focused on resolving occurrences of Sonar rule
squid:S2142 - “ "InterruptedException" should not be ignored”.
You can find more information about the issue here:
https://dev.eclipse.org/sonar/rules/show/squid:S2142
Please let me know if you have any questions.
Fevzi Ozgul