EclipseJdt cleanup 'RemoveUnusedImport' applied by erefactor. For EclipseJdt see https://www.eclipse.org/eclipse/news/4.18/jdt.php For erefactor see https://github.com/cal101/erefactor
@@ -3,8 +3,6 @@ package cn.hutool.core.util;
import cn.hutool.core.lang.PatternPool;
import cn.hutool.core.lang.Validator;
-import java.util.regex.Pattern;
-
/**
* 手机号工具类
@@ -3,8 +3,6 @@ package cn.hutool.core.codec;
import org.junit.Assert;
import org.junit.Test;
-import cn.hutool.core.codec.BCD;
public class BCDTest {
@Test
@@ -5,7 +5,6 @@ import java.util.concurrent.TimeUnit;
-import cn.hutool.core.convert.Convert;
import cn.hutool.core.util.CharsetUtil;
@@ -3,9 +3,6 @@ package cn.hutool.core.convert;
-import cn.hutool.core.convert.Converter;
-import cn.hutool.core.convert.ConverterRegistry;
* ConverterRegistry 单元测试
* @author Looly
@@ -3,7 +3,6 @@ package cn.hutool.db;
-import cn.hutool.db.Entity;
import cn.hutool.db.pojo.User;
@@ -6,10 +6,6 @@ import org.junit.Ignore;
import cn.hutool.core.lang.Console;
-import cn.hutool.db.Db;
-import cn.hutool.db.Page;
-import cn.hutool.db.PageResult;
* PostgreSQL 单元测试
* SQL Server操作单元测试
@@ -4,8 +4,6 @@ import cn.hutool.core.io.FileUtil;
import cn.hutool.core.io.IORuntimeException;
import cn.hutool.core.io.StreamProgress;
-import cn.hutool.http.HttpRequest;
-import cn.hutool.http.HttpUtil;
import org.junit.Ignore;
@@ -3,8 +3,6 @@ package cn.hutool.http;
-import cn.hutool.http.HtmlUtil;
* Html单元测试
*
@@ -2,7 +2,6 @@ package cn.hutool.http;
import cn.hutool.core.thread.ThreadUtil;
@@ -1,9 +1,6 @@
package cn.hutool.http;
-import cn.hutool.http.Header;
import cn.hutool.json.JSONUtil;
@@ -5,7 +5,6 @@ import cn.hutool.core.collection.CollUtil;
import cn.hutool.core.collection.IterUtil;
import cn.hutool.core.convert.Convert;
import cn.hutool.core.lang.Assert;
-import cn.hutool.core.lang.Console;
import cn.hutool.core.map.MapUtil;
import org.apache.poi.xwpf.usermodel.XWPFDocument;
import org.apache.poi.xwpf.usermodel.XWPFTable;