Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix#2443:修复int读取带小数点整数错误的问题 #2445

Merged
merged 2 commits into from
May 6, 2022

Conversation

EllisonKuang
Copy link
Contributor

#2443 提出的bug出现的原因是原代码读取int的过程中并没有注意格式是什么,直接以字符串形式读入并直接使用Integer.parseInt进行强制转换,我通过在NumberUtils中针对读入的字符串添加过滤处理变成Integer.parseInt能够识别的类型解决了这个bug。

@zhuangjiaju zhuangjiaju changed the base branch from master to developing May 6, 2022 11:57
@zhuangjiaju zhuangjiaju changed the base branch from developing to temp_merge May 6, 2022 12:05
@zhuangjiaju zhuangjiaju merged commit 69c1429 into alibaba:temp_merge May 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants