ZhouXY108
|
ab318136a8
|
补充单元测试
|
2024-12-04 01:17:42 +08:00 |
ZhouXY108
|
b4115aae95
|
使用 AssertTools 替代 Preconditions
|
2024-12-04 01:17:20 +08:00 |
ZhouXY108
|
10761e92ec
|
BigDecimals:修复 equalsValue 方法第二个参数为 null 报空指针的问题;补充单元测试
|
2024-12-04 01:16:00 +08:00 |
ZhouXY108
|
65f0bb062c
|
ArrayTools:修复 concat 方法的参数 arrays 中存在 null,从而报空指针的问题;补充单元测试
|
2024-12-04 01:14:20 +08:00 |
ZhouXY108
|
cca3c8b1ee
|
修改身份证号的实现
|
2024-12-02 18:30:38 +08:00 |
ZhouXY108
|
274f2d9874
|
修改 ParsingFailureException 的注释
|
2024-12-02 18:29:34 +08:00 |
ZhouXY108
|
2e4e32af45
|
新增中国二代居民身份证正则常量
|
2024-12-02 18:29:00 +08:00 |
ZhouXY108
|
c06c486ab9
|
AssertTools 删除 checkArgumentNotNull 方法,新增 checkExists、checkAffectedRows、checkAffectedOneRow 方法。
|
2024-12-02 18:28:23 +08:00 |
ZhouXY108
|
d499433a34
|
新增 DataNotExistsException
|
2024-12-02 18:26:39 +08:00 |
ZhouXY108
|
1c98d05302
|
修改 Chinese2ndGenIDCardNumber
|
2024-11-29 18:24:41 +08:00 |
ZhouXY108
|
7af3b5ad7c
|
修改正则常量
|
2024-11-29 18:24:00 +08:00 |
ZhouXY108
|
6bbf55160b
|
重载新增 Numbers#nullToZero(Byte)
|
2024-11-27 22:30:51 +08:00 |
ZhouXY108
|
cee89835e5
|
IdGenerator#toSimpleString 新增参数校验
|
2024-11-27 21:39:34 +08:00 |
ZhouXY108
|
296e8995d6
|
去除 toZonedDateTime 的 Deprecated 注解
|
2024-11-26 16:05:42 +08:00 |
ZhouXY108
|
d2d824462b
|
新增测试进度文件记录
|
2024-11-19 23:15:22 +08:00 |
ZhouXY108
|
5dbaba3c5a
|
新增 TODO
|
2024-11-19 23:10:54 +08:00 |
ZhouXY108
|
fe72ddb784
|
更改测试类所在包
|
2024-11-19 23:10:39 +08:00 |
ZhouXY108
|
86d2716b8d
|
Numbers:重载 BigInteger 的 sum 方法;新增 nullToZero 方法
|
2024-11-19 22:51:16 +08:00 |
ZhouXY108
|
3b82e27738
|
ArrayTools:补充重载方法;新增 indexOf、lastIndexOf、contains 方法
|
2024-11-19 22:49:49 +08:00 |
ZhouXY108
|
fb9cb8ada9
|
BigDecimals:新增 sum、nullToZero 方法
|
2024-11-19 22:49:22 +08:00 |
ZhouXY108
|
8d24d8de23
|
添加注释
|
2024-11-19 21:59:03 +08:00 |
ZhouXY108
|
3f0c14f2d9
|
删除代表区间的 Interval,使用 guava 的 Range 即可。
|
2024-11-19 20:29:33 +08:00 |
ZhouXY108
|
7951172d68
|
AbstractMapWrapper 覆写 hashCode 和 equals
|
2024-11-02 11:47:41 +08:00 |
ZhouXY108
|
476d3c5ac9
|
ArrayTools 和 StringTools 新增 repeat 方法。
|
2024-11-01 17:41:01 +08:00 |
ZhouXY108
|
9068d409f5
|
1.0.0-alpha
Signed-off-by: ZhouXY108 <luquanlion@outlook.com>
|
2024-11-01 17:30:45 +08:00 |
ZhouXY108
|
f2e12a4aab
|
1.0.x
Signed-off-by: ZhouXY108 <luquanlion@outlook.com>
|
2024-11-01 17:27:11 +08:00 |
ZhouXY108
|
4a84941bd9
|
新增 checkNotNull 方法
|
2024-11-01 10:36:07 +08:00 |
ZhouXY108
|
87c9273e43
|
补充 .editorconfig
|
2024-10-25 21:27:14 +08:00 |
ZhouXY108
|
72c55ec0e3
|
更新 joda-time 和测试依赖的 gson
|
2024-10-25 09:32:52 +08:00 |
ZhouXY108
|
f4b7005b92
|
格式化代码。
|
2024-10-21 23:17:52 +08:00 |
ZhouXY108
|
443116a5a2
|
新增通用异常,调整异常结构。
|
2024-10-21 23:17:41 +08:00 |
ZhouXY108
|
5932bbd53f
|
删除多余的函数式接口
|
2024-10-21 21:15:35 +08:00 |
ZhouXY108
|
e5cd981508
|
修改注释
|
2024-10-21 18:18:53 +08:00 |
ZhouXY108
|
66d0e811f7
|
新增允许抛出异常的 Executable、ThrowingConsumer、ThrowingSupplier 和 ThrowingPredicate
|
2024-10-21 01:54:34 +08:00 |
ZhouXY108
|
ab05b55b04
|
修改方法名
|
2024-10-21 01:42:01 +08:00 |
ZhouXY108
|
269f9d686e
|
重构代码
|
2024-10-21 01:25:08 +08:00 |
ZhouXY108
|
442374e53b
|
ValidatableStringRecord 暂不支持序列化
|
2024-10-21 00:35:10 +08:00 |
ZhouXY108
|
85939e4fc4
|
删除 ImmutableObject,使用 com.google.errorprone.annotations.Immutable
|
2024-10-21 00:26:06 +08:00 |
ZhouXY108
|
fa5b8aba7d
|
修改 toString 的测试用例
|
2024-10-20 21:52:26 +08:00 |
ZhouXY108
|
0c3e3f77ce
|
更新依赖。
|
2024-10-18 18:41:06 +08:00 |
ZhouXY108
|
3c179f1488
|
修改正则。
|
2024-10-18 18:40:55 +08:00 |
ZhouXY108
|
f2298e934c
|
删除多余方法,修改方法名。
|
2024-10-18 18:40:41 +08:00 |
ZhouXY108
|
cfc1ddc6b3
|
新增 InvalidInputException
|
2024-10-18 18:31:40 +08:00 |
ZhouXY108
|
4ea3a3a6ab
|
添加注释,添加重载方法。
|
2024-10-18 18:31:20 +08:00 |
ZhouXY108
|
949c59fc1e
|
新增 ArrayTools#fill 方法
|
2024-10-14 16:36:01 +08:00 |
ZhouXY108
|
1ade08783f
|
优化代码
|
2024-10-14 16:35:19 +08:00 |
ZhouXY108
|
1b0cf2bd42
|
更改 YearQuarter 字符串格式。
|
2024-10-12 02:00:33 +08:00 |
ZhouXY108
|
be0e21022e
|
补充、修改 Copyright
|
2024-10-12 00:57:35 +08:00 |
ZhouXY108
|
c968b004e8
|
更新 Copyright。
|
2024-10-12 00:27:28 +08:00 |
ZhouXY108
|
ff472384fb
|
新增 Chinese2ndGenIDCardNumber,由于中国第二代居民身份证号
|
2024-10-12 00:23:03 +08:00 |