- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 74 for ide (0.71 seconds)
-
build-tools-internal/src/main/groovy/elasticsearch.ide.gradle
outputs.files(file(checkstyleIdeConfig)) doLast { // Create an IDE-specific checkstyle config by first copying the standard config Files.copy( Paths.get(file(checkstyleConfig).getPath()), Paths.get(file(checkstyleIdeConfig).getPath()), StandardCopyOption.REPLACE_EXISTING ) // There are some rules that we only want to enable in an IDE. These
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) -
build-logic-commons/code-quality-rules/src/main/resources/checkstyle/suppressions.xml
files=".*[/\\]javascript[/\\].+"/> <!-- These packages are duplicated in ide and ide-plugins, don't require a package-info.java in each place --> <suppress checks="JavadocPackage" files=".*[/\\]platforms[/\\]ide[/\\]ide-plugins[/\\]src[/\\]main[/\\]java[/\\]org[/\\]gradle[/\\]plugins[/\\]ide[/\\]eclipse[/\\][^/\\]+"/> <!-- Protocol types may only define constants in interfaces -->Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Mar 19 16:48:15 GMT 2026 - 13.5K bytes - Click Count (0) -
.github/CODEOWNERS
# Native platforms/native/ @gradle/bt-jvm # IDE Experience platforms/ide/ @gradle/bt-tide # Eventually be moved to the core platform. # Currently heavily developed by the bt-ide-experience team. platforms/ide/problems/ @gradle/bt-tide platforms/ide/ide-native/ @gradle/bt-tide @gradle/bt-jvm # Documentation
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Mar 23 18:38:15 GMT 2026 - 10.8K bytes - Click Count (0) -
.teamcity/subprojects.json
}, { "name": "ide", "path": "platforms/ide/ide", "unitTests": true, "functionalTests": true, "crossVersionTests": false }, { "name": "ide-model-impls", "path": "platforms/ide/ide-model-impls", "unitTests": true, "functionalTests": false, "crossVersionTests": false }, { "name": "ide-native", "path": "platforms/ide/ide-native",Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Mar 27 15:03:00 GMT 2026 - 42K bytes - Click Count (0) -
.teamcity/test-buckets.json
"subprojects": [ "file-collections", "ide-native", "ide-plugins" ], "parallelizationMethod": { "numberOfBatches": 1, "name": "TeamCityParallelTests" } }, { "subprojects": [ "execution-e2e-tests", "ide", "jacoco" ], "parallelizationMethod": {
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Mar 23 18:38:15 GMT 2026 - 118.6K bytes - Click Count (0) -
.idea/gradle.xml
<option value="$PROJECT_DIR$/platforms/ide/base-ide-plugins" /> <option value="$PROJECT_DIR$/platforms/ide/ide" /> <option value="$PROJECT_DIR$/platforms/ide/ide-model-impls" /> <option value="$PROJECT_DIR$/platforms/ide/ide-native" /> <option value="$PROJECT_DIR$/platforms/ide/ide-plugins" /> <option value="$PROJECT_DIR$/platforms/ide/problems" />Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Mar 27 10:18:20 GMT 2026 - 25.5K bytes - Click Count (0) -
build-logic-commons/gradle-plugin/src/main/kotlin/gradlebuild.repositories.gradle.kts
includeModule("org.gradle.buildtool.internal", "configuration-cache-report") includeModule("org.gradle.buildtool.internal", "gradle-ide-starter") includeModule("org.gradle.buildtool.internal", "gradle-ide-starter-scenarios") } } google { content { includeGroup("com.android.databinding")
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Sep 05 12:30:31 GMT 2025 - 1.6K bytes - Click Count (0) -
.teamcity/src/main/kotlin/configurations/SmokeIdeTests.kt
id(buildTypeId(model) + suffix) name = "Smoke Ide Tests$suffix" description = "Tests against IDE sync process" applyTestDefaults( model = model, buildType = this, gradleTasks = ":smoke-ide-test:smokeIdeTest", extraParameters = listOf(
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Mar 30 04:44:29 GMT 2026 - 1.7K bytes - Click Count (0) -
architecture/standards/0008-use-nullaway.md
Our codebase uses `null` extensively to represent an absence of value or optionality of the argument. We utilize nullness annotations in Java code and somewhat rely on IDE warnings to guide us. However, the Java code we have is not fully annotated, which causes several consequences: * IDE warnings can be misleading * Redundant null checks may increase binary size, hurt performance, and increase cognitive load for readers
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Mar 05 12:39:41 GMT 2026 - 4K bytes - Click Count (0) -
.github/workflows/notify-on-rc-for-manual-test.yml
name: IDE Experience team notifier run-name: Notify the IDE Experience team about new RCs for manual testing on: push: tags: - 'v*.*.*-RC1' permissions: {} jobs: send-slack-notification: runs-on: ubuntu-latest steps: - name: Send Slack notification about new RCs for manual testing id: slack uses: slackapi/slack-github-action@v3.0.1 with:Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Mar 13 22:04:33 GMT 2026 - 912 bytes - Click Count (0)