Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issue2830(数值字符串末尾带有小数点0转换为整数出现NumberFormatException) #2838

Merged
merged 2 commits into from
Oct 29, 2019

Conversation

Omega-Ariston
Copy link
Collaborator

@codecov-io
Copy link

Codecov Report

Merging #2838 into master will decrease coverage by 0.02%.
The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #2838      +/-   ##
============================================
- Coverage     80.48%   80.46%   -0.03%     
  Complexity     7180     7180              
============================================
  Files           145      145              
  Lines         26966    26969       +3     
  Branches       6450     6451       +1     
============================================
- Hits          21704    21701       -3     
- Misses         3400     3404       +4     
- Partials       1862     1864       +2
Impacted Files Coverage Δ Complexity Δ
...main/java/com/alibaba/fastjson/util/TypeUtils.java 80.23% <100%> (+0.03%) 631 <0> (+1) ⬆️
...com/alibaba/fastjson/serializer/SerialContext.java 72.91% <0%> (-4.17%) 19% <0%> (ø)
...ava/com/alibaba/fastjson/serializer/DateCodec.java 87.05% <0%> (-1.77%) 40% <0%> (-1%)
...main/java/com/alibaba/fastjson/util/FieldInfo.java 86.2% <0%> (-0.35%) 91% <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 b1b0a75...669204d. Read the comment docs.

@wenshao wenshao merged commit 5c6d6fd into alibaba:master Oct 29, 2019
@Omega-Ariston Omega-Ariston deleted the fix-issue2830 branch October 29, 2019 06:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants