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 - Local Variables should not be declared and then immediately returned or thrown. #14

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:S1488 - Local Variables should not be declared and then immediately returned or thrown. You can find more information about the issue here: https://dev.eclipse.org/sonar/rules/show/squid:S1488

Please let me know if you have any questions.

Faisal Hameed

codecov-io commented 8 years ago

Current coverage is 33.00%

Merging #14 into master will not affect coverage as of 2dfacec

@@            master     #14   diff @@
======================================
  Files         1332    1332       
  Stmts        66238   66195    -43
  Branches     14284   14284       
  Methods          0       0       
======================================
- Hit          21863   21849    -14
+ Partial       2537    2535     -2
+ Missed       41838   41811    -27

Review entire Coverage Diff as of 2dfacec

Powered by Codecov. Updated on successful CI builds.