Skip to content
This repository was archived by the owner on Oct 23, 2024. It is now read-only.

fix #1493#1507

Merged
wenshao merged 1 commit intoalibaba:masterfrom
kimmking:master
Oct 4, 2017
Merged

fix #1493#1507
wenshao merged 1 commit intoalibaba:masterfrom
kimmking:master

Conversation

@kimmking
Copy link
Copy Markdown
Contributor

@kimmking kimmking commented Oct 4, 2017

fix #1493

@codecov-io
Copy link
Copy Markdown

Codecov Report

Merging #1507 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #1507      +/-   ##
============================================
+ Coverage     82.79%   82.79%   +<.01%     
  Complexity     6027     6027              
============================================
  Files           136      136              
  Lines         22049    22051       +2     
  Branches       5034     5034              
============================================
+ Hits          18256    18258       +2     
  Misses         2551     2551              
  Partials       1242     1242
Impacted Files Coverage Δ Complexity Δ
src/main/java/com/alibaba/fastjson/JSON.java 91.08% <100%> (+0.02%) 117 <0> (ø) ⬇️
...ba/fastjson/parser/deserializer/Jdk8DateCodec.java 72.15% <100%> (+0.1%) 66 <0> (ø) ⬇️

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 a3860da...958cd4c. Read the comment docs.

@wenshao wenshao merged commit 10766c9 into alibaba:master Oct 4, 2017
@wenshao
Copy link
Copy Markdown
Member

wenshao commented Oct 4, 2017

这个patch导致com.alibaba.json.bvt.jdk8.LocalDateTimeTest跑不过了

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

当对象中存在LocalDateTime 类型时,序列化后的json会出现不同DateFormat结果

3 participants