j256 / ormlite-core

Core ORMLite functionality that provides a lite Java ORM in conjunction with ormlite-jdbc or ormlite-android
http://ormlite.com/
ISC License
577 stars 212 forks source link

Fixed DateFormat reentrant bug #213

Closed j256 closed 3 years ago

j256 commented 3 years ago

Thanks to Bob Lacatena. Fixes #211

codecov[bot] commented 3 years ago

Codecov Report

Merging #213 (395586d) into master (493cf40) will increase coverage by 0.02%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #213      +/-   ##
============================================
+ Coverage     88.12%   88.15%   +0.02%     
- Complexity     2615     2619       +4     
============================================
  Files           135      136       +1     
  Lines          7177     7177              
  Branches        942      942              
============================================
+ Hits           6325     6327       +2     
+ Misses          555      554       -1     
+ Partials        297      296       -1     
Impacted Files Coverage Δ
...ava/com/j256/ormlite/field/types/BaseDateType.java 100.00% <100.00%> (+5.71%) :arrow_up:
...56/ormlite/field/types/DateStringFormatConfig.java 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 493cf40...395586d. Read the comment docs.