ZhouXY108
|
8f588c25b5
|
构造 PageResult 时,如果 list 是 null,则自动转为空列表,不抛异常。
|
2024-12-29 22:40:35 +08:00 |
ZhouXY108
|
8a60f4db66
|
保存 CollectionTools#nullToEmptyXXX 的单元测试。
|
2024-12-29 22:35:53 +08:00 |
ZhouXY108
|
f1412d6eea
|
更新测试进度
|
2024-12-29 22:25:11 +08:00 |
ZhouXY108
|
a2482419e0
|
完成 DateTimeTools 的单元测试和修复,并修改其它不合适的单元测试用例。
|
2024-12-29 22:25:11 +08:00 |
ZhouXY108
|
979eedabb1
|
完成正则工具相关测试。
|
2024-12-29 22:25:11 +08:00 |
ZhouXY108
|
1727af5940
|
更新 ProgressOfTesting.txt
|
2024-12-29 22:25:11 +08:00 |
ZhouXY108
|
8411e75274
|
删除意义不大的 MapWrapper
|
2024-12-29 22:25:11 +08:00 |
ZhouXY108
|
1f8036e170
|
检查并完善 BigDecimals、Numbers、OptionalTools 的单元测试。
|
2024-12-29 22:25:11 +08:00 |
ZhouXY108
|
37263c6933
|
补充 copyright
|
2024-12-29 22:25:11 +08:00 |
ZhouXY108
|
ab2fc54162
|
完成 UnifiedResponse 单元测试;新增 PageResult#empty,修改 PageResult#toString。
|
2024-12-29 22:25:11 +08:00 |
ZhouXY108
|
40302d83cf
|
删除 SQL 构造器。暂不考虑相关工具。
|
2024-12-29 22:25:11 +08:00 |
ZhouXY108
|
9ccaa2d1d6
|
更新 ProgressOfTesting.txt
|
2024-12-29 22:25:11 +08:00 |
ZhouXY108
|
d72a5d3255
|
Chinese2ndGenIDCardNumber 继承自 ValidatableStringRecord;测试 ValidatableStringRecord。
|
2024-12-29 22:25:11 +08:00 |
ZhouXY108
|
f1491117de
|
完成 RandomTools 单元测试
|
2024-12-29 22:25:11 +08:00 |
ZhouXY108
|
36823c1181
|
更新 ProgressOfTesting.txt
|
2024-12-29 22:25:11 +08:00 |
ZhouXY108
|
76f612f2cc
|
完成身份证号的单元测试
|
2024-12-29 22:25:11 +08:00 |
ZhouXY108
|
a887771565
|
完成 ID 生成器的单元测试
|
2024-12-29 22:25:11 +08:00 |
ZhouXY108
|
fb5ff43ed6
|
更新 ProgressOfTesting.txt
|
2024-12-29 22:25:11 +08:00 |
ZhouXY108
|
cd9a9da7ba
|
删除 SafeConcurrentHashMap。注意使用 ConcurrentHashMap#computeIfAbsent 方法时,mappingFunction 里不要调用该 map 的 computeIfAbsent 即可。
|
2024-12-29 22:25:11 +08:00 |
ZhouXY108
|
1b2978fb06
|
补充 ID 生成器的 Javadoc。
|
2024-12-29 22:25:11 +08:00 |
ZhouXY108
|
1a76f00b6a
|
完成 Quarter 和 YearQuarter 的单元测试
|
2024-12-29 22:25:11 +08:00 |
ZhouXY108
|
f7f7bed848
|
CollectionTools 新增 nullToEmptyList、nullToEmptySet、nullToEmptyMap 方法
Reviewed-on: #1
|
2024-12-29 22:09:31 +08:00 |
ZhouXY108
|
c8e1d9ac59
|
CollectionTools 新增 nullToEmptyList、nullToEmptySet、nullToEmptyMap 方法
`CollectionTools` 提供 `nullToEmptyList`、`nullToEmptySet`、`nullToEmptyMap`,分别在提供的集合为 `null` 时,返回 `Collections.emptyList()`、`Collections.emptySet()`、`Collections.emptyMap()`。
close #7
|
2024-12-29 22:07:05 +08:00 |
ZhouXY108
|
6bc32ce379
|
完成 EnumTools 单元测试
|
2024-12-26 11:42:13 +08:00 |
ZhouXY108
|
cee24b3d10
|
修正 InvalidInputExceptionTests 和 ParsingFailureExceptionTests
|
2024-12-26 11:38:24 +08:00 |
ZhouXY108
|
1fde8a9b8a
|
更新 ProgressOfTesting.txt
|
2024-12-25 23:23:55 +08:00 |
ZhouXY108
|
7ad911fc1e
|
更新 ProgressOfTesting.txt
|
2024-12-25 23:19:41 +08:00 |
ZhouXY108
|
6b82b49520
|
完成 Quarter 单元测试
Reviewed-on: plusone/plusone-commons#5
|
2024-12-25 21:45:12 +08:00 |
ZhouXY108
|
979293cb7a
|
完成 Quarter 单元测试
|
2024-12-25 21:30:18 +08:00 |
ZhouXY108
|
767217a143
|
删除已完成的 TODO
|
2024-12-25 21:30:11 +08:00 |
ZhouXY108
|
3940f473ea
|
完成 AssertTools 单元测试,修复错误
Reviewed-on: plusone/plusone-commons#4
|
2024-12-25 20:52:49 +08:00 |
ZhouXY108
|
b37263f95c
|
完成 AssertTools 单元测试,修复错误
|
2024-12-25 20:48:11 +08:00 |
ZhouXY108
|
23ab9a68ea
|
优化异常,并完成单元测试
Reviewed-on: plusone/plusone-commons#3
|
2024-12-25 17:12:54 +08:00 |
ZhouXY108
|
8c1db56d65
|
1. 优化多类型异常的创建方式;
2. 修改参数名,不使用缩写;
3. 完成异常的单元测试,
|
2024-12-25 17:08:55 +08:00 |
ZhouXY108
|
129ace6878
|
重载 DataNotExistsException 构造器
|
2024-12-24 18:01:41 +08:00 |
ZhouXY108
|
4559636e7d
|
优化代码
Reviewed-on: plusone/plusone-commons#2
|
2024-12-24 17:58:17 +08:00 |
ZhouXY108
|
9f7eda47fe
|
修改 EnumTools 中方法的参数名称
|
2024-12-24 17:41:22 +08:00 |
ZhouXY108
|
8ac446e228
|
YearQuarter 新增方法
|
2024-12-24 17:41:22 +08:00 |
ZhouXY108
|
c9db3828a3
|
使用工具类简化代码
|
2024-12-24 17:41:22 +08:00 |
ZhouXY108
|
4b9b38eeb9
|
Quarter 实现 IWithIntCode。
|
2024-12-24 17:41:22 +08:00 |
ZhouXY108
|
ef35833dc0
|
调整测试类所在包
|
2024-12-24 17:41:22 +08:00 |
ZhouXY108
|
102ce5185a
|
异常的 Type 实现 IWithCode 接口
|
2024-12-24 17:41:22 +08:00 |
ZhouXY108
|
672e180f43
|
修改变量名,不使用缩写
|
2024-12-24 17:41:22 +08:00 |
ZhouXY108
|
488aaad452
|
使用 AssertTools 替换 Preconditions。
|
2024-12-24 17:41:21 +08:00 |
ZhouXY108
|
1e4306005e
|
Gender 实现 IWithIntCode 接口。
|
2024-12-24 17:41:21 +08:00 |
ZhouXY108
|
f93eec6d08
|
完成 IWithCode 相关接口和 TreeBuilder 的单元测试
Reviewed-on: plusone/plusone-commons#1
|
2024-12-24 11:48:04 +08:00 |
ZhouXY108
|
424857df6a
|
完成 TreeBuilder 单元测试。
|
2024-12-24 11:35:02 +08:00 |
ZhouXY108
|
f6b2509b12
|
完成 IWithCode 相关接口的单元测试。
|
2024-12-24 10:44:05 +08:00 |
ZhouXY108
|
c78a2ab380
|
新增 YearQuarter#getQuarterValue
|
2024-12-24 09:31:21 +08:00 |
ZhouXY108
|
33e1c14755
|
1. 删除 DateTimeTools 中的格式化器的缓存,应由调用方执行负责维护;
2. 新增 toYearString 和 toMonthString 方法。
|
2024-12-23 00:38:20 +08:00 |