mangstadt / biweekly

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

VTimezone and dependencies are serializable #44

Closed bcmedeiros closed 8 years ago

bcmedeiros commented 8 years ago

fixes #41 please let me know if you want all classes to have serialVersionUID. I put it only in the classes I need to make the test pass, but I can put it in all of them.

codecov-io commented 8 years ago

Current coverage is 78%

Merging #44 into master will increase coverage by +<1%

  1. File ...DotOrgGenerator.java (not in diff) was modified. more
    • Misses -15
    • Partials +2
    • Hits +13
@@             master        #44   diff @@
==========================================
  Files           256        256          
  Lines         10630      10630          
  Methods           0          0          
  Messages          0          0          
  Branches       2029       2029          
==========================================
+ Hits           8226       8239    +13   
+ Misses         1991       1976    -15   
- Partials        413        415     +2   

Powered by Codecov. Last updated by 81eaf73...208ed3f

mangstadt commented 8 years ago

There is no need to implement Serializable. See https://github.com/mangstadt/biweekly/issues/41