Starrier/commons

View on GitHub
src/main/java/org/starrier/common/utils/FastJsonUtils.java

Summary

Maintainability
A
50 mins
Test Coverage

Showing 1 of 1 total issue

Identical blocks of code found in 2 locations. Consider refactoring.
Confirmed

package org.starrier.common.utils;
 
import com.alibaba.fastjson.JSON;
import com.alibaba.fastjson.TypeReference;
 
 
Severity: Minor
Found in src/main/java/org/starrier/common/utils/FastJsonUtils.java and 1 other location - About 50 mins to fix
src/main/java/org/starrier/common/utils/json/FastJsonUtils.java on lines 1..58
Category
Status