Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for forJavadoc (0.08 sec)

  1. build-logic/documentation/src/test/groovy/gradlebuild/docs/FindBrokenInternalLinksTest.groovy

            assertFoundDeadLinks(sections.collect { DeadLink.forSection(file, it) })
        }
    
        private void assertFoundDeadJavadocLinks(File file, String... paths) {
            assertFoundDeadLinks(paths.collect { DeadLink.forJavadoc(file, it) })
        }
    
        private static final class DeadLink {
            private final File file
            private final String message
    
            DeadLink(File file, String message) {
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Wed Aug 21 08:08:05 UTC 2024
    - 8.3K bytes
    - Viewed (0)
Back to top