Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getDisplayedChangeType (0.57 sec)

  1. platforms/core-execution/execution/src/main/java/org/gradle/internal/execution/history/changes/DefaultFileChange.java

            this.normalizedPath = normalizedPath;
        }
    
        @Override
        public String getMessage() {
            return title + " file " + path + " " + getDisplayedChangeType().describe() + ".";
        }
    
        private ChangeTypeInternal getDisplayedChangeType() {
            if (change != ChangeTypeInternal.MODIFIED) {
                return change;
            }
            if (previousFileType == FileType.Missing) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:46:15 UTC 2023
    - 5.1K bytes
    - Viewed (0)
Back to top