elki-project / elki

ELKI Data Mining Toolkit
https://elki-project.github.io/
GNU Affero General Public License v3.0
780 stars 321 forks source link

Code quality fix - Catches should be combined. #15

Closed faisal-hameed closed 8 years ago

faisal-hameed commented 8 years ago

This pull request is focused on resolving occurrences of Sonar rule squid:S2147 - Catches should be combined. You can find more information about the issue here: https://dev.eclipse.org/sonar/rules/show/squid:S2147

Please let me know if you have any questions.

Faisal Hameed

codecov-io commented 8 years ago

Current coverage is 33.02%

Merging #15 into master will increase coverage by +0.02% as of fa8e022

@@            master     #15   diff @@
======================================
  Files         1332    1332       
  Stmts        66238   66201    -37
  Branches     14284   14284       
  Methods          0       0       
======================================
- Hit          21863   21861     -2
- Partial       2537    2538     +1
+ Missed       41838   41802    -36

Review entire Coverage Diff as of fa8e022

Powered by Codecov. Updated on successful CI builds.

kno10 commented 8 years ago

Merged. Thanks.