Commit Graph

354 Commits (8ac446e2287eb16dd0a65532a7f657a23c1ac971)

Author SHA1 Message Date
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 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
ZhouXY108 fbef9bd005 格式化 SQL Builder 相关代码 2024-12-23 00:36:01 +08:00
ZhouXY108 275a156184 新增 UnifiedResponse 的单元测试 2024-12-05 01:45:05 +08:00
ZhouXY108 ebacc622da 添加 MapWrapper 的注释 2024-12-04 19:37:26 +08:00
ZhouXY108 9300f02a51 修正注释拼写错误 2024-12-04 11:21:06 +08:00
ZhouXY108 ab82cfeea6 删除 ReadWriteLockedTable,使用 Table 时自己把握锁的使用。 2024-12-04 11:20:39 +08:00
ZhouXY108 2cd0640a0b 添加 CollectionTools 单元测试 2024-12-04 10:36:03 +08:00
ZhouXY108 cedf77d33c CollectionTools 添加注释 2024-12-04 10:35:39 +08:00
ZhouXY108 1e1c003751 更新测试进度 2024-12-04 01:41:43 +08:00
ZhouXY108 0e90956147 重载 equalsCode 方法;添加单元测试 2024-12-04 01:39:47 +08:00
ZhouXY108 75b39de99f 更新测试进度 2024-12-04 01:17:53 +08:00
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