Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for FieldMayBeFinal (0.16 sec)

  1. platforms/core-configuration/model-core/src/jmh/java/org/gradle/api/internal/provider/EvaluationContextPerfTest.java

    @State(Scope.Thread)
    @OutputTimeUnit(TimeUnit.MILLISECONDS)
    @Fork(2)
    public class EvaluationContextPerfTest {
        private final PropertyHost host = producer -> null;
    
        @SuppressWarnings("FieldMayBeFinal")
        private String value = "value";
    
        private Property<String> property;
    
        @Setup
        public void setUp() {
            property = new DefaultProperty<>(host, String.class);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Dec 15 20:21:31 UTC 2023
    - 1.6K bytes
    - Viewed (0)
  2. .idea/inspectionProfiles/idea_default.xml

          <option name="countGettersAndSetters" value="false" />
        </inspection_tool>
        <inspection_tool class="FieldMayBeFinal" enabled="true" level="WARNING" enabled_by_default="true" />
        <inspection_tool class="FieldMayBeStatic" 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