mangstadt / biweekly

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

Private methods that dont access instance data should be static #30

Closed zeeshanasghar closed 8 years ago

zeeshanasghar commented 8 years ago

This pull request is focused on resolving occurrences of Sonar rule

squid:S2325 private methods that dont access instance data should be static

You can find more information about the issue here: https://dev.eclipse.org/sonar/rules/show/squid:S2325

Please let me know if you have any questions.

Zeeshan Asghar

codecov-io commented 8 years ago

Current coverage is 77.45%

Merging #30 into master will not affect coverage as of 6e9d5de

@@            master     #30   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 6e9d5de

Powered by Codecov. Updated on successful CI builds.