Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for processFiltered (0.06 seconds)

  1. build-conventions/src/main/java/org/elasticsearch/gradle/internal/checkstyle/SnippetLengthCheck.java

        private int max;
    
        /**
         * The maximum width that a snippet may have.
         */
        public void setMax(int max) {
            this.max = max;
        }
    
        @Override
        protected void processFiltered(File file, FileText fileText) throws CheckstyleException {
            checkFile((line, message) -> log(line, message), max, fileText.toLinesArray());
        }
    
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Thu Jun 10 23:06:44 GMT 2021
    - 3.1K bytes
    - Click Count (0)
Back to Top