Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for fileContainsText (0.07 seconds)

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

  1. build-logic/documentation/src/main/groovy/gradlebuild/docs/FindBrokenInternalLinks.java

                                if (!fileContainsText(referencedFile, "[[" + idName + "]]")) {
                                    errorsForFile.add(new Error(lineNumber, line, "Looking for section named " + idName + " in " + fileName));
                                }
                            }
                        }
                    }
                } else {
                    if (!fileContainsText(sourceFile, "[[" + link + "]]")) {
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Thu Mar 12 23:22:57 GMT 2026
    - 12.8K bytes
    - Click Count (0)
Back to Top