Unnamed: 0 int64 0 305k | body stringlengths 7 52.9k | name stringlengths 1 185 |
|---|---|---|
60,600 | int () { return this.instance.hashCode(); } | hashCode |
60,601 | String () { return "Suppliers.ofInstance(" + this.instance + ")"; } | toString |
60,602 | String () { return targetModuleName; } | getTargetModuleName |
60,603 | void (String targetModuleName) { this.targetModuleName = targetModuleName; } | setTargetModuleName |
60,604 | String () { return "IdeaModuleDependency{" + "targetModuleName='" + targetModuleName + '\'' + "} " + super.toString(); } | toString |
60,605 | String () { return this.path; } | getPath |
60,606 | String () { throw new UnsupportedOperationException(); } | getBuildTreePath |
60,607 | void (String path) { this.path = path; } | setPath |
60,608 | String () { return this.name; } | getName |
60,609 | void (String name) { this.name = name; } | setName |
60,610 | String () { return this.displayName; } | getDisplayName |
60,611 | void (String displayName) { this.displayName = displayName; } | setDisplayName |
60,612 | String () { return this.description; } | getDescription |
60,613 | void (String description) { this.description = description; } | setDescription |
60,614 | String () { return this.group; } | getGroup |
60,615 | void (String group) { this.group = group; } | setGroup |
60,616 | boolean () { return this.isPublic; } | isPublic |
60,617 | void (boolean isPublic) { this.isPublic = isPublic; } | setPublic |
60,618 | InternalProjectIdentifier () { return this.projectIdentifier; } | getProjectIdentifier |
60,619 | void (InternalProjectIdentifier projectIdentifier) { this.projectIdentifier = projectIdentifier; } | setProjectIdentifier |
60,620 | InternalGradleProject () { return gradleProject; } | getProject |
60,621 | void (InternalGradleProject gradleProject) { this.gradleProject = gradleProject; } | setGradleProject |
60,622 | String () { return "GradleTask{path='" + this.path + "',public=" + this.isPublic + "}"; } | toString |
60,623 | InternalIdeaLanguageLevel () { return this.languageLevel; } | getLanguageLevel |
60,624 | void (InternalIdeaLanguageLevel languageLevel) { this.languageLevel = languageLevel; } | setLanguageLevel |
60,625 | String () { return this.jdkName; } | getJdkName |
60,626 | void (String jdkName) { this.jdkName = jdkName; } | setJdkName |
60,627 | String () { return this.name; } | getName |
60,628 | void (String name) { this.name = name; } | setName |
60,629 | String () { return this.description; } | getDescription |
60,630 | void (String description) { this.description = description; } | setDescription |
60,631 | HierarchicalElement () { return null; } | getParent |
60,632 | ImmutableDomainObjectSet<InternalIdeaModule> () { return getModules(); } | getChildren |
60,633 | ImmutableDomainObjectSet<InternalIdeaModule> () { return wrap(children); } | getModules |
60,634 | void (List<InternalIdeaModule> modules) { children = ImmutableDomainObjectSet.of(modules); } | setModules |
60,635 | InternalIdeaJavaLanguageSettings () { return this.javaLanguageSettings; } | getJavaLanguageSettings |
60,636 | void (InternalIdeaJavaLanguageSettings javaLanguageSettings) { this.javaLanguageSettings = javaLanguageSettings; } | setJavaLanguageSettings |
60,637 | String () { return String.format("IdeaProject{ name='%s', description='%s', children count=%d, languageLevel='%s', jdkName='%s'}", this.name, this.description, this.children.size(), this.languageLevel, this.jdkName); } | toString |
60,638 | File () { return this.rootDirectory; } | getRootDirectory |
60,639 | void (File rootDirectory) { this.rootDirectory = rootDirectory; } | setRootDirectory |
60,640 | ImmutableDomainObjectSet<InternalIdeaSourceDirectory> () { return wrap(sourceDirectories); } | getSourceDirectories |
60,641 | void (Set<InternalIdeaSourceDirectory> sourceDirectories) { this.sourceDirectories = ImmutableDomainObjectSet.of(sourceDirectories); } | setSourceDirectories |
60,642 | ImmutableDomainObjectSet<InternalIdeaSourceDirectory> () { return wrap(testDirectories); } | getTestDirectories |
60,643 | void (Set<InternalIdeaSourceDirectory> testDirectories) { this.testDirectories = ImmutableDomainObjectSet.of(testDirectories); } | setTestDirectories |
60,644 | ImmutableDomainObjectSet<InternalIdeaSourceDirectory> () { if (myGradleVersionComparator.lessThan("4.7")) { throw unsupportedMethod("IdeaContentRoot.getResourceDirectories()"); } return wrap(resourceDirectories); } | getResourceDirectories |
60,645 | void (Set<InternalIdeaSourceDirectory> resourceDirectories) { this.resourceDirectories = ImmutableDomainObjectSet.of(resourceDirectories); } | setResourceDirectories |
60,646 | ImmutableDomainObjectSet<InternalIdeaSourceDirectory> () { if (myGradleVersionComparator.lessThan("4.7")) { throw unsupportedMethod("IdeaContentRoot.getTestResourceDirectories()"); } return wrap(testResourceDirectories); } | getTestResourceDirectories |
60,647 | void (Set<InternalIdeaSourceDirectory> testResourceDirectories) { this.testResourceDirectories = ImmutableDomainObjectSet.of(testResourceDirectories); } | setTestResourceDirectories |
60,648 | Set<File> () { return this.excludeDirectories; } | getExcludeDirectories |
60,649 | void (Set<File> excludeDirectories) { this.excludeDirectories = excludeDirectories; } | setExcludeDirectories |
60,650 | String () { return String.format( "IdeaContentRoot{rootDirectory=%s, sourceDirectories count=%d, testDirectories count=%d, resourceDirectories count=%d, testResourceDirectories count=%d, excludeDirectories count=%d}", this.rootDirectory, this.sourceDirectories.size(), this.testDirectories.size(), this.resourceDirectori... | toString |
60,651 | File () { return this.directory; } | getDirectory |
60,652 | boolean () { return this.generated; } | isGenerated |
60,653 | void (File directory) { this.directory = directory; } | setDirectory |
60,654 | void (boolean generated) { this.generated = generated; } | setGenerated |
60,655 | String () { return "IdeaSourceDirectory{directory=" + this.directory + ", generated=" + this.generated + '}'; } | toString |
60,656 | String () { return this.name; } | getName |
60,657 | void (String name) { this.name = name; } | setName |
60,658 | String () { return this.description; } | getDescription |
60,659 | void (String description) { this.description = description; } | setDescription |
60,660 | InternalGradleProject () { return this.parent; } | getParent |
60,661 | void (InternalGradleProject parent) { this.parent = parent; } | setParent |
60,662 | ImmutableDomainObjectSet<InternalGradleProject> () { return wrap(children); } | getChildren |
60,663 | void (List<InternalGradleProject> children) { this.children = ImmutableDomainObjectSet.of(children); } | setChildren |
60,664 | String () { return projectIdentifier == null ? null : projectIdentifier.getProjectPath(); } | getPath |
60,665 | InternalProjectIdentifier () { return this.projectIdentifier; } | getProjectIdentifier |
60,666 | String () { return projectIdentifier == null ? null : projectIdentifier.getProjectPath(); } | getProjectPath |
60,667 | File () { return projectIdentifier == null ? null : projectIdentifier.getBuildIdentifier().getRootDir(); } | getRootDir |
60,668 | void (InternalProjectIdentifier projectIdentifier) { this.projectIdentifier = projectIdentifier; } | setProjectIdentifier |
60,669 | InternalGradleProject (String path) { if (path.equals(this.getPath())) { return this; } else { Iterator<InternalGradleProject> iterator = this.children.iterator(); InternalGradleProject found; if (!iterator.hasNext()) { return null; } InternalGradleProject child = iterator.next(); found = child.findByPath(path); while ... | findByPath |
60,670 | String () { return "GradleProject{path='" + this.getPath() + '\'' + '}'; } | toString |
60,671 | ImmutableDomainObjectSet<InternalGradleTask> () { return wrap(tasks); } | getTasks |
60,672 | void (List<InternalGradleTask> tasks) { this.tasks = ImmutableDomainObjectSet.of(tasks); } | setTasks |
60,673 | File () { return this.buildDirectory; } | getBuildDirectory |
60,674 | void (File buildDirectory) { this.buildDirectory = buildDirectory; } | setBuildDirectory |
60,675 | File () { return this.projectDirectory; } | getProjectDirectory |
60,676 | void (File projectDirectory) { this.projectDirectory = projectDirectory; } | setProjectDirectory |
60,677 | InternalGradleScript () { return this.buildScript; } | getBuildScript |
60,678 | File () { return this.sourceFile; } | getSourceFile |
60,679 | void (File sourceFile) { this.sourceFile = sourceFile; } | setSourceFile |
60,680 | File () { return myJavaHome; } | getJavaHome |
60,681 | List<String> () { return myJvmArguments; } | getJvmArguments |
60,682 | InternalBuildIdentifier () { return this.buildIdentifier.get(); } | getBuildIdentifier |
60,683 | GradleEnvironment () { return new GradleEnvironment() { @Override public File getGradleUserHome() { return InternalBuildEnvironment.this.gradleUserHome.get(); } @Override public String getGradleVersion() { return InternalBuildEnvironment.this.gradleVersion.get(); } }; } | getGradle |
60,684 | File () { return InternalBuildEnvironment.this.gradleUserHome.get(); } | getGradleUserHome |
60,685 | String () { return InternalBuildEnvironment.this.gradleVersion.get(); } | getGradleVersion |
60,686 | JavaEnvironment () { return java.get(); } | getJava |
60,687 | long () { return this.startTime; } | getStartTime |
60,688 | long () { return this.endTime; } | getEndTime |
60,689 | long () { return this.startTime; } | getStartTime |
60,690 | long () { return this.endTime; } | getEndTime |
60,691 | long () { return this.eventTime; } | getEventTime |
60,692 | String () { return this.displayName; } | getDisplayName |
60,693 | OperationDescriptor () { return this.descriptor; } | getDescriptor |
60,694 | String () { return this.getDisplayName(); } | toString |
60,695 | URI () { return this.uri; } | getUri |
60,696 | String () { return this.className; } | getClassName |
60,697 | String () { return this.pluginId; } | getPluginId |
60,698 | Object () { return id; } | getId |
60,699 | String () { return name; } | getName |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.