865 Commits

Author SHA1 Message Date
Golden Looly
e2f3a3b622
Merge pull request #1175 from xyz327/v5-dev
FIX:#1173 修复子类使用同名属性覆盖了父类的transient属性导致属性transient检测而被忽略
2020-10-21 12:59:48 +08:00
Looly
a114113be0 fix check bug 2020-10-21 12:58:03 +08:00
xyz327
995bacc253 fix(hutool-core): 修复子类使用同名属性覆盖了父类的transient属性导致属性transient检测而被忽略 2020-10-20 15:27:03 +08:00
Looly
c008d0a081 prepare 5.4.6 2020-10-18 13:38:32 +08:00
Looly
756f9b3f87 release 5.4.5 2020-10-18 13:27:38 +08:00
Looly
d5192d8f61 add method 2020-10-18 13:23:37 +08:00
Looly
0085954326 fix comment 2020-10-18 00:21:04 +08:00
Looly
65552f4f54 add class 2020-10-18 00:12:50 +08:00
Looly
fb46196782 add methods 2020-10-15 18:16:56 +08:00
Golden Looly
72ea16b980
Merge pull request #1166 from freshgeek/v5-dev
[新特性]  完成Assert 断言工具类,函数接口延迟获取错误信息接口
2020-10-15 15:50:08 +08:00
chenc
152ce8b24e 修正提交代码缩进 2020-10-15 14:58:02 +08:00
chenc
a7cd0f8583 isTrue,isFalse,isNull,notNull,notEmpty,notBlank,notContain,notEmpty,noNullElements,notEmpty,notEmpty,state等方法的函数式获取错误信息方法 2020-10-15 14:53:57 +08:00
Looly
97d48dde0b add console.table 2020-10-14 18:09:12 +08:00
Looly
5d60656566 update junit 2020-10-14 17:14:17 +08:00
Looly
8ae81241be aad ListUtil.split 2020-10-14 15:33:02 +08:00
Looly
cc59412909 !194 优化针对list的split方法
Merge pull request !194 from easepan/hotfix/optimize-collutil-split
2020-10-14 15:19:57 +08:00
easepan
8913aeaf33 fix: optimize split for list 2020-10-14 13:16:15 +08:00
Looly
f11a151471 fix doc 2020-10-14 11:43:24 +08:00
Looly
d24ff836b8 enhance countAll 2020-10-14 11:01:29 +08:00
Golden Looly
8c17979082
Merge pull request #1159 from akiyamaneko/combination_enhanced
基于#1153 重新做了优化,剔除了缓存,直接计算即可
2020-10-14 11:00:16 +08:00
Golden Looly
81ac3924d6
Merge pull request #1163 from xiejiamingly/v5-dev
修改了CaseInsensitiveMap的remove等方法并没有忽略大小写的问题
2020-10-14 10:51:31 +08:00
Looly
1873b76017 fix doc 2020-10-14 10:48:42 +08:00
xjm
5478b1d67b 修改了CaseInsensitiveMap的remove等方法并没有忽略大小写的问题 2020-10-13 18:43:36 +08:00
Singu
04485c7d4b add comments to StrUtil
补全部分 Empty 相关方法的注释
2020-10-13 17:10:56 +08:00
Singu
ea4271b3db add comments to StrUtil
补全 Blank 相关方法的注释
2020-10-13 17:06:16 +08:00
Singu
9679d1ffaf add comments to CharUtil
补全常量注释
2020-10-13 17:05:12 +08:00
Singu
a9e1b77b2c add comments to StrUtil
补全常量注释
2020-10-13 17:04:02 +08:00
Singu
43152af8be add comments to StrUtil
补全部分方法的版本号
2020-10-13 17:01:15 +08:00
neko
edf01b772d
Update Combination.java 2020-10-11 16:20:22 +08:00
Looly
3617d0a569 DataSizeUtil support decimal 2020-10-11 14:04:45 +08:00
Golden Looly
8cc5b7ffa4
Merge pull request #1158 from totalo/v5-dev
fixed #1155 修复DataSizeUtil无法处理小数的问题
2020-10-11 13:51:57 +08:00
Looly
03e45bc514 fix NumberUtil 2020-10-11 13:19:17 +08:00
totalo
29b6de444f fixed #1155 2020-10-10 23:23:47 +08:00
totalo
d97db8c2e1 Merge branch 'v5-dev' of https://github.com/totalo/hutool into v5-dev 2020-10-10 23:11:43 +08:00
totalo
20d1e8984b Merge remote-tracking branch 'origin/v5-dev' into v5-dev 2020-10-10 23:04:42 +08:00
totalo
5edaf41cae fixed #1155 2020-10-10 23:04:18 +08:00
Golden Looly
3471061626
Merge pull request #1145 from akiyamaneko/credict-code
简化CreditCode逻辑
2020-10-09 16:49:47 +08:00
Looly
1a74642736 enhance StrUtil 2020-10-09 16:48:12 +08:00
Golden Looly
58aba1ab93
Merge pull request #1144 from akiyamaneko/strutils
优化 StrUtil中部分参数校验以及逻辑处理
2020-10-09 16:42:57 +08:00
Looly
c59acb3bac fix equals 2020-10-09 16:30:19 +08:00
Looly
69362f1031 add default value for ArrayUtil.unwrap 2020-10-09 16:01:25 +08:00
Golden Looly
a82d5b2905
Merge pull request #1150 from akiyamaneko/list_util_enhanecd
修复ListUtil潜在的overflow异常
2020-10-09 15:51:39 +08:00
Looly
308fa0f9db fix date bug 2020-10-09 15:25:21 +08:00
Looly
ecedb5fd82 add method 2020-10-09 10:27:22 +08:00
lixiaohua
ec2669d586 update unit test 2020-10-08 09:36:11 +08:00
lixiaohua
2602935b60 add method 2020-10-08 03:25:17 +08:00
neko
ede632714d
修复潜在的overflow异常 2020-10-03 17:12:09 +08:00
neko
050d3e6eac
简化逻辑 2020-10-02 10:57:55 +08:00
neko
a62f2cd34a
优化StrUtil 2020-09-30 18:18:58 +08:00
Looly
49d5fb471f fix code 2020-09-30 15:37:13 +08:00