Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for MethodMayBeStatic (0.19 sec)

  1. subprojects/core/src/main/java/org/gradle/internal/classpath/types/GradleCoreInstrumentationTypeRegistry.java

            return instrumentedHashCode.get();
        }
    
        public Optional<HashCode> getUpgradedPropertiesHash() {
            return upgradedPropertiesHashCode.get();
        }
    
        @SuppressWarnings("MethodMayBeStatic")
        private Map<String, Set<String>> loadInstrumentedSuperTypes() {
            try (InputStream stream = GradleCoreInstrumentationTypeRegistry.class.getResourceAsStream(INSTRUMENTED_SUPER_TYPES_FILE)) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 15 08:29:37 UTC 2024
    - 4.4K bytes
    - Viewed (0)
  2. .idea/inspectionProfiles/Gradle.xml

        <inspection_tool class="KotlinUnusedImport" enabled="true" level="ERROR" enabled_by_default="true" />
        <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" />
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 27 09:21:43 UTC 2024
    - 13K bytes
    - Viewed (0)
  3. platforms/core-execution/build-cache-example-client/src/main/java/org/gradle/caching/example/BuildCacheClientModule.java

    import java.util.function.Supplier;
    
    import static org.gradle.cache.FileLockManager.LockMode.OnDemand;
    import static org.gradle.internal.snapshot.CaseSensitivity.CASE_SENSITIVE;
    
    @SuppressWarnings("MethodMayBeStatic")
    class BuildCacheClientModule extends AbstractModule {
        private static final Logger LOGGER = LoggerFactory.getLogger(BuildCacheClientModule.class);
    
        private final String buildInvocationId;
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 17 07:11:58 UTC 2024
    - 18.1K bytes
    - Viewed (0)
  4. .idea/inspectionProfiles/idea_default.xml

        </inspection_tool>
        <inspection_tool class="LoggingStringTemplateAsArgument" enabled="true" level="TEXT ATTRIBUTES" enabled_by_default="true" editorAttributes="CONSIDERATION_ATTRIBUTES" />
        <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>
    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