Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for m_ignoreEmptyMethods (0.17 sec)

  1. .idea/inspectionProfiles/Gradle.xml

        <inspection_tool class="MethodMayBeStatic" enabled="true" level="WEAK WARNING" enabled_by_default="true" editorAttributes="INFO_ATTRIBUTES">
          <option name="m_onlyPrivateOrFinal" value="true" />
          <option name="m_ignoreEmptyMethods" value="true" />
        </inspection_tool>
        <inspection_tool class="MissingOverrideAnnotation" enabled="true" level="ERROR" enabled_by_default="true" editorAttributes="ERRORS_ATTRIBUTES">
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 27 09:21:43 UTC 2024
    - 13K bytes
    - Viewed (0)
  2. .idea/inspectionProfiles/idea_default.xml

        <inspection_tool class="MethodMayBeStatic" enabled="true" level="WARNING" enabled_by_default="true">
          <option name="m_onlyPrivateOrFinal" value="false" />
          <option name="m_ignoreEmptyMethods" value="true" />
        </inspection_tool>
        <inspection_tool class="MethodNamesDifferOnlyByCase" enabled="true" level="WARNING" enabled_by_default="true" />
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Thu Nov 09 20:59:03 UTC 2023
    - 32.4K bytes
    - Viewed (0)
Back to top