Looly
|
f8d7fe1daf
|
add test
|
2023-02-03 17:58:55 +08:00 |
|
Looly
|
0bb5dc3443
|
!925 优化ObjUtil文档 和 ClassUtil的部分文档
Merge pull request !925 from emptypoint/update-ObjUtil
|
2023-01-31 02:17:10 +00:00 |
|
Looly
|
907a015ac6
|
!924 优化BooleanUtil的文档,并增加测试用例
Merge pull request !924 from emptypoint/update-BooleanUtil
|
2023-01-31 02:15:36 +00:00 |
|
emptypoint
|
4645336efd
|
优化ObjUtil文档 和 ClassUtil的部分文档;
|
2023-01-22 18:11:08 +08:00 |
|
emptypoint
|
814b34e7c9
|
优化BooleanUtil的文档,并增加测试用例;
|
2023-01-21 15:49:59 +08:00 |
|
emptypoint
|
4f3d78d80d
|
优化ArrayUtil中isSorted相关方法,并增加测试用例;
|
2023-01-20 18:58:17 +08:00 |
|
Looly
|
ce3881fc78
|
fix code
|
2023-01-17 17:20:06 +08:00 |
|
Looly
|
8eaac526a2
|
fix code
|
2023-01-17 17:10:52 +08:00 |
|
Looly
|
4dbb3f7486
|
add test
|
2023-01-17 16:45:54 +08:00 |
|
Looly
|
3c13a97972
|
fix code
|
2023-01-17 16:27:43 +08:00 |
|
Looly
|
2f38e2e138
|
fix code
|
2023-01-17 11:26:16 +08:00 |
|
Looly
|
4c8a06e749
|
!893 新增LambdaUtil,在一定程度上替代反射,提供更高性能的调用
Merge pull request !893 from javanasoda/v6-dev-lambda-factory
|
2023-01-17 03:20:24 +00:00 |
|
Looly
|
61c10f7b52
|
fix code
|
2023-01-16 19:12:27 +08:00 |
|
Looly
|
84c36e685e
|
add FileMagicNumber
|
2023-01-15 12:10:26 +08:00 |
|
Looly
|
9261511574
|
fix code
|
2023-01-15 12:00:23 +08:00 |
|
Looly
|
d5e8c53b2b
|
fix comment
|
2023-01-11 15:48:00 +08:00 |
|
Looly
|
8959e029ce
|
!915 优化ArrayUtil文档注释和部分方法的实现逻辑
Merge pull request !915 from emptypoint/update-ArrayUtil
|
2023-01-11 07:15:39 +00:00 |
|
emptypoint
|
13af0c97e3
|
优化ArrayUtil文档注释和部分方法的实现逻辑
|
2023-01-10 21:26:28 +08:00 |
|
happycoder
|
9612432d61
|
提交Convert.toStr(final Object value, final String defaultValue)的测试方法
|
2023-01-09 21:12:30 +08:00 |
|
Looly
|
b9417a4114
|
fix code
|
2023-01-09 18:01:48 +08:00 |
|
emptypoint
|
8b04138ad5
|
优化PrimitiveArrayUtil:
1.优化split方法;
2.优化多个方法注释;
|
2023-01-07 18:15:09 +08:00 |
|
Looly
|
08928c3dbc
|
!910 减少WordTree的内存浪费
Merge pull request !910 from emptypoint/update-WordTree
|
2023-01-03 02:08:14 +00:00 |
|
emptypoint
|
7fc1ffe291
|
优化WordTree:
1.只有真正的叶子节点才创建“尾节点集合”;
2.除了根节点,其余节点的容量默认为1,避免无意义的浪费;
|
2023-01-01 21:56:37 +08:00 |
|
emptypoint
|
d2604ea000
|
修复javadoc问题;
|
2023-01-01 13:16:34 +08:00 |
|
emptypoint
|
14351aa725
|
修复javadoc问题;
|
2023-01-01 11:30:19 +08:00 |
|
Looly
|
ca5a39e9bc
|
fix code
|
2022-12-28 16:12:31 +08:00 |
|
Looly
|
ed5bbe716e
|
fix bug
|
2022-12-27 22:26:11 +08:00 |
|
Looly
|
b31d16bc49
|
fix code
|
2022-12-27 18:25:48 +08:00 |
|
Looly
|
1bca825fff
|
fix bug
|
2022-12-27 18:24:23 +08:00 |
|
Looly
|
8c0fb77421
|
fix bug
|
2022-12-27 17:55:37 +08:00 |
|
Looly
|
e645d741c7
|
fix bug
|
2022-12-27 17:41:52 +08:00 |
|
emptypoint
|
a4fba3e429
|
优化TimeUtil工具类:
1.优化parse方法;
2.抽取常量;
3.修复注释;
|
2022-12-17 15:17:09 +08:00 |
|
wy
|
d6cf4d70e9
|
style(core): 规范命名,暴露异常
|
2022-12-17 08:41:27 +08:00 |
|
Looly
|
31c5357409
|
修复ZIP bomb漏洞
|
2022-12-14 17:09:26 +08:00 |
|
Golden Looly
|
bcc0605036
|
Merge pull request #2799 from LuisStruggle/v6-dev-1
fix:ReUtil.replaceAll()方法,当replacementTemplate为null对象时,出现空指针异常
|
2022-12-14 11:55:12 +08:00 |
|
Looly
|
843a222bee
|
add LocalTimeUtil\
|
2022-12-14 09:02:33 +08:00 |
|
LuisStruggle
|
7bc020607f
|
test:ReUtil.replaceAll()方法,当replacementTemplate为null对象时,出现空指针异常(优化测试方法)
|
2022-12-12 19:30:02 +08:00 |
|
LuisStruggle
|
a6ffb7a62f
|
fix:ReUtil.replaceAll()方法,当replacementTemplate为null对象时,出现空指针异常
|
2022-12-12 19:06:04 +08:00 |
|
Looly
|
cfc72cc2a9
|
add test
|
2022-12-12 13:09:52 +08:00 |
|
Looly
|
edde416ffe
|
fix bug
|
2022-12-11 16:20:50 +08:00 |
|
wy
|
344a292a30
|
perf(core): 替换缓存键类型 Tuple -> MutableEntry
|
2022-12-11 14:30:03 +08:00 |
|
Looly
|
6b14f57e33
|
!890 【6.x】将Opt的ofTry捕获范围从Exception提升到Throwable
Merge pull request !890 from Cizai/v6-dev
|
2022-12-11 05:41:17 +00:00 |
|
Looly
|
8e1494cd16
|
!894 修复几处javadoc问题
Merge pull request !894 from emptypoint/fix-doc
|
2022-12-11 05:38:57 +00:00 |
|
emptypoint
|
1e40dec0ac
|
修复几处javadoc问题;
|
2022-12-11 13:15:26 +08:00 |
|
wy
|
9daec07e5a
|
perf(test): 补充性能测试
|
2022-12-11 12:17:39 +08:00 |
|
wy
|
74db3733a2
|
perf(core): 改用线程安全的方式从缓存中获取lambda对象
|
2022-12-11 10:46:29 +08:00 |
|
wy
|
58d28c0767
|
feat(core): 新增LambdaFactory
|
2022-12-11 09:12:36 +08:00 |
|
emptypoint
|
df94a1ebe2
|
Update hutool-core/src/main/java/cn/hutool/core/lang/Opt.java
|
2022-12-06 06:35:10 +00:00 |
|
臧臧
|
0bc8ce836a
|
【6.x】将Opt的ofTry捕获范围从Exception提升到Throwable
|
2022-12-06 14:13:48 +08:00 |
|
Looly
|
e75f4617aa
|
fix bug
|
2022-12-05 23:17:46 +08:00 |
|