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 - Array designators "[]" should be on the type, not the variable. #16

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:S1197 - Array designators "[]" should be on the type, not the variable. You can find more information about the issue here: https://dev.eclipse.org/sonar/rules/show/squid:S1197

Please let me know if you have any questions.

Faisal Hameed

codecov-io commented 8 years ago

Current coverage is 33.00%

Merging #16 into master will not affect coverage as of d33bde4

@@            master     #16   diff @@
======================================
  Files         1332    1332       
  Stmts        66238   66238       
  Branches     14284   14284       
  Methods          0       0       
======================================
  Hit          21863   21863       
+ Partial       2537    2536     -1
- Missed       41838   41839     +1

Review entire Coverage Diff as of d33bde4

Powered by Codecov. Updated on successful CI builds.

kno10 commented 8 years ago

Merged. Thank you.