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 - Collection.isEmpty() should be used to test for emptiness. #12

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:S1155 - Collection.isEmpty() should be used to test for emptiness. You can find more information about the issue here: https://dev.eclipse.org/sonar/rules/show/squid:S1155

Please let me know if you have any questions.

Faisal Hameed

codecov-io commented 8 years ago

Current coverage is 33.00%

Merging #12 into master will not affect coverage as of 70edbd5

@@            master     #12   diff @@
======================================
  Files         1332    1332       
  Stmts        66238   66238       
  Branches     14284   14284       
  Methods          0       0       
======================================
  Hit          21863   21863       
  Partial       2537    2537       
  Missed       41838   41838       

Review entire Coverage Diff as of 70edbd5

Powered by Codecov. Updated on successful CI builds.

kno10 commented 8 years ago

Merged. Thank you.