Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for readLastUpdated (0.05 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. compat/maven-compat/src/main/java/org/apache/maven/repository/legacy/DefaultUpdateCheckManager.java

                // TODO throw something instead?
                return true;
            }
    
            Date lastCheckDate = readLastUpdated(metadata, repository, file);
    
            return (lastCheckDate == null) || policy.checkOutOfDate(lastCheckDate);
        }
    
        private Date readLastUpdated(RepositoryMetadata metadata, ArtifactRepository repository, File file) {
            File touchfile = getTouchfile(metadata, file);
    
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Tue Dec 16 13:41:14 GMT 2025
    - 9.4K bytes
    - Click Count (0)
Back to Top