fommil / matrix-toolkits-java

:rocket: High Performance Linear Algebra OOP
GNU Lesser General Public License v3.0
362 stars 104 forks source link

Array designators [] should be on the type, not the variable #79

Closed zeeshanasghar closed 8 years ago

zeeshanasghar 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.

Zeeshan Asghar