diff options
| author | Samuel Tardieu <sam@rfc1149.net> | 2014-03-22 00:09:12 +0100 |
|---|---|---|
| committer | Samuel Tardieu <sam@rfc1149.net> | 2014-03-22 00:09:12 +0100 |
| commit | 18e9aeb4402fafdc46303931dec97f782203477f (patch) | |
| tree | 41f029b9bbe7c1baa03d428e082100d04760d134 | |
| parent | bb47aec94804ebd4063c2f99d3173811c8815945 (diff) | |
| download | cgeo-18e9aeb4402fafdc46303931dec97f782203477f.zip cgeo-18e9aeb4402fafdc46303931dec97f782203477f.tar.gz cgeo-18e9aeb4402fafdc46303931dec97f782203477f.tar.bz2 | |
Update inspection profile for Intellij IDEA
| -rw-r--r-- | .idea/copyright/profiles_settings.xml | 4 | ||||
| -rw-r--r-- | .idea/inspectionProfiles/Project_Default.xml | 8 |
2 files changed, 2 insertions, 10 deletions
diff --git a/.idea/copyright/profiles_settings.xml b/.idea/copyright/profiles_settings.xml index 3572571..e7bedf3 100644 --- a/.idea/copyright/profiles_settings.xml +++ b/.idea/copyright/profiles_settings.xml @@ -1,5 +1,3 @@ <component name="CopyrightManager"> - <settings default=""> - <module2copyright /> - </settings> + <settings default="" /> </component>
\ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml index e29237c..540f829 100644 --- a/.idea/inspectionProfiles/Project_Default.xml +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -234,8 +234,6 @@ <inspection_tool class="LocalCanBeFinal" enabled="true" level="WARNING" enabled_by_default="true"> <option name="REPORT_VARIABLES" value="true" /> <option name="REPORT_PARAMETERS" value="true" /> - <option name="REPORT_CATCH_PARAMETERS" value="true" /> - <option name="REPORT_FOREACH_PARAMETERS" value="true" /> </inspection_tool> <inspection_tool class="LocalVariableHidingMemberVariable" enabled="true" level="WARNING" enabled_by_default="true"> <option name="m_ignoreInvisibleFields" value="true" /> @@ -249,10 +247,7 @@ <option name="ignoreInTestCode" value="true" /> </inspection_tool> <inspection_tool class="MarkerInterface" enabled="true" level="WARNING" enabled_by_default="true" /> - <inspection_tool class="MethodCanBeVariableArityMethod" enabled="true" level="WARNING" enabled_by_default="true"> - <option name="ignoreByteAndShortArrayParameters" value="false" /> - <option name="ignoreOverridingMethods" value="false" /> - </inspection_tool> + <inspection_tool class="MethodCanBeVariableArityMethod" enabled="true" level="WARNING" enabled_by_default="true" /> <inspection_tool class="MethodCount" enabled="true" level="WARNING" enabled_by_default="true"> <option name="m_limit" value="20" /> <option name="ignoreGettersAndSetters" value="true" /> @@ -450,7 +445,6 @@ <option name="doNotWeakenToJavaLangObject" value="true" /> <option name="onlyWeakentoInterface" value="true" /> </inspection_tool> - <inspection_tool class="TypeParameterHidesVisibleType" enabled="true" level="WARNING" enabled_by_default="true" /> <inspection_tool class="UnaryPlus" enabled="true" level="WARNING" enabled_by_default="true" /> <inspection_tool class="UnconditionalWait" enabled="true" level="WARNING" enabled_by_default="true" /> <inspection_tool class="UnknownGuard" enabled="true" level="WARNING" enabled_by_default="true" /> |
