首页 > Windows开发 > 详细

Intellij idea 告警:'while' statement cannot complete without throwing an exception

时间:2019-06-14 22:28:53      阅读:950      评论:0      收藏:0      [点我收藏+]

有时候这个告警是多余的,例如我们手写的监控线程。

如果有消除告警强迫症。在线程的执行方法上加入注解。

@SuppressWarnings("InfiniteLoopStatement")
public void run() {
    ...
}

 

Intellij idea 告警:'while' statement cannot complete without throwing an exception

原文:https://www.cnblogs.com/yoyotl/p/11025700.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!