Using Jackson instead of Fastjson#2850
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #2850 +/- ##
============================================
+ Coverage 37.05% 37.10% +0.05%
- Complexity 2548 2553 +5
============================================
Files 434 435 +1
Lines 20015 20020 +5
Branches 2426 2426
============================================
+ Hits 7416 7429 +13
+ Misses 11929 11925 -4
+ Partials 670 666 -4
Continue to review full report at Codecov.
|
|
Kudos, SonarCloud Quality Gate passed!
|
| Map<String, Object> result = new HashMap<>(5); | ||
| String processMetaJson = FileUtils.file2String(file); | ||
| List<ProcessMeta> processMetaList = JSON.parseArray(processMetaJson,ProcessMeta.class); | ||
| List<ProcessMeta> processMetaList = JSON.parseArray(processMetaJson, ProcessMeta.class); |
There was a problem hiding this comment.
this JSON come from fastjson
There was a problem hiding this comment.
this JSON come from fastjson
the import about fastjson line could be deleted
There was a problem hiding this comment.
Yes, I didn't fix all this kind of issues at this time. I'll do it next week. :)
Brief change log