- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for gatherDeadLinksInLine (0.09 seconds)
-
build-logic/documentation/src/main/groovy/gradlebuild/docs/FindBrokenInternalLinks.java
try (BufferedReader br = new BufferedReader(new FileReader(sourceFile))) { String line = br.readLine(); while (line != null) { lineNumber++; gatherDeadLinksInLine(sourceFile, line, lineNumber, errorsForFile); gatherDeadJavadocLinksInLine(sourceFile, line, lineNumber, errorsForFile); gatherMarkdownLinksInLine(sourceFile, line, lineNumber, errorsForFile);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)