Looly
|
0c4d4ddbe8
|
fix comment
|
2022-11-28 13:54:02 +08:00 |
|
Looly
|
9e6ba78ae8
|
fix code
|
2022-11-28 13:52:11 +08:00 |
|
Looly
|
738519d6db
|
fix test
|
2022-11-27 16:04:17 +08:00 |
|
Looly
|
3b3498c8a1
|
fix code
|
2022-11-27 15:24:41 +08:00 |
|
Looly
|
3aac1e9af6
|
fix code
|
2022-11-26 12:23:31 +08:00 |
|
Looly
|
69fed967e5
|
fix code
|
2022-11-26 11:01:42 +08:00 |
|
Looly
|
b82496befd
|
fix code
|
2022-11-26 10:58:32 +08:00 |
|
Looly
|
3938b2b97c
|
fix code
|
2022-11-24 13:08:23 +08:00 |
|
Looly
|
a1ba1ecf6b
|
!872 优化NumberUtil.isInteger和isLong的判断逻辑
Merge pull request !872 from emptypoint/update-NumberUtil
|
2022-11-24 05:03:28 +00:00 |
|
Looly
|
074ead4f17
|
fix code
|
2022-11-24 12:51:13 +08:00 |
|
Looly
|
8ae9387336
|
!874 修复ArrayUtil.insert()不支持原始类型数组的问题
Merge pull request !874 from emptypoint/fix-ArrayUtil-insert
|
2022-11-24 04:46:15 +00:00 |
|
Looly
|
7ea286cb29
|
add test
|
2022-11-24 12:40:07 +08:00 |
|
Looly
|
e85bd4ada4
|
fix code
|
2022-11-24 12:29:08 +08:00 |
|
emptypoint
|
b119a7a219
|
修复ArrayUtil.insert()无法操作原始类型数组的问题;
|
2022-11-18 23:32:26 +08:00 |
|
Golden Looly
|
98307df486
|
Merge pull request #2740 from Createsequence/fix-test
修复在高版本jdk下测试用例不通过的问题(https://github.com/dromara/hutool/issues/2739)
|
2022-11-18 17:08:54 +08:00 |
|
Zjp
|
a22f43c689
|
优化isInteger和isLong的判断逻辑, 支持8进制和16进制;
|
2022-11-18 16:39:39 +08:00 |
|
Looly
|
e7bdc5623b
|
!870 优化NumberUtil.isNumber()方法
Merge pull request !870 from emptypoint/update-NumberUtil-isNumber
|
2022-11-18 07:54:31 +00:00 |
|
Zjp
|
9a1ed650a8
|
搬运apache-NumberUtils.isCreatable方法及测试用例;
|
2022-11-17 17:24:10 +08:00 |
|
ZZemptypoint
|
c1b72a9bf1
|
Update hutool-core/src/test/java/cn/hutool/core/stream/EntryStreamTest.java
|
2022-11-17 14:11:29 +08:00 |
|
黄成兴
|
6d3f296d70
|
Update hutool-core/src/test/java/cn/hutool/core/stream/EntryStreamTest.java
Co-authored-by: ZZemptypoint <1215582715@qq.com>
|
2022-11-17 13:42:09 +08:00 |
|
huangchengxing
|
f6a3a583c3
|
修复在高版本jdk下测试用例不通过的问题(https://github.com/dromara/hutool/issues/2739)
|
2022-11-17 12:27:16 +08:00 |
|
Looly
|
50e0426e35
|
add u180e
|
2022-11-17 10:22:54 +08:00 |
|
Golden Looly
|
8d1888bfa0
|
Merge pull request #2738 from wangliang181230/charutil
CharUtil.isBlankChar('\u180e') 兼容高版本jdk。
|
2022-11-17 10:21:40 +08:00 |
|
王良
|
e3d939157f
|
CharUtil.isBlankChar('\u180e') 兼容高版本jdk。
|
2022-11-17 10:06:55 +08:00 |
|
Looly
|
f84f683962
|
fix bug
|
2022-11-17 01:17:50 +08:00 |
|
Looly
|
f3d04e1f1f
|
几个小优化
|
2022-11-17 01:14:25 +08:00 |
|
Looly
|
21b91fcde6
|
几个小优化
|
2022-11-17 01:13:59 +08:00 |
|
Looly
|
7d962754fb
|
!868 几个小优化
Merge pull request !868 from emptypoint/几个小优化
|
2022-11-16 17:13:18 +00:00 |
|
Looly
|
83cccb0f75
|
back
|
2022-11-17 01:12:59 +08:00 |
|
Looly
|
c67adf4387
|
back
|
2022-11-17 01:09:14 +08:00 |
|
Looly
|
4aba88e828
|
!869 优化NumberUtil.isPrimes()方法
Merge pull request !869 from emptypoint/update-NumberUtil.isPrime
|
2022-11-16 17:06:40 +00:00 |
|
Looly
|
93c6b7e3e7
|
fix code
|
2022-11-17 01:03:42 +08:00 |
|
Looly
|
97e0243529
|
fix code
|
2022-11-16 22:50:26 +08:00 |
|
Zjp
|
ab39b7410f
|
几个小优化:
1.优化CollUtil.map()方法, 减少流中的无意义操作;
2.优化ArrayUtil.get()方法, 使用合理的逻辑判断 代替 使用异常判断null值;
|
2022-11-14 20:28:48 +08:00 |
|
Zjp
|
bb29b97849
|
优化NumberUtil.isPrime()方法:
1.优化执行过程, 直接排除偶数;
2.修改函数名, 从复数形式变为单数;
|
2022-11-14 20:23:55 +08:00 |
|
Looly
|
19d9717e49
|
fix code
|
2022-11-13 22:11:04 +08:00 |
|
Looly
|
f8ac46007c
|
!851 添加一个简单的占位符解析器
Merge pull request !851 from Createsequence/v6-placeholder
|
2022-11-13 14:07:34 +00:00 |
|
Looly
|
d21c641efd
|
fix code
|
2022-11-13 22:06:29 +08:00 |
|
Looly
|
7e28a55c75
|
fix code
|
2022-11-13 19:50:05 +08:00 |
|
Looly
|
a78619502e
|
fix code
|
2022-11-12 21:58:51 +08:00 |
|
Looly
|
4b1beace0b
|
!866 优化BeanPath.set()方法, 使用循环代替递归
Merge pull request !866 from emptypoint/update-BeanPath.set
|
2022-11-12 13:58:02 +00:00 |
|
Looly
|
b4a5bb6a8d
|
fix code
|
2022-11-12 20:43:13 +08:00 |
|
Looly
|
05b20382c0
|
fix code
|
2022-11-12 19:11:39 +08:00 |
|
Zjp
|
f4682c78b2
|
1.优化BeanPath.set()方法, 使用循环代替递归, 减少填充子对象过程中, 重复获取子对象的损耗;
2.由于set方法修改, 顺带修改了BeanPath.get方法, 减少了方法参数, 优化了处理逻辑, 明确方法职责;
|
2022-11-11 21:55:23 +08:00 |
|
Looly
|
ef10457954
|
fix code
|
2022-11-11 11:58:29 +08:00 |
|
Looly
|
10ffd8750b
|
fix code
|
2022-11-10 12:09:37 +08:00 |
|
Looly
|
1eb8acfcba
|
!864 修复BeanUtilTest的变量赋值错误
Merge pull request !864 from emptypoint/fix-BeanUtilTest
|
2022-11-10 03:55:02 +00:00 |
|
Looly
|
87734f0b12
|
fix comment
|
2022-11-10 11:51:30 +08:00 |
|
Looly
|
5bd54dcd39
|
fix code
|
2022-11-10 11:11:09 +08:00 |
|
Looly
|
912c3e116d
|
!865 优化BeanPath.set方法,避免多次重复调用get方法
Merge pull request !865 from emptypoint/update-BeanPath
|
2022-11-10 02:40:54 +00:00 |
|