eBay / parallec

Fast Parallel Async HTTP/SSH/TCP/UDP/Ping Client Java Library. Aggregate 100,000 APIs & send anywhere in 20 lines of code. Ping/HTTP Calls 8000 servers in 12 seconds. (Akka) www.parallec.io
Apache License 2.0
805 stars 173 forks source link

General code quality fix-1 #28

Closed faisal-hameed closed 8 years ago

faisal-hameed commented 8 years ago

This pull request is focused on resolving occurrences of Sonar rules squid:S1125 - Literal boolean values should not be used in condition expressions. squid:S1905 - Redundant casts should not be used You can find more information about the issue here: https://dev.eclipse.org/sonar/rules/show/squid:S1125 https://dev.eclipse.org/sonar/rules/show/squid:S1905

Please let me know if you have any questions.

Faisal Hameed

codecov-io commented 8 years ago

Current coverage is 93.38%

Merging #28 into master will decrease coverage by -0.16% as of cd4ae6f

@@            master     #28   diff @@
======================================
  Files           80      80       
  Stmts         3082    3082       
  Branches       285     285       
  Methods          0       0       
======================================
- Hit           2883    2878     -5
- Partial         98      99     +1
- Missed         101     105     +4

Review entire Coverage Diff as of cd4ae6f

Powered by Codecov. Updated on successful CI builds.