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

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

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

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

 

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

上一篇:【转载】C#中List集合SingleOrDefault和FirstOrDefault方法有何不同


下一篇:安装Windows 2008 操作系统时加载ServeRAID-MR10系列阵列卡驱动