会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Loading
Acelin_H's Blog
博客园
首页
新随笔
联系
订阅
管理
2022年9月4日
Either re-interrupt this method or rethrow the "InterruptedException" that can be caught here
摘要: java interrup()函数会中断线程(本质更新线程为中断状态)。若sleep()函数检测到线程中断(interrupt()函数触发) 会抛 InterruptedException, 被catch住后线程中断状态更新为未中断 sonar检测到该问题会提示此种潜在逻辑,防止忽略该潜在风险而导致
阅读全文
posted @ 2022-09-04 15:27 Acelin_H
阅读(180)
评论(0)
推荐(0)
编辑
公告