mangstadt / biweekly

biweekly is an iCalendar library written in Java.
BSD 2-Clause "Simplified" License
323 stars 44 forks source link

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

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

codecov-io commented 8 years ago

Current coverage is 77.45%

Merging #28 into master will not affect coverage as of 6681529

@@            master     #28   diff @@
======================================
  Files          252     252       
  Stmts        10157   10157       
  Branches      1971    1971       
  Methods                          
======================================
  Hit           7867    7867       
  Partial        400     400       
  Missed        1890    1890       

Review entire Coverage Diff as of 6681529

Powered by Codecov. Updated on successful CI builds.

mangstadt commented 8 years ago

Makes more sense. Thank you.