Search Options

Display Count
Sort
Preferred Language
Advanced Search

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

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

  1. build-logic/build-update-utils/src/main/kotlin/gradlebuild/buildutils/tasks/UpdateFixedIssuesInReleaseNotes.kt

                val afterIntro = introStart + FIXED_ISSUES_INTRO.length
                // Find the end of the issues list: the first non-list line after the intro
                val listEnd = findEndOfListSection(content, afterIntro)
                content.substring(0, introStart) + newSection + "\n" + content.substring(listEnd)
            } else {
                newSection + "\n" + content
            }
    
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Mon Mar 23 14:49:33 GMT 2026
    - 5.1K bytes
    - Click Count (0)
Back to Top