apache / dubbo-hessian-lite

Hessian Lite for Apache Dubbo
Apache License 2.0
53 stars 47 forks source link

Fix hessian2 serialized short, byte is converted to int bug(#19) #20

Closed HzjNeverStop closed 4 years ago

codecov-io commented 4 years ago

Codecov Report

Merging #20 into master will increase coverage by 0.21%. The diff coverage is 73.33%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #20      +/-   ##
============================================
+ Coverage     24.53%   24.75%   +0.21%     
- Complexity      463      466       +3     
============================================
  Files            89       89              
  Lines          6304     6319      +15     
  Branches       1044     1047       +3     
============================================
+ Hits           1547     1564      +17     
+ Misses         4542     4538       -4     
- Partials        215      217       +2
Impacted Files Coverage Δ Complexity Δ
...libaba/com/caucho/hessian/io/JavaDeserializer.java 57.88% <73.33%> (+0.65%) 49 <0> (+1) :arrow_up:
...libaba/com/caucho/hessian/util/IdentityIntMap.java 39.28% <0%> (+7.14%) 9% <0%> (+2%) :arrow_up:

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 6d11247...6538354. Read the comment docs.