从小我就黑 2021-10-28 16:44 采纳率: 55.6%
浏览 981
已结题

sonar扫描代码报错Do something with the "boolean" value returned by "setWritable".

使用sonar扫描代码 报错Do something with the "boolean" value returned by "setWritable".


```java
 public static void fileUnModified(File file){
        if (file!=null){
            file.setWritable(false);
            file.setExecutable(false);
            file.setReadOnly();
        }
    }

![img](https://img-mid.csdnimg.cn/release/static/image/mid/ask/159421014536171.png "=600 #left")
  • 写回答

0条回答 默认 最新

    报告相同问题?

    问题事件

    • 已结题 (查看结题原因) 10月29日
    • 创建了问题 10月28日