|
|
|
|
@ -1,7 +1,13 @@
|
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<component name="InspectionProjectProfileManager">
|
|
|
|
|
<!-- 定义了一个检查配置文件的版本 -->
|
|
|
|
|
<profile version="1.0">
|
|
|
|
|
<!-- 为这个配置文件设置一个名称 -->
|
|
|
|
|
<option name="myName" value="Project Default" />
|
|
|
|
|
|
|
|
|
|
<!-- 定义了一个特定的检查工具(inspection tool),用于检查无意义的空值检查 -->
|
|
|
|
|
<inspection_tool class="PointlessNullCheck" enabled="true" level="WARNING" enabled_by_default="true">
|
|
|
|
|
<!-- 配置这个检查工具的选项,这里是REPORT_CALLS,用于控制是否报告调用中的无意义空值检查 -->
|
|
|
|
|
<option name="REPORT_CALLS" value="false" />
|
|
|
|
|
</inspection_tool>
|
|
|
|
|
</profile>
|
|
|
|
|
|