Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for modifyXml (0.17 seconds)

  1. build-tools-internal/src/main/groovy/elasticsearch.ide.gradle

        // are extracted to a separate file, and merged into the IDE-specific
        // Checkstyle config.
        Node xmlFragment = parseXml(checkstyleIdeFragment)
    
        // Edit the copy so that IntelliJ can copy with it
        modifyXml(checkstyleIdeConfig, { xml ->
          // Add all the nodes from the fragment file
          Node treeWalker = xml.module.find { it.'@name' == 'TreeWalker' }
          xmlFragment.module.each { treeWalker.append(it) }
    
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Fri Sep 24 19:34:12 GMT 2021
    - 8.8K bytes
    - Click Count (0)
Back to Top