Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for Kuper (0.24 sec)

  1. .idea/inspectionProfiles/idea_default.xml

            <constraint name="Instance" regexp="super" nameOfExprType="Disposable" withinHierarchy="true" exprTypeWithinHierarchy="true" minCount="0" negateName="true" within="" contains="" />
            <constraint name="__context__" within="" contains="" />
          </replaceConfiguration>
    XML
    - Registered: Fri May 03 08:18:13 GMT 2024
    - Last Modified: Thu Nov 09 20:59:03 GMT 2023
    - 32.4K bytes
    - Viewed (0)
  2. guava-gwt/pom.xml

          <resource>
            <directory>src</directory>
          </resource>
          <!-- src-super is copied to guava-gwt-sources (so that we can strip its @Nullable annotations), so we don't need to list it here. We may want to arrange something similar for test-super someday. -->
          <!-- TODO(cpovirk): Why do we have separate src and src-super directories, anyway? -->
          <resource>
    XML
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Thu Apr 11 15:00:55 GMT 2024
    - 19.8K bytes
    - Viewed (0)
  3. maven-compat/src/main/mdo/profiles.mdo

          <codeSegments>
            <codeSegment>
              <version>1.0.0</version>
              <code><![CDATA[
                public boolean equals( Object obj )
                {
                    return super.equals( obj );
                }
              ]]></code>
            </codeSegment>
          </codeSegments>
        </class>
    
        <class>
          <name>RepositoryPolicy</name>
          <version>1.0.0</version>
    XML
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Tue Jan 03 21:08:35 GMT 2023
    - 13.8K bytes
    - Viewed (0)
  4. api/maven-api-settings/src/main/mdo/settings.mdo

              <version>1.0.0/1.1.0</version>
              <code>
                <![CDATA[
        /**
         * @see RepositoryBase#equals(java.lang.Object)
         */
        public boolean equals(Object obj) {
            return super.equals(obj);
        }
                ]]>
              </code>
            </codeSegment>
          </codeSegments>
        </class>
    
        <class java.clone="deep">
          <name>RepositoryPolicy</name>
    XML
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Sat Feb 17 18:40:11 GMT 2024
    - 33.3K bytes
    - Viewed (0)
Back to top