method_name
stringlengths
2
80
method_block
stringlengths
8
37k
method_name_pointers
sequencelengths
2
2
method_signature
stringlengths
7
4.42k
length
int64
8
37k
class_signature
stringlengths
9
10.2k
methods_in_class
sequencelengths
1
1.51k
file_path
stringlengths
54
188
__index_level_0__
int64
0
471k
getId
@Override public @NotNull String getId() { return ID; }
[ 35, 40 ]
@Override public @NotNull String getId()
63
public final class PluginManagerConfigurable implements SearchableConfigurable, Configurable.NoScroll, Configurable.NoMargin, Configurable.TopComponentProvider
[ "@Override\n public @NotNull String getId()", "@Override\n public String getDisplayName()", "@Override\n public @NotNull JComponent getCenterComponent(@NotNull TopComponentController controller)", "public @NotNull JComponent getTopComponent()", "@Override\n public @Nullable JComponent createComponent()", "private @NotNull DefaultActionGroup createGearActions()", "private static void showRightBottomPopup(@NotNull Component component, @NotNull @Nls String title, @NotNull ActionGroup group)", "private void resetPanels()", "private static int getStoredSelectionTab()", "private static void storeSelectionTab(int value)", "private void createMarketplaceTab()", "private void createInstalledTab()", "private void addSuggestedGroup(@NotNull List<? super PluginsGroup> groups,\n @NotNull Project project,\n Map<String, @NotNull List<PluginNode>> customMap)", "@Override\n public int compareTo(@NotNull ComparablePluginsGroup other)", "@Override\n public void titleWithCount(int enabled)", "private void setEnabledState()", "private static boolean containsQuery(IdeaPluginDescriptor descriptor, String searchQuery)", "private static void clearUpdates(@NotNull PluginsGroupComponent panel)", "private static void applyUpdates(@NotNull PluginsGroupComponent panel, @NotNull Collection<? extends IdeaPluginDescriptor> updates)", "private void applyBundledUpdates(@Nullable Collection<? extends IdeaPluginDescriptor> updates)", "public static void registerCopyProvider(@NotNull PluginsGroupComponent component)", "public static @NotNull List<String> getTags(@NotNull IdeaPluginDescriptor plugin)", "public static <T extends Component> @NotNull T setTinyFont(@NotNull T component)", "public static int offset5()", "@Messages.YesNoResult\n public static int showRestartDialog()", "@Messages.YesNoResult\n public static int showRestartDialog(@NotNull @NlsContexts.DialogTitle String title)", "@Messages.YesNoResult\n public static int showRestartDialog(@NotNull @NlsContexts.DialogTitle String title,\n @NotNull Function<? super String, @Nls String> message)", "public static void shutdownOrRestartApp()", "public static void shutdownOrRestartApp(@NotNull @NlsContexts.DialogTitle String title)", "static void shutdownOrRestartAppAfterInstall(@NotNull @NlsContexts.DialogTitle String title,\n @NotNull Function<? super String, @Nls String> message)", "static @NotNull @NlsContexts.DialogTitle String getUpdatesDialogTitle()", "static @NotNull @NlsContexts.DialogMessage String getUpdatesDialogMessage(@Nls @NotNull String action)", "@Deprecated(since = \"2020.2\", forRemoval = true)\n public static void showPluginConfigurable(@Nullable Project project, IdeaPluginDescriptor @NotNull ... descriptors)", "public static void showPluginConfigurable(@Nullable Project project,\n @NotNull Collection<PluginId> pluginIds)", "@ApiStatus.Internal\n public static void showSuggestedPlugins(@Nullable Project project, @Nullable FUSEventSource source)", "@SuppressWarnings(\"SameParameterValue\")\n private void setInstallSource(@Nullable FUSEventSource source)", "public static void showPluginConfigurable(@Nullable Component parent,\n @Nullable Project project,\n @NotNull Collection<PluginId> pluginIds)", "public static void showPluginConfigurableAndEnable(@Nullable Project project,\n @NotNull Set<? extends IdeaPluginDescriptor> descriptors)", "@Override\n public void update(@NotNull AnActionEvent e)", "@Override\n public @NotNull ActionUpdateThread getActionUpdateThread()", "@Override\n public boolean isSelected(@NotNull AnActionEvent e)", "@Override\n public void setSelected(@NotNull AnActionEvent e, boolean state)", "public void setState(@NotNull SearchQueryParser.Marketplace parser)", "public @Nullable String getQuery()", "@Override\n public boolean isSelected(@NotNull AnActionEvent e)", "@Override\n public void setSelected(@NotNull AnActionEvent e, boolean state)", "@Override\n public @NotNull ActionUpdateThread getActionUpdateThread()", "public void setState(@Nullable SearchQueryParser.Installed parser)", "public @NotNull String getQuery()", "@Override\n public void actionPerformed(@NotNull AnActionEvent e)", "public static @NotNull JComponent createScrollPane(@NotNull PluginsGroupComponent panel, boolean initSelection)", "private void addGroup(@NotNull List<? super PluginsGroup> groups,\n @NotNull @Nls String name,\n @NotNull PluginsGroupType type,\n @NotNull String showAllQuery,\n @NotNull List<? extends IdeaPluginDescriptor> customPlugins,\n @NotNull Predicate<? super PluginsGroup> showAllPredicate)", "private void addGroupViaLightDescriptor(@NotNull List<? super PluginsGroup> groups,\n @NotNull @Nls String name,\n @NotNull PluginsGroupType type,\n @NotNull @NonNls String query,\n @NotNull @NonNls String showAllQuery)", "@Override\n public @NotNull String getHelpTopic()", "@Override\n public void disposeUIResources()", "@Override\n public void cancel()", "@Override\n public boolean isModified()", "@Override\n public void apply()", "@Override\n public void reset()", "@Deprecated(since = \"2020.2\", forRemoval = true)\n public void select(@NotNull IdeaPluginDescriptor @NotNull ... descriptors)", "private void select(@NotNull Set<? extends IdeaPluginDescriptor> descriptors)", "private void select(@NotNull Collection<PluginId> pluginIds)", "@Override\n public @Nullable Runnable enableSearch(String option)", "public @Nullable Runnable enableSearch(String option, boolean ignoreTagMarketplaceTab)", "public void openMarketplaceTab(@NotNull String option)", "public void openInstalledTab(@NotNull String option)", "@RequiresEdt\n private void onPluginInstalledFromDisk(@NotNull PluginInstallCallbackData callbackData)", "private void updateSelectionTab(int tab)", "private @NotNull List<UIPluginGroup> getInstalledGroups()", "private @Nullable ListPluginComponent findInstalledPluginById(@NotNull PluginId pluginId)", "@Override\n public AccessibleContext getAccessibleContext()", "@Override\n public AccessibleRole getAccessibleRole()" ]
intellij-community/platform/platform-impl/src/com/intellij/ide/plugins/PluginManagerConfigurable.java
312,263
createElement
@Override protected Object createElement() { try { return componentManager.instantiateClass(className, pluginDescriptor); } catch (ProcessCanceledException exception) { throw exception; } catch (ExtensionNotApplicableException ignore) { return null; } catch (AssertionError | LinkageError | Exception e) { LOG.error("Cannot create configurable", e); } return null; }
[ 31, 44 ]
@Override protected Object createElement()
460
@Tag("configurable") public class ConfigurableEP<T extends UnnamedConfigurable> implements PluginAware
[ "@Transient\n public final PluginDescriptor getPluginDescriptor()", "@Override\n public final void setPluginDescriptor(@NotNull PluginDescriptor value)", "public @NotNull @NlsContexts.ConfigurableName String getDisplayName()", "public @Nullable ResourceBundle findBundle()", "private @Nullable String findPathToBundle()", "public @NotNull List<ConfigurableEP<?>> getChildren()", "public boolean isAvailable()", "protected @NotNull ObjectProducer createProducer()", "public final @Nullable ConfigurableProvider instantiateConfigurableProvider()", "public final @Nullable Class<?> findClassOrNull(@NotNull String className)", "public @Nullable T createConfigurable()", "public @Nullable ConfigurableTreeRenderer createTreeRenderer()", "public Project getProject()", "@Override\n public String toString()", "public boolean canCreateConfigurable()", "public @Nullable Class<?> getConfigurableType()", "protected Object createElement()", "protected boolean canCreateElement()", "protected Class<?> getType()", "@Override\n protected Object createElement()", "@Override\n protected boolean canCreateElement()", "@Override\n protected Object createElement()", "@Override\n protected boolean canCreateElement()" ]
intellij-community/platform/ide-core/src/com/intellij/openapi/options/ConfigurableEP.java
260,862
updateCache
private void updateCache(final VirtualFile formFile, final String classToBind) { if (myCache != null) { final String url = formFile.getUrl(); final MyState state = new MyState(formFile.getTimeStamp(), classToBind); try { myCache.update(url, state); } catch (IOException e) { LOG.info(e); myCache.wipe(); try { myCache.update(url, state); } catch (IOException ignored) { } } } }
[ 13, 24 ]
private void updateCache(final VirtualFile formFile, final String classToBind)
489
final class BindingsCache
[ "private static @NotNull StateCache<MyState> createCache(final File cacheStoreDirectory)", "public String getBoundClassName(final VirtualFile formFile)", "private String getSavedBinding(final VirtualFile formFile)", "private void updateCache(final VirtualFile formFile, final String classToBind)", "public void close()", "public long getFormTimeStamp()", "public String getClassName()" ]
intellij-community/plugins/ui-designer/src/com/intellij/uiDesigner/make/BindingsCache.java
156,619
isInputValid
@Override public boolean isInputValid(@NotNull String newName, @NotNull PsiElement element, @NotNull ProcessingContext context) { return GroovyRefactoringUtil.isCorrectReferenceName(newName, element.getProject()); }
[ 27, 39 ]
@Override public boolean isInputValid(@NotNull String newName, @NotNull PsiElement element, @NotNull ProcessingContext context)
223
public final class GroovyRenameInputValidator implements RenameInputValidator
[ "@NotNull\n @Override\n public ElementPattern<? extends PsiElement> getPattern()", "@Override\n public boolean isInputValid(@NotNull String newName, @NotNull PsiElement element, @NotNull ProcessingContext context)" ]
intellij-community/plugins/groovy/src/org/jetbrains/plugins/groovy/GroovyRenameInputValidator.java
63,084
parse
private void parse(@NotNull String query) { List<String> words = splitQuery(query); int size = words.size(); if (size == 0) { return; } if (size == 1) { addToSearchQuery(words.get(0)); return; } int index = 0; while (index < size) { String name = words.get(index++); if (name.endsWith(":")) { if (index < size) { handleAttribute(name, words.get(index++)); } else { addToSearchQuery(query); return; } } else { addToSearchQuery(name); } } }
[ 13, 18 ]
private void parse(@NotNull String query)
648
public abstract class SearchQueryParser
[ "protected void addToSearchQuery(@NotNull String query)", "protected static @NotNull List<String> splitQuery(@NotNull String query)", "public static @NotNull String getTagQuery(@NotNull String tag)", "public static @NotNull String wrapAttribute(@NotNull String value)", "private void parse(@NotNull String query)", "@Override\n protected void addToSearchQuery(@NotNull String query)", "protected void handleAttribute(@NotNull String name, @NotNull String value)", "public @NotNull String getUrlQuery()", "private void parse(@NotNull String query)", "protected void handleAttribute(@NotNull String name, @NotNull String value)" ]
intellij-community/platform/platform-impl/src/com/intellij/ide/plugins/newui/SearchQueryParser.java
312,620
isAligningViewModeSupported
public boolean isAligningViewModeSupported() { return aligningViewModeSupported; }
[ 15, 42 ]
public boolean isAligningViewModeSupported()
88
public class SimpleDiffViewer extends TwosideTextDiffViewer
[ "@Override\n @RequiresEdt\n protected void onInit()", "@Override\n protected void onDispose()", "@ApiStatus.Internal\n protected void setModel(@NotNull SimpleDiffModel model)", "@NotNull\n @Override\n protected List<AnAction> createToolbarActions()", "@NotNull\n @Override\n protected List<AnAction> createPopupActions()", "@NotNull\n @Override\n protected List<AnAction> createEditorPopupActions()", "@Override\n @RequiresEdt\n protected void processContextHints()", "@Override\n @RequiresEdt\n protected void updateContextHints()", "@NotNull\n protected SimpleDiffChangeUi createUi(@NotNull SimpleDiffChange change)", "@NotNull\n public FoldingModelSupport.Settings getFoldingModelSettings()", "@NotNull\n public FoldingModelSupport getFoldingModel()", "@ApiStatus.Internal\n public boolean needAlignChanges()", "@NotNull\n public TwosideTextDiffProvider getTextDiffProvider()", "@Override\n protected void onSlowRediff()", "@Override\n @NotNull\n protected Runnable performRediff(@NotNull final ProgressIndicator indicator)", "@NotNull\n protected Runnable computeDifferences(@NotNull ProgressIndicator indicator)", "@NotNull\n protected Runnable apply(@Nullable List<? extends SimpleDiffChange> changes,\n boolean isContentsEqual)", "@NotNull\n protected Runnable applyNotification(@Nullable final JComponent notification)", "protected void clearDiffPresentation()", "@Override\n @RequiresEdt\n protected void onBeforeDocumentChange(@NotNull DocumentEvent e)", "@RequiresEdt\n protected boolean doScrollToChange(@NotNull ScrollToPolicy scrollToPolicy)", "private void doScrollToChange(@NotNull SimpleDiffChange change, final boolean animated)", "protected boolean doScrollToContext(@NotNull DiffNavigationContext context)", "@NotNull\n public List<SimpleDiffChange> getDiffChanges()", "@NotNull\n private List<SimpleDiffChange> getNonSkippedDiffChanges()", "@NotNull\n @Override\n protected SyncScrollSupport.SyncScrollable getSyncScrollable()", "@NotNull\n @Override\n protected StatusPanel getStatusPanel()", "@NotNull\n public KeyboardModifierListener getModifierProvider()", "@NotNull\n @Override\n public SyncScrollSupport.TwosideSyncScrollSupport getSyncScrollSupport()", "protected boolean isEditable(@NotNull Side side)", "public boolean isAligningViewModeSupported()", "boolean isDiffForLocalChanges()", "@SuppressWarnings(\"MethodOverridesStaticMethodOfSuperclass\")\n public static boolean canShowRequest(@NotNull DiffContext context, @NotNull DiffRequest request)", "protected boolean isSomeChangeSelected(@NotNull Side side)", "@NotNull\n @RequiresEdt\n protected List<SimpleDiffChange> getSelectedChanges(@NotNull Side side)", "private static boolean isChangeSelected(SimpleDiffChange change, @NotNull BitSet lines, @NotNull Side side)", "@Nullable\n @RequiresEdt\n protected SimpleDiffChange getSelectedChange(@NotNull Side side)", "@NotNull\n @Override\n protected List<SimpleDiffChange> getChanges()", "@NotNull\n @Override\n protected EditorEx getEditor()", "@Override\n protected int getStartLine(@NotNull SimpleDiffChange change)", "@Override\n protected int getEndLine(@NotNull SimpleDiffChange change)", "@Override\n protected void scrollToChange(@NotNull SimpleDiffChange change)", "@Override\n protected void doApply(boolean readOnly)", "@Override\n public @NotNull ActionUpdateThread getActionUpdateThread()", "@Override\n public void update(@NotNull AnActionEvent e)", "@Override\n public void actionPerformed(@NotNull AnActionEvent e)", "protected abstract boolean isVisible(@NotNull Side side)", "@Nls\n @NotNull\n protected abstract String getText(@NotNull Side side)", "@Nullable\n protected abstract Icon getIcon(@NotNull Side side)", "@RequiresWriteLock\n protected abstract void doPerform(@NotNull AnActionEvent e, @NotNull Side side, @NotNull List<? extends SimpleDiffChange> changes)", "@Override\n protected boolean isVisible(@NotNull Side side)", "@Override\n protected void doPerform(@NotNull AnActionEvent e, @NotNull Side side, @NotNull List<? extends SimpleDiffChange> changes)", "protected boolean isBothEditable()", "@RequiresWriteLock\n protected abstract void apply(@NotNull List<? extends SimpleDiffChange> changes)", "@NotNull\n @Override\n protected String getText(@NotNull Side side)", "@Nullable\n @Override\n protected Icon getIcon(@NotNull Side side)", "@Override\n protected void apply(@NotNull List<? extends SimpleDiffChange> changes)", "@NotNull\n @Override\n protected String getText(@NotNull Side side)", "@Nullable\n @Override\n protected Icon getIcon(@NotNull Side side)", "@Override\n protected void apply(@NotNull List<? extends SimpleDiffChange> changes)", "@RequiresWriteLock\n public void replaceChange(@NotNull SimpleDiffChange change, @NotNull final Side sourceSide)", "@RequiresWriteLock\n public void appendChange(@NotNull SimpleDiffChange change, @NotNull final Side sourceSide)", "@Override\n public boolean hasNextBlock()", "@Override\n public void loadNextBlock()", "@Nullable\n @Override\n public Object getData(@NotNull @NonNls String dataId)", "@Override\n public boolean isSyncScrollEnabled()", "@Override\n public boolean forceSyncVerticalScroll()", "@NotNull\n @Override\n public Range getRange(@NotNull Side baseSide, int line)", "@Override\n protected void processHelper(@NotNull ScrollHelper helper)", "@DirtyUI\n @Override\n public void paint(@NotNull Graphics g, @NotNull JComponent divider)", "@Nullable\n @Override\n protected String getMessage()", "@Nullable\n protected @Nls String getStatusTextMessage()", "public void init()", "@Override\n public void onModifiersChanged()", "@Override\n protected void repaintSeparators()", "@Nullable\n public Data createState(@Nullable List<? extends SimpleDiffChange> changes, @NotNull Settings settings)", "public void paintOnDivider(@NotNull Graphics2D gg, @NotNull Component divider)", "@Override\n protected boolean doScrollToChange()", "@Override\n protected boolean doScrollToFirstChange()", "@Override\n protected boolean doScrollToContext()", "@Override\n public @Nullable List<TextRange> getChangedRanges(@NotNull Editor editor)" ]
intellij-community/platform/diff-impl/src/com/intellij/diff/tools/simple/SimpleDiffViewer.java
222,534
getPythonProcessResult
private @NotNull String getPythonProcessResult(@NotNull String path, @NotNull List<String> args, boolean askForSudo, boolean showProgress, @Nullable String workingDir) throws ExecutionException { return getPythonProcessResult(path, args, askForSudo, showProgress, workingDir, null); }
[ 24, 46 ]
private @NotNull String getPythonProcessResult(@NotNull String path, @NotNull List<String> args, boolean askForSudo, boolean showProgress, @Nullable String workingDir)
339
@Deprecated public class PyPackageManagerImpl extends PyPackageManagerImplBase
[ "@Override\n protected final void installUsingPipWheel(String @NotNull ... pipArgs)", "protected @NotNull String toSystemDependentName(final @NotNull String dirName)", "@Override\n public void install(@NotNull String requirementString)", "@Override\n public void install(@Nullable List<PyRequirement> requirements, @NotNull List<String> extraArgs)", "public void install(@Nullable List<PyRequirement> requirements, @NotNull List<String> extraArgs, @Nullable String workingDir)", "@Override\n public void uninstall(@NotNull List<PyPackage> packages)", "@Override\n public @Nullable List<PyPackage> getPackages()", "@Override\n protected @NotNull List<PyPackage> collectPackages()", "@Override\n public @NotNull String createVirtualEnv(@NotNull String destinationDir, boolean useGlobalSite)", "private static boolean isLegacyPython(@NotNull LanguageLevel languageLevel)", "private @NotNull String getHelperResult(@NotNull List<String> args,\n boolean askForSudo,\n boolean showProgress)", "private @NotNull String getHelperResult(@NotNull List<String> args,\n boolean askForSudo,\n boolean showProgress,\n @Nullable String parentDir)", "private @NotNull String getPythonProcessResult(@NotNull String path, @NotNull List<String> args, boolean askForSudo,\n boolean showProgress, @Nullable String workingDir)", "private @NotNull String getPythonProcessResult(@NotNull String path, @NotNull List<String> args, boolean askForSudo,\n boolean showProgress, @Nullable String workingDir, @Nullable List<String> pyArgs)", "protected @NotNull ProcessOutput getPythonProcessOutput(@NotNull String helperPath, @NotNull List<String> args, boolean askForSudo,\n boolean showProgress, @Nullable String workingDir, @Nullable List<String> pyArgs)" ]
intellij-community/python/src/com/jetbrains/python/packaging/PyPackageManagerImpl.java
172,926
getHeadlessProgressIndicator
@Nullable public ProgressIndicator getHeadlessProgressIndicator() { return headlessProgressIndicator; }
[ 39, 67 ]
@Nullable public ProgressIndicator getHeadlessProgressIndicator()
117
@ApiStatus.Internal public final class ConfigImportHelper
[ "public static void importConfigsTo(boolean veryFirstStartOnThisComputer,\n @NotNull Path newConfigDir,\n @NotNull List<String> args,\n @NotNull Logger log)", "private static void logInfoAboutNotAcceptedConfigDirectory(@NotNull Logger log, @NotNull String description, @NotNull Path path)", "static @Nullable ConfigImportSettings findCustomConfigImportSettings()", "public static boolean isConfigOld(FileTime time)", "private static boolean doesVmOptionsFileExist(Path configDir)", "public static void writeOptionsForRestartIfNeeded(@NotNull Logger log)", "private static void writeOptionsForRestart(@NotNull Path newConfigDir, @NotNull Logger log)", "private static void restart(List<String> args)", "private static Path backupCurrentConfigToTempAndDelete(Path currentConfig, Logger log, boolean smartDelete, @Nullable ConfigImportSettings settings)", "private static void deleteCurrentConfigDir(Path currentConfig, Logger log, boolean smartDelete)", "private static void moveTempBackupToStandardBackup(Path newConfigDir, Path backupToMove)", "private static boolean shouldAskForConfig()", "private static @Nullable Pair<Path, Path> showDialogAndGetOldConfigPath(List<Path> guessedOldConfigDirs)", "public static boolean isFirstSession()", "public static boolean isNewUser()", "public static boolean isSettingsFile(@NotNull VirtualFile file)", "public static void setConfigImportedInThisSession()", "public static boolean isConfigImported()", "static boolean isValidSettingsFile(@NotNull File file)", "public static boolean isConfigDirectory(@NotNull Path candidate)", "@NotNull List<Path> getPaths()", "boolean isEmpty()", "@NotNull Pair<Path, FileTime> getFirstItem()", "@NotNull @NlsSafe String getNameAndVersion(@NotNull Path config)", "@NotNull List<Path> findRelatedDirectories(@NotNull Path config, boolean forAutoClean)", "@ApiStatus.Internal\n public static boolean hasPreviousVersionConfigDirs()", "static @NotNull ConfigDirsSearchResult findConfigDirectories(@NotNull Path newConfigDir)", "static @NotNull ConfigDirsSearchResult findConfigDirectories(@NotNull Path newConfigDir,\n @Nullable ConfigImportSettings settings,\n @NotNull List<String> otherProductPrefixes)", "private static boolean nameMatchesPrefixStrictly(String name, String prefix, boolean dotted)", "private static String getNameWithVersion(Path configDir)", "private static @Nullable String parseVersionFromConfig(@NotNull Path configDir)", "private static @Nullable String getPrefixFromSelector(@Nullable String nameWithSelector)", "public static @Nullable Pair<Path, Path> findConfigDirectoryByPath(Path selectedDir)", "private static @Nullable Path getSettingsPath(Path ideHome, String propertyName, Function<? super String, String> pathBySelector)", "private static @Nullable String getPropertyFromFile(Path file, String propertyName)", "private static @Nullable String findPListKey(String propertyName, String fileContent)", "private static @Nullable String findProperty(String propertyName, String fileContent)", "private static String fixDirName(String dir)", "public static void doImport(Path oldConfigDir, Path newConfigDir, @Nullable Path oldIdeHome, Logger log, ConfigImportOptions importOptions)", "public boolean isHeadless()", "public void setHeadless(boolean headless)", "public boolean isMergeVmOptions()", "public void setMergeVmOptions(boolean mergeVmOptions)", "@Nullable\n public ProgressIndicator getHeadlessProgressIndicator()", "public void setHeadlessProgressIndicator(@Nullable ProgressIndicator headlessProgressIndicator)", "public ConfigImportSettings getImportSettings()", "public void setImportSettings(ConfigImportSettings importSettings)", "@VisibleForTesting\n static void doImport(@NotNull Path oldConfigDir,\n @NotNull Path newConfigDir,\n @Nullable Path oldIdeHome,\n @NotNull Path oldPluginsDir,\n @NotNull Path newPluginsDir,\n @NotNull ConfigImportOptions options)", "public static void migrateLocalization(Path oldConfigDir, Path oldPluginsDir)", "private static List<ActionCommand> loadStartupActionScript(Path oldConfigDir, @Nullable Path oldIdeHome, Path oldPluginsDir)", "public static void migratePlugins(Path oldPluginsDir,\n Path oldConfigDir,\n Path newPluginsDir,\n Path newConfigDir,\n ConfigImportOptions options,\n Predicate<IdeaPluginDescriptor> hasPendingUpdate)", "private static void performMigrations(PluginMigrationOptions options)", "private static void migrateGlobalPlugins(Path newConfigDir,\n Path oldConfigDir,\n List<IdeaPluginDescriptor> toMigrate,\n List<IdeaPluginDescriptor> toDownload,\n Logger log)", "private static void writeMigrationResult(Path newConfigDir, String downloadIds, Logger log)", "private static void partitionNonBundled(Collection<? extends IdeaPluginDescriptor> descriptors,\n List<IdeaPluginDescriptor> firstAccumulator,\n List<IdeaPluginDescriptor> secondAccumulator,\n Predicate<IdeaPluginDescriptor> predicate)", "private static Predicate<IdeaPluginDescriptor> collectPendingPluginUpdates(List<ActionCommand> actionCommands, Logger log)", "public static void migratePlugins(Path newPluginsDir, List<IdeaPluginDescriptor> descriptors, Logger log)", "private static void downloadUpdatesForIncompatiblePlugins(Path newPluginsDir, ConfigImportOptions options, List<IdeaPluginDescriptor> incompatiblePlugins)", "private static void downloadUpdatesForIncompatiblePlugins(Path newPluginsDir,\n ConfigImportOptions options,\n List<IdeaPluginDescriptor> incompatiblePlugins,\n ProgressIndicator indicator)", "private static boolean isBrokenPlugin(IdeaPluginDescriptor descriptor, @Nullable Map<PluginId, Set<String>> brokenPluginVersions)", "private static boolean isEmptyDirectory(Path newPluginsDir)", "static void setKeymapIfNeeded(@NotNull Path oldConfigDir, @NotNull Path newConfigDir, @NotNull Logger log)", "private static @NotNull Matcher matchNameWithVersion(String nameWithVersion)", "public static void mergeVmOptions(Path importFile, Path currentFile, Logger log)", "private static boolean vmOptionsRequiresMerge(@Nullable Path oldConfigDir, Path newConfigDir, Logger log)", "private static ArrayList<String> mergeVmOptionsLines(List<String> importLines, List<String> currentLines, Logger log)", "@SuppressWarnings(\"SpellCheckingInspection\")\n public static void updateVMOptions(Path newConfigDir, Logger log)", "private static boolean updateVMOptionsLines(Path newConfigDir, List<String> lines, Logger log)", "@VisibleForTesting\n static List<String> readPlatformOptions(Path platformVmOptionsFile, Logger log)", "private static boolean isDuplicateOrLowerValue(String line, Collection<String> platformLines)", "private static boolean isLowerValue(String prefix, String userValue, Collection<String> platformLines)", "private static boolean blockImport(Path path, Path oldConfig, Path newConfig, Path oldPluginsDir, @Nullable ConfigImportSettings settings)", "private static boolean shouldSkipFileDuringImport(Path path, @Nullable ConfigImportSettings settings)", "private static boolean overwriteOnImport(Path path)", "private static String defaultConfigPath(String selector)", "private static String defaultPluginsPath(String selector)", "private static String defaultSystemPath(String selector)", "private static String defaultLogsPath(String selector)", "private static boolean newOrUnknown(String selector)", "private static List<Path> getRelatedDirectories(Path config, boolean forAutoClean)" ]
intellij-community/platform/platform-impl/src/com/intellij/openapi/application/ConfigImportHelper.java
295,865
exec
protected Pair<String, Boolean> exec(final ConsoleCodeFragment command) throws PythonUnhandledException { setExecuting(true); // add code fragment to myConsoleView.getHistoryPsiFile() PsiFile psi = getHistoryPsiFile(); if (myConsoleView != null && psi != null) { ApplicationManager.getApplication().invokeLater( () -> WriteCommandAction.runWriteCommandAction(myProject, null, null, () -> { PsiElement[] newElems = PyElementGenerator.getInstance(myProject) .createDummyFile(LanguageLevel.forElement(myConsoleView.getFile()), command.getText()) .getChildren(); for (PsiElement elem : newElems) { psi.add(elem); } }, psi)); } boolean more; try { if (command.isSingleLine()) { more = getPythonConsoleBackendClient().execLine(command.getText()); } else { more = getPythonConsoleBackendClient().execMultipleLines(command.getText()); } } catch (PythonUnhandledException e) { setExecuting(false); throw e; } catch (TException e) { setExecuting(false); throw new RuntimeException(e); } if (more) { setExecuting(false); } return Pair.create(null, more); }
[ 32, 36 ]
protected Pair<String, Boolean> exec(final ConsoleCodeFragment command)
1,849
public abstract class PydevConsoleCommunication extends AbstractConsoleCommunication implements PyFrameAccessor
[ "public @Nullable PsiFile getHistoryPsiFile()", "protected abstract @NotNull PythonConsoleBackendServiceDisposable getPythonConsoleBackendClient()", "public boolean handshake()", "public void close()", "public @NotNull Future<?> closeAsync()", "protected abstract @NotNull Future<?> closeCommunication()", "public abstract boolean isCommunicationClosed()", "@Override\n public @Nullable Project getProject()", "private void execNotifyAboutMagic(List<String> commands, boolean isAutoMagic)", "private boolean execIPythonEditor(String path)", "private void execNotifyFinished(boolean more)", "private void setExecuting(boolean executing)", "private Object execRequestInput()", "protected Pair<String, Boolean> exec(final ConsoleCodeFragment command)", "private static String createRuntimeMessage(String taskName)", "@Override\n public @NotNull List<PydevCompletionVariant> getCompletions(String text, String actTok)", "private List<PydevCompletionVariant> doGetCompletions(String text, String actTok)", "@Override\n public String execTableCommand(String command, TableCommandType commandType, TableCommandParameters tableCommandParameters)", "@TestOnly\n public List<PydevCompletionVariant> gerCompletionVariants(String text, String actTok)", "private static @NotNull PydevCompletionVariant toPydevCompletionVariant(@NotNull CompletionOption option)", "private void executeBackgroundTaskSuppressException(Callable<?> task,\n @NlsContexts.ProgressTitle String userVisibleMessage,\n String errorLogMessage)", "private @Nullable <T> T executeBackgroundTask(Callable<T> task,\n boolean waitForResult,\n @NlsContexts.ProgressTitle String userVisibleMessage,\n String errorLogMessage)", "@Override\n public String getDescription(String text)", "@Override\n public void execInterpreter(final ConsoleCodeFragment command, final Function<InterpreterResponse, Object> onResponseReceived)", "@Override\n public void interrupt()", "@Override\n public boolean isExecuting()", "@Override\n public boolean needsMore()", "@Override\n public PyDebugValue evaluate(String expression, boolean execute, boolean doTrunc)", "@Override\n public @Nullable XValueChildrenList loadFrame(@Nullable XStackFrame contextFrame)", "@Override\n public XValueChildrenList loadSpecialVariables(ProcessDebugger.GROUP_TYPE groupType)", "private <T> XValueChildrenList loadFrame(Callable<T> task)", "public synchronized int getNextFullValueSeq()", "@Override\n public void loadAsyncVariablesValues(@Nullable XStackFrame frame, @NotNull List<PyAsyncValue<String>> pyAsyncValues)", "@Override\n public @Nullable XValueChildrenList loadVariableDefaultView(PyDebugValue variable)", "@Override\n public @Nullable XValueChildrenList loadVariable(PyDebugValue var)", "@Override\n public void setCurrentRootNode(@NotNull XCompositeNode node)", "@Override\n public boolean isSimplifiedView()", "@Override\n public @Nullable XCompositeNode getCurrentRootNode()", "@Override\n public void changeVariable(PyDebugValue variable, String value)", "@Override\n public @Nullable PyReferrersLoader getReferrersLoader()", "@Override\n public ArrayChunk getArrayItems(PyDebugValue var, int rowOffset, int colOffset, int rows, int cols, String format)", "@Override\n public DataViewerCommandResult executeDataViewerCommand(DataViewerCommandBuilder builder)", "@Override\n public @Nullable XSourcePosition getSourcePositionForName(String name, String parentType)", "@Override\n public @Nullable XSourcePosition getSourcePositionForType(String type)", "public void connectToDebugger(int localPort,\n @Nullable String debuggerHost,\n @NotNull Map<String, Boolean> dbgOpts,\n @NotNull Map<String, String> extraEnvs)", "@Override\n public void notifyCommandExecuted(boolean more)", "private void notifyVariablesLoaded(XValueChildrenList values)", "void notifyViewCreated(XStandaloneVariablesView view)", "private void notifySessionStopped()", "@Override\n public void setUserTypeRenderersSettings()", "@Override\n public @Nullable XDebuggerTreeNodeHyperlink getUserTypeRenderersLink(@NotNull String typeRendererId)", "public void setDebugCommunication(PythonDebugConsoleCommunication debugCommunication)", "public void setConsoleView(@Nullable PythonConsoleView consoleView)", "@Override\n public void showNumericContainer(@NotNull PyDebugValue value)", "@Override\n public void addFrameListener(@NotNull PyFrameListener listener)", "protected final @NotNull PythonConsoleFrontendService.Iface createPythonConsoleFrontendHandler()", "@Override\n public void notifyFinished(boolean needsMoreInput, boolean exceptionOccurred)", "@Override\n public String requestInput(String path)", "@Override\n public void notifyAboutMagic(List<String> commands, boolean isAutoMagic)", "@Override\n public void showConsole()", "@Override\n public void returnFullValue(int requestSeq, List<DebugValue> response)", "@Override\n public boolean IPythonEditor(String path, String line)", "@Override\n public void sendRichOutput(Map<String, String> data)" ]
intellij-community/python/src/com/jetbrains/python/console/PydevConsoleCommunication.java
173,308
remove
@Override public @Nullable DirectBufferWrapper remove(long key) { assert pagesAccessLock.isHeldByCurrentThread(); // this method can be called after removeEldestEntry DirectBufferWrapper wrapper = super.remove(key); if (wrapper != null) { //noinspection NonAtomicOperationOnVolatileField myMappingChangeCount++; assertUnderSegmentAllocationLock(); pagesToRemoveByPageId.put(key, wrapper); totalSizeCached -= wrapper.getLength(); } return wrapper; }
[ 53, 59 ]
@Override public @Nullable DirectBufferWrapper remove(long key)
558
@ApiStatus.Internal final class FilePageCache
[ "@Override\n protected boolean removeEldestEntry(LongLinkedHashMap.Entry<DirectBufferWrapper> eldest)", "@Override\n public DirectBufferWrapper put(long key, @NotNull DirectBufferWrapper wrapper)", "@Override\n public @Nullable DirectBufferWrapper remove(long key)", "public DirectBufferWrapper get(long pageId, boolean read, boolean checkAccess)", "@SuppressWarnings(\"NonAtomicOperationOnVolatileField\") // expected, we don't need 100% precision\n public void incrementUncachedFileAccess()", "public void incrementFastCacheHitsCount()", "public long getMaxSize()", "void unmapBuffersForOwner(PagedFileStorage fileStorage)", "void flushBuffers()", "void flushBuffersForOwner(PagedFileStorage storage)", "void removeStorage(final long storageId)", "void assertNoBuffersLocked()", "void assertUnderSegmentAllocationLock()", "long registerPagedFileStorage(@NotNull PagedFileStorage storage)", "@NotNull\n FilePageCacheStatistics getStatistics()", "private @NotNull(\"Seems accessed storage has been closed\") PagedFileStorage getRegisteredPagedFileStorageByIndex(long storageId)", "private void disposeRemovedSegments(@Nullable PagedFileStorage verificationStorage)", "private void ensureSize(long sizeLimit)", "private static @NotNull DirectBufferWrapper allocateAndLoadPage(long pageId, boolean read, PagedFileStorage owner, boolean checkAccess)", "private @NotNull Map<Long, DirectBufferWrapper> getBuffersForOwner(@NotNull PagedFileStorage storage)" ]
intellij-community/platform/util/src/com/intellij/util/io/FilePageCache.java
208,570
line
public int line() { return DebuggerUtilsEx.getLineNumber(myLocation, false); }
[ 11, 15 ]
public int line()
84
public class StackFrameItem
[ "@Override\n public void onClick(MouseEvent event)", "public Location location()", "@NotNull\n public String path()", "@NotNull\n public String method()", "public int line()", "@NotNull\n public static List<StackFrameItem> createFrames(@NotNull SuspendContextImpl suspendContext, boolean withVars)", "private static VariableItem createVariable(Value value, String name, VariableItem.VarType varType)", "@Override\n public String toString()", "@Override\n public void computePresentation(@NotNull XValueNode node, @NotNull XValuePlace place)", "public XStackFrame createFrame(DebugProcessImpl debugProcess)", "public static boolean hasSeparatorAbove(XStackFrame frame)", "public static void setWithSeparator(XStackFrame frame)", "@Nls\n public static String getAsyncStacktraceMessage()", "@Nullable\n @Override\n public XSourcePosition getSourcePosition()", "@Override\n public boolean isSynthetic()", "@Override\n public boolean isInLibraryContent()", "@Override\n public boolean shouldHide()", "@Override\n public void customizePresentation(@NotNull ColoredTextContainer component)", "@Override\n public void computeChildren(@NotNull XCompositeNode node)", "private SimpleTextAttributes getAttributes()", "@Override\n public String getCaptionAboveOf()", "@Override\n public boolean hasSeparatorAbove()", "@Override\n public void setWithSeparator(boolean withSeparator)", "@Override\n public String toString()" ]
intellij-community/java/debugger/impl/src/com/intellij/debugger/memory/utils/StackFrameItem.java
440,766
addSubGroup
private void addSubGroup(XmlElementsGroup group) { if (!myGroups.empty()) { XmlElementsGroup last = myGroups.peek(); if (last instanceof XmlElementsGroupImpl) { ((XmlElementsGroupImpl)last).addSubGroup(group); } } }
[ 13, 24 ]
private void addSubGroup(XmlElementsGroup group)
251
public final class XmlElementsGroupProcessor extends XmlSchemaTagsProcessor
[ "public static XmlElementsGroup computeGroups(XmlNSDescriptorImpl descriptor, XmlTag tag)", "private XmlElementsGroup getRootGroup()", "@Override\n public XmlElementsGroup.Type getGroupType()", "@Override\n public String toString()", "@Override\n protected void tagStarted(XmlTag tag, String tagName, XmlTag context, XmlTag ref)", "@Override\n protected void tagFinished(XmlTag tag)", "private void addSubGroup(XmlElementsGroup group)" ]
intellij-community/xml/xml-psi-impl/src/com/intellij/xml/impl/schema/XmlElementsGroupProcessor.java
10,476
getChildren
@Override public @NotNull List<MatchResult> getChildren() { return Collections.unmodifiableList(myChildren); }
[ 46, 57 ]
@Override public @NotNull List<MatchResult> getChildren()
118
public final class MatchResultImpl extends MatchResult
[ "@Override\n public String getMatchImage()", "@Override\n public SmartPsiElementPointer<?> getMatchRef()", "@Override\n public PsiElement getMatch()", "public void setMatchRef(@NotNull SmartPsiElementPointer<?> matchStart)", "public void setMatch(PsiElement element)", "@Override\n public String getName()", "public void setName(@NotNull String name)", "@Override\n public @NotNull List<MatchResult> getChildren()", "@Override\n public int size()", "@Override\n public boolean isScopeMatch()", "@Override\n public boolean isMultipleMatch()", "@Override\n public boolean hasChildren()", "public void removeChildren()", "@NotNull\n public MatchResult removeLastChild()", "public void setScopeMatch(final boolean scopeMatch)", "public void setMultipleMatch(final boolean multipleMatch)", "public MatchResultImpl getChild(@NotNull String name)", "public MatchResult findChild(@NotNull String name)", "public MatchResult removeChild(@NotNull String typedVar)", "public void addChild(@NotNull MatchResult result)", "@Override\n public @NotNull MatchResult getRoot()", "public void setMatchImage(@NotNull String matchImage)", "@Override\n public boolean isTarget()", "public void setTarget(boolean target)", "@Override\n public int getStart()", "public void setStart(int start)", "@Override\n public int getEnd()", "public void setEnd(int end)", "@Override\n public String toString()" ]
intellij-community/platform/structuralsearch/source/com/intellij/structuralsearch/impl/matcher/MatchResultImpl.java
292,313
isJdkOptionalClassName
@Contract(value = "null -> false", pure = true) public static boolean isJdkOptionalClassName(@Nullable String className) { return JAVA_UTIL_OPTIONAL.equals(className) || OPTIONAL_INT.equals(className) || OPTIONAL_LONG.equals(className) || OPTIONAL_DOUBLE.equals(className); }
[ 72, 94 ]
@Contract(value = "null -> false", pure = true) public static boolean isJdkOptionalClassName(@Nullable String className)
292
public final class OptionalUtil
[ "@NotNull\n @Contract(pure = true)\n public static String getOptionalClass(String type)", "@Contract(value = \"null -> false\", pure = true)\n public static boolean isJdkOptionalClassName(@Nullable String className)", "@Contract(\"null -> null\")\n public static PsiType getOptionalElementType(PsiType type)", "@Contract(\"null -> false\")\n public static boolean isOptionalEmptyCall(PsiExpression expression)" ]
intellij-community/java/java-analysis-impl/src/com/intellij/codeInspection/util/OptionalUtil.java
465,540
getInstance
public static CustomPluginRepositoryService getInstance() { return ApplicationManager.getApplication().getService(CustomPluginRepositoryService.class); }
[ 44, 55 ]
public static CustomPluginRepositoryService getInstance()
159
@Service public final class CustomPluginRepositoryService implements PluginRepositoryAuthListener
[ "public static CustomPluginRepositoryService getInstance()", "public @NotNull Map<String, List<PluginNode>> getCustomRepositoryPluginMap()", "@Override\n public void authenticationChanged()", "public @NotNull Collection<PluginNode> getCustomRepositoryPlugins()", "public void clearCache()" ]
intellij-community/platform/platform-impl/src/com/intellij/ide/plugins/CustomPluginRepositoryService.java
311,983
addAll
@Override public boolean addAll(@NotNull Collection<? extends Attribute> collection) { throw ImmutableElement.immutableError(this); }
[ 27, 33 ]
@Override public boolean addAll(@NotNull Collection<? extends Attribute> collection)
141
final class ImmutableSameTypeAttributeList implements List<Attribute>
[ "@Override\n public Attribute get(int index)", "Attribute get(String name, Namespace namespace)", "String getValue(String name, Namespace namespace, String def)", "@Override\n public int size()", "@Override\n public String toString()", "@Override\n public int indexOf(Object o)", "@Override\n public int lastIndexOf(Object o)", "@Override\n public @NotNull Iterator<Attribute> iterator()", "@Override\n public @NotNull List<Attribute> subList(int fromIndex, int toIndex)", "private List<Attribute> toList()", "@Override\n public boolean equals(Object o)", "@Override\n public int hashCode()", "@Override\n public boolean isEmpty()", "@Override\n public boolean contains(Object o)", "@Override\n public Object @NotNull [] toArray()", "@Override\n public <T> T @NotNull [] toArray(T @NotNull [] a)", "@Override\n public boolean containsAll(@NotNull Collection<?> c)", "@Override\n public boolean add(Attribute obj)", "@Override\n public void add(int index, Attribute obj)", "@Override\n public boolean addAll(@NotNull Collection<? extends Attribute> collection)", "@Override\n public boolean addAll(int index, @NotNull Collection<? extends Attribute> collection)", "@Override\n public void clear()", "@Override\n public Attribute remove(int index)", "@Override\n public Attribute set(int index, Attribute obj)", "@Override\n public @NotNull ListIterator<Attribute> listIterator()", "@Override\n public @NotNull ListIterator<Attribute> listIterator(int index)", "@Override\n public boolean remove(Object o)", "@Override\n public boolean removeAll(@NotNull Collection<?> c)", "@Override\n public boolean retainAll(@NotNull Collection<?> c)" ]
intellij-community/platform/util/src/org/jdom/ImmutableSameTypeAttributeList.java
205,184
addLayoutComponent
@Override public void addLayoutComponent(String s, Component component) { actionButtons.add(Pair.pair(component, s)); }
[ 26, 44 ]
@Override public void addLayoutComponent(String s, Component component)
133
@ApiStatus.Internal public final class EditorMarkupModelImpl extends MarkupModelImpl implements EditorMarkupModel, CaretListener, BulkAwareDocumentListener.Simple, VisibleAreaListener
[ "private int getMinMarkHeight()", "private static int getThinGap()", "private static int getMaxStripeSize()", "private static int getMaxMacThumbWidth()", "private static int getStatusIconSize()", "@Override\n public @NotNull ActionUpdateThread getActionUpdateThread()", "@Override\n public void update(@NotNull AnActionEvent e)", "@Override\n public void addNotify()", "@Override\n protected void paintComponent(Graphics g)", "@Override\n protected int getSeparatorHeight()", "@Override\n protected @NotNull ActionButtonWithText createTextButton(@NotNull AnAction action,\n @NotNull String place,\n @NotNull Presentation presentation,\n Supplier<? extends @NotNull Dimension> minimumSize)", "@Override\n protected @NotNull ActionButton createIconButton(@NotNull AnAction action,\n @NotNull String place,\n @NotNull Presentation presentation,\n Supplier<? extends @NotNull Dimension> minimumSize)", "@Override\n public void doLayout()", "@Override\n public void componentResized(ComponentEvent event)", "@Override\n public void mouseClicked(MouseEvent event)", "@Override\n public void mouseEntered(MouseEvent event)", "@Override\n public void mouseExited(MouseEvent event)", "@Override\n public void beforeActionPerformed(@NotNull AnAction action, @NotNull AnActionEvent event)", "@Override\n public void selectionChanged(@NotNull FileEditorManagerEvent event)", "@Override\n public String toString()", "@Override\n public void caretPositionChanged(@NotNull CaretEvent event)", "@Override\n public void afterDocumentChange(@NotNull Document document)", "@Override\n public void visibleAreaChanged(@NotNull VisibleAreaEvent e)", "private void updateTrafficLightVisibility()", "private void doUpdateTrafficLightVisibility()", "private void populateInspectionWidgetActionsFromExtensions()", "@Override\n public void addInspectionWidgetAction(@NotNull AnAction action, @Nullable Constraints constraints)", "@Override\n public void removeInspectionWidgetAction(@NotNull AnAction action)", "private @NotNull AnAction createAction(@NotNull String id, @NotNull Icon icon)", "private int offsetToLine(int offset, @NotNull Document document)", "private void repaintVerticalScrollBar()", "void recalcEditorDimensions()", "@Override\n public void setTrafficLightIconVisible(boolean value)", "public void repaintTrafficLightIcon()", "private void changeStatus(@NotNull AnalyzerStatus newStatus)", "public void forcingUpdateStatusToolbar()", "private LightweightHint getCurrentHint()", "private static @NotNull Rectangle getBoundsOnScreen(@NotNull LightweightHint hint)", "private boolean showToolTipByMouseMove(@NotNull MouseEvent e)", "private static @NotNull HintHint createHint(Component component, Point point)", "private int getVisualLineByEvent(@NotNull MouseEvent e)", "static int fitLineToEditor(@NotNull EditorImpl editor, int visualLine)", "private int getOffset(int visualLine, boolean startLine)", "private void collectRangeHighlighters(@NotNull MarkupModelEx markupModel, int visualLine, @NotNull Collection<? super RangeHighlighterEx> highlighters)", "private @Nullable RangeHighlighter getNearestRangeHighlighter(@NotNull MouseEvent e)", "private @NotNull Set<RangeHighlighter> getNearestHighlighters(int y)", "private void addNearestHighlighters(@NotNull MarkupModelEx markupModel,\n int scrollBarY,\n @NotNull Collection<? super RangeHighlighter> result)", "private void doClick(@NotNull MouseEvent e)", "@Override\n public void setErrorStripeVisible(boolean val)", "private @Nullable MyErrorPanel getErrorPanel()", "@NotNull ErrorStripeMarkersModel getErrorStripeMarkersModel()", "@Override\n public void setErrorPanelPopupHandler(@NotNull PopupHandler handler)", "@Override\n public void setErrorStripTooltipRendererProvider(@NotNull ErrorStripTooltipRendererProvider provider)", "@Override\n public @NotNull ErrorStripTooltipRendererProvider getErrorStripTooltipRendererProvider()", "@Override\n public @NotNull Editor getEditor()", "@Override\n public void setErrorStripeRenderer(@Nullable ErrorStripeRenderer renderer)", "@Override\n public @Nullable ErrorStripeRenderer getErrorStripeRenderer()", "@Override\n public void dispose()", "private void disposeErrorPanel()", "public void rebuild()", "void repaint()", "void repaint(int startOffset, int endOffset)", "private boolean isMirrored()", "private boolean transparent()", "void dropCache()", "@Override\n public boolean alwaysShowTrack()", "@Override\n public void installUI(JComponent c)", "@Override\n public void uninstallUI(@NotNull JComponent c)", "@Override\n protected void installListeners()", "@Override\n protected void uninstallListeners()", "@Override\n public void uiSettingsChanged(@NotNull UISettings uiSettings)", "@Override\n protected void paintThumb(@NotNull Graphics g, @NotNull JComponent c, Rectangle thumbBounds)", "@Override\n protected boolean isThumbTranslucent()", "@Override\n protected int getThumbOffset(int value)", "@Override\n protected boolean isDark()", "@Override\n protected boolean alwaysPaintThumb()", "@Override\n protected Rectangle getMacScrollBarBounds(Rectangle baseBounds, boolean thumb)", "@Override\n protected int getThickness()", "@Override\n protected void paintTrack(@NotNull Graphics g, @NotNull JComponent c, @NotNull Rectangle trackBounds)", "@Override\n protected void doPaintTrack(@NotNull Graphics g, @NotNull JComponent c, @NotNull Rectangle bounds)", "private void paintTrackBasement(@NotNull Graphics g, @NotNull Rectangle bounds)", "@Override\n protected @NotNull Color adjustColor(Color c)", "private void repaint(@NotNull Graphics g, int gutterWidth, @NotNull ProperTextRange yRange)", "private void drawErrorStripeMarkers(@NotNull Graphics g, int startOffset, int endOffset)", "private int drawStripesEndingBefore(int ys,\n @NotNull Queue<? extends PositionedStripe> ends,\n @NotNull List<PositionedStripe> stripes,\n @NotNull Graphics g, int yStart)", "private void drawSpot(@NotNull Graphics g, boolean thinErrorStripeMark, int yStart, int yEnd, @NotNull Color color)", "@Override\n public void mouseClicked(@NotNull MouseEvent e)", "@Override\n public void mousePressed(@NotNull MouseEvent e)", "@Override\n public void mouseReleased(@NotNull MouseEvent e)", "private int getWidth()", "private void doMouseClicked(@NotNull MouseEvent e)", "@Override\n public void mouseMoved(@NotNull MouseEvent e)", "@Override\n public void mouseWheelMoved(@NotNull MouseWheelEvent e)", "private void cancelMyToolTips(@NotNull MouseEvent e, boolean checkIfShouldSurvive)", "@Override\n public void mouseEntered(@NotNull MouseEvent e)", "@Override\n public void mouseExited(@NotNull MouseEvent e)", "private void closeHintOnMovingMouseAway(LightweightHint hint)", "@Override\n public void mouseDragged(@NotNull MouseEvent e)", "private void setPopupHandler(@NotNull PopupHandler handler)", "private void hideMyEditorPreviewHint()", "private LightweightHint showTooltip(@NotNull TooltipRenderer tooltipObject, @NotNull HintHint hintHint)", "@Override\n public void addErrorMarkerListener(@NotNull ErrorStripeListener listener, @NotNull Disposable parent)", "private void markDirtied(@NotNull ProperTextRange yPositions)", "@Override\n public void setMinMarkHeight(int minMarkHeight)", "@Override\n public boolean isErrorStripeVisible()", "@Override\n public TooltipRenderer calcTooltipRenderer(@NotNull Collection<? extends RangeHighlighter> highlighters)", "@Override\n public @NotNull TooltipRenderer calcTooltipRenderer(@NotNull String text)", "@Override\n public @NotNull TooltipRenderer calcTooltipRenderer(@NotNull String text, int width)", "private @NotNull ProperTextRange offsetsToYPositions(int start, int end)", "private int yPositionToOffset(int y, boolean beginLine)", "@Override\n public @NotNull ActionUpdateThread getActionUpdateThread()", "@Override\n public @NotNull JComponent createCustomComponent(@NotNull Presentation presentation, @NotNull String place)", "@Override\n public void updateCustomComponent(@NotNull JComponent component, @NotNull Presentation presentation)", "@Override\n public void actionPerformed(@NotNull AnActionEvent e)", "@Override\n public void update(@NotNull AnActionEvent e)", "@Override\n public void mouseClicked(MouseEvent me)", "private void showInspectionHint(MouseEvent me)", "private static void showContextMenu(MouseEvent me)", "@Override\n public void mousePressed(MouseEvent me)", "@Override\n public void mouseReleased(MouseEvent me)", "@Override\n public void mouseEntered(MouseEvent me)", "@Override\n public void mouseExited(MouseEvent me)", "@Override\n public void paintBorder(Component c, Graphics g, int x, int y, int w, int h)", "@Override\n public boolean isBorderOpaque()", "@Override\n public Insets getBorderInsets(Component c)", "private void updateFromPresentation(@NotNull Presentation presentation)", "@Override\n public void addNotify()", "@Override\n public void removeNotify()", "private void updateContents(@NotNull List<StatusItem> status)", "private @NotNull JLabel createStyledLabel(@Nullable @Nls String text, @Nullable Icon icon, int alignment)", "@Override\n protected void paintComponent(Graphics graphics)", "@Override\n public @NotNull Dimension getPreferredSize()", "@Override\n public void addLayoutComponent(String s, Component component)", "@Override\n public void removeLayoutComponent(Component component)", "@Override\n public @NotNull Dimension preferredLayoutSize(Container container)", "@Override\n public @NotNull Dimension minimumLayoutSize(Container container)", "@Override\n public void layoutContainer(Container container)", "@Override\n public void paintBorder(Graphics g, JComponent component, int state)", "@Override\n public void paintBorder(Graphics g, JComponent component, Color color)", "@Override\n public void paintBackground(Graphics g, JComponent component, @ActionButtonComponent.ButtonState int state)", "@Override\n public void paintBackground(Graphics g, JComponent component, Color color)", "@Override\n public void paintIcon(Graphics g, ActionButtonComponent actionButton, Icon icon, int x, int y)", "@Override\n public boolean isSelected(@NotNull AnActionEvent e)", "@Override\n public void setSelected(@NotNull AnActionEvent e, boolean state)", "@Override\n public void update(@NotNull AnActionEvent e)", "@Override\n public @NotNull ActionUpdateThread getActionUpdateThread()", "@Override\n public boolean isDumbAware()", "@Override\n public void actionPerformed(@NotNull AnActionEvent e)" ]
intellij-community/platform/platform-impl/src/com/intellij/openapi/editor/impl/EditorMarkupModelImpl.java
302,334
getConnectionSettings
@NotNull @Override public EventLogConnectionSettings getConnectionSettings() { return myConnectionSettings; }
[ 57, 78 ]
@NotNull @Override public EventLogConnectionSettings getConnectionSettings()
119
public class EventLogExternalApplicationInfo implements EventLogApplicationInfo
[ "@Override\n public @NotNull String getTemplateUrl()", "@NotNull\n @Override\n public String getProductCode()", "@Override\n public @NotNull String getProductVersion()", "@Override\n public int getBaselineVersion()", "@NotNull\n @Override\n public EventLogConnectionSettings getConnectionSettings()", "@Override\n public boolean isInternal()", "@Override\n public boolean isTestConfig()", "@Override\n public boolean isTestSendEndpoint()", "@Override\n public boolean isEAP()", "@NotNull\n @Override\n public DataCollectorDebugLogger getLogger()", "@Override\n public @NotNull DataCollectorSystemEventLogger getEventLogger()" ]
intellij-community/platform/statistics/uploader/src/com/intellij/internal/statistic/eventLog/config/EventLogExternalApplicationInfo.java
227,594
buildErrorString
@Override @Nullable protected String buildErrorString(Object... args) { return GroovyBundle.message("inspection.message.unreachable.statement"); }
[ 41, 57 ]
@Override @Nullable protected String buildErrorString(Object... args)
157
public final class GroovyUnreachableStatementInspection extends BaseInspection
[ "@Override\n @Nullable\n protected String buildErrorString(Object... args)", "@NotNull\n @Override\n public BaseInspectionVisitor buildVisitor()", "@Override\n public void visitClosure(@NotNull GrClosableBlock closure)", "@Override\n public void visitOpenBlock(@NotNull GrOpenBlock block)", "private void checkPair(GrStatement prev, GrStatement statement)" ]
intellij-community/plugins/groovy/groovy-psi/src/org/jetbrains/plugins/groovy/codeInspection/validity/GroovyUnreachableStatementInspection.java
73,769
classesArePresentInCoverageData
private static boolean classesArePresentInCoverageData(CoverageSuitesBundle suite, Set<String> qualifiedNames) { var data = suite.getCoverageData(); if (data == null) return false; for (String qualifiedName : qualifiedNames) { if (data.getClassData(qualifiedName) != null) { return true; } } return false; }
[ 23, 54 ]
private static boolean classesArePresentInCoverageData(CoverageSuitesBundle suite, Set<String> qualifiedNames)
349
@ApiStatus.Internal public class CoverageEditorAnnotatorImpl implements CoverageEditorAnnotator, Disposable
[ "@Override\n public final void hideCoverage()", "private synchronized void removeHighlighters()", "@Nullable\n private synchronized List<RangeHighlighter> getOrCreateHighlighters(boolean init)", "private synchronized void registerOrDisposeHighlighter(RangeHighlighter highlighter)", "@Override\n public final void showCoverage(final CoverageSuitesBundle suite)", "private synchronized boolean removeChangedHighlighters(int lineNumber, int lastLineNumber, Document document)", "protected void collectLinesInFile(@NotNull CoverageSuitesBundle suite,\n @NotNull PsiFile psiFile,\n Module module,\n Int2IntMap oldToNewLineMapping,\n @NotNull MarkupModel markupModel,\n @NotNull TreeMap<Integer, LineData> executableLines,\n @NotNull TreeMap<Integer, String> classNames)", "private boolean isCoverageByTestApplicable(CoverageSuitesBundle suite)", "private static boolean classesArePresentInCoverageData(CoverageSuitesBundle suite, Set<String> qualifiedNames)", "@Nullable\n private static RangeHighlighter createBackgroundHighlighter(MarkupModel markupModel,\n @NotNull TreeMap<Integer, LineData> executableLines,\n int line, int lineNumberInCurrent)", "private RangeHighlighter createRangeHighlighter(final MarkupModel markupModel,\n @NotNull final TreeMap<Integer, LineData> executableLines,\n @Nullable final String className,\n final int line,\n final int lineNumberInCurrent,\n @NotNull final CoverageSuitesBundle coverageSuite)", "private void showEditorWarningMessage(final @Nls String message)", "private boolean isCurrentEditor(FileEditor editor)", "private void highlightNonCoveredFile(File outputFile,\n MarkupModel markupModel,\n TreeMap<Integer, LineData> executableLines, // incomplete for this outputFile\n @NotNull CoverageSuitesBundle coverageSuite,\n Int2IntMap mapping)", "protected final void addHighlighter(final MarkupModel markupModel,\n @NotNull final TreeMap<Integer, LineData> executableLines,\n final CoverageSuitesBundle coverageSuite,\n final int lineNumber,\n final int updatedLineNumber,\n @Nullable String className)", "private static VirtualFile getVirtualFile(PsiFile file)", "private void coverageDataNotFound(final CoverageSuitesBundle suite)", "@Override\n public void dispose()" ]
intellij-community/plugins/coverage-common/src/com/intellij/coverage/CoverageEditorAnnotatorImpl.java
43,741
extractClassMembers
public static void extractClassMembers(PsiClass subclass, List<MemberInfo> result, Filter<PsiMember> filter, final boolean extractInterfacesDeep) { if (extractInterfacesDeep) { extractSuperInterfaces(subclass, filter, result, new HashSet<>()); } else { PsiClass[] interfaces = subclass.getInterfaces(); PsiReferenceList sourceRefList = subclass.isInterface() ? subclass.getExtendsList() : subclass.getImplementsList(); for (PsiClass anInterface : interfaces) { if (filter.includeMember(anInterface)) { result.add(new MemberInfo(anInterface, true, sourceRefList)); } } } PsiClass[] innerClasses = subclass.getInnerClasses(); for (PsiClass innerClass : innerClasses) { if (filter.includeMember(innerClass)) { result.add(new MemberInfo(innerClass)); } } PsiMethod[] methods = subclass.getMethods(); for (PsiMethod method : methods) { if (!method.isConstructor() && filter.includeMember(method)) { result.add(new MemberInfo(method)); } } PsiField[] fields = subclass.getFields(); for (final PsiField field : fields) { if (filter.includeMember(field)) { result.add(new MemberInfo(field)); } } for (PsiClassInitializer initializer : subclass.getInitializers()) { if (filter.includeMember(initializer)) { result.add(new MemberInfo(initializer)); } } }
[ 19, 38 ]
public static void extractClassMembers(PsiClass subclass, List<MemberInfo> result, Filter<PsiMember> filter, final boolean extractInterfacesDeep)
1,444
public class MemberInfo extends MemberInfoBase<PsiMember>
[ "public PsiReferenceList getSourceReferenceList()", "public static List<MemberInfo> extractClassMembers(PsiClass subclass, Filter<PsiMember> filter, boolean extractInterfacesDeep)", "public static void extractClassMembers(PsiClass subclass, List<MemberInfo> result, Filter<PsiMember> filter, final boolean extractInterfacesDeep)", "private static void extractSuperInterfaces(final PsiClass subclass,\n final Filter<PsiMember> filter,\n final List<MemberInfo> result,\n Set<PsiClass> processed)", "private static void extractSuperInterfacesFromReferenceList(final PsiReferenceList referenceList,\n final Filter<PsiMember> filter,\n final List<MemberInfo> result,\n final Set<PsiClass> processed)" ]
intellij-community/java/java-impl/src/com/intellij/refactoring/util/classMembers/MemberInfo.java
433,909
getPrimitiveRenderer
public PrimitiveRenderer getPrimitiveRenderer() { return myPrimitiveRenderer; }
[ 25, 45 ]
public PrimitiveRenderer getPrimitiveRenderer()
85
@State(name = "NodeRendererSettings", storages = @Storage("debugger.xml"), category = SettingsCategory.TOOLS) public class NodeRendererSettings implements PersistentStateComponent<Element>
[ "public static NodeRendererSettings getInstance()", "public void setAlternateCollectionViewsEnabled(boolean enabled)", "public boolean areAlternateCollectionViewsEnabled()", "public boolean equals(Object o)", "public void addListener(NodeRendererSettingsListener listener, Disposable disposable)", "@Override\n public Element getState()", "private void addRendererIfNotDefault(@NotNull Renderer renderer, @NotNull Element to)", "@Override\n public void loadState(@NotNull final Element root)", "public RendererConfiguration getCustomRenderers()", "public PrimitiveRenderer getPrimitiveRenderer()", "public ArrayRenderer getArrayRenderer()", "public ClassRenderer getClassRenderer()", "public HexRenderer getHexRenderer()", "public ToStringRenderer getToStringRenderer()", "public NodeRenderer[] getAlternateCollectionRenderers()", "public void fireRenderersChanged()", "public List<NodeRenderer> getAllRenderers(Project project)", "private void addAnnotationRenderers(List<NodeRenderer> renderers, Project project)", "private static String getAttributeValue(PsiAnnotation annotation, String attribute)", "public Renderer readRenderer(Element root)", "@NotNull\n public Element writeRenderer(Renderer renderer)", "public Renderer createRenderer(final String rendererId)", "public CompoundReferenceRenderer createCompoundReferenceRenderer(\n @NonNls final String rendererName,\n @NonNls final String className,\n final ValueLabelRenderer labelRenderer,\n final ChildrenRenderer childrenRenderer\n )", "private static ExpressionChildrenRenderer createExpressionArrayChildrenRenderer(String expressionText,\n String childrenExpandableText,\n ArrayRenderer arrayRenderer)", "public static ExpressionChildrenRenderer createExpressionChildrenRenderer(@NonNls String expressionText,\n @NonNls String childrenExpandableText)", "public static EnumerationChildrenRenderer createEnumerationChildrenRenderer(@NonNls String[][] expressions)", "private static LabelRenderer createLabelRenderer(@NonNls @Nullable String prefix, @NonNls String expressionText)", "@Override\n public String calcLabel(ValueDescriptor descriptor, EvaluationContext evaluationContext, DescriptorLabelListener listener)", "private String calcExpression(EvaluationContext evaluationContext,\n ValueDescriptor descriptor,\n MyCachedEvaluator evaluator,\n DescriptorLabelListener listener,\n Key<ValueDescriptorImpl> key)", "@Override\n public String getUniqueId()", "@NotNull\n @Override\n public String getLinkText()", "private Value doEval(EvaluationContext evaluationContext, Value originalValue, MyCachedEvaluator cachedEvaluator)", "@Override\n protected String getClassName()", "@Override\n public ExpressionEvaluator getEvaluator(Project project)", "@NotNull\n @Override\n public XValuePresentation getPresentation(ValueDescriptorImpl descriptor)", "@Override\n public PsiElement getChildValueExpression(DebuggerTreeNode node, DebuggerContext context)", "static void visitAnnotatedElements(String annotationFqn,\n Project project,\n BiConsumer<? super PsiModifierListOwner, ? super PsiAnnotation> consumer)" ]
intellij-community/java/debugger/impl/src/com/intellij/debugger/settings/NodeRendererSettings.java
440,241
getChangelistTitle
@Override public String getChangelistTitle() { return message("changes.browser.revision.term"); }
[ 26, 44 ]
@Override public String getChangelistTitle()
105
public class SvnCommittedChangesProvider implements CachingCommittedChangesProvider<SvnChangeList, ChangeBrowserSettings>
[ "@Override\n @NotNull\n public ChangesBrowserSettingsEditor<ChangeBrowserSettings> createFilterUI(boolean showDateFilter)", "@Override\n @Nullable\n public RepositoryLocation getLocationFor(@NotNull FilePath root)", "@Override\n @NotNull\n public VcsCommittedListsZipper getZipper()", "@Override\n public void loadCommittedChanges(@NotNull ChangeBrowserSettings settings,\n @NotNull RepositoryLocation location,\n int maxCount,\n @NotNull AsynchConsumer<? super CommittedChangeList> consumer)", "@Override\n @NotNull\n public List<SvnChangeList> getCommittedChanges(@NotNull ChangeBrowserSettings settings,\n @NotNull RepositoryLocation location,\n int maxCount)", "public void getCommittedChangesWithMergedRevisons(@NotNull ChangeBrowserSettings settings,\n @NotNull RepositoryLocation location,\n int maxCount,\n @NotNull PairConsumer<SvnChangeList, LogHierarchyNode> finalConsumer)", "@NotNull\n private Url getRepositoryRoot(@NotNull SvnRepositoryLocation svnLocation)", "private void getCommittedChangesImpl(@NotNull ChangeBrowserSettings settings,\n @NotNull Target target,\n int maxCount,\n @NotNull ThrowableConsumer<LogEntry, SvnBindException> resultConsumer,\n boolean includeMergedRevisions,\n boolean filterOutByDate)", "@NotNull\n private static Revision createBeforeRevision(@NotNull ChangeBrowserSettings settings)", "@NotNull\n private static Revision createAfterRevision(@NotNull ChangeBrowserSettings settings)", "@NotNull\n private static Revision createRevision(@Nullable Date date, @Nullable Long change, @NotNull Revision defaultValue)", "@NotNull\n private LogEntryConsumer createLogHandler(@NotNull ThrowableConsumer<LogEntry, SvnBindException> resultConsumer,\n boolean filterOutByDate,\n @Nullable String author)", "@Override\n public ChangeListColumn @NotNull [] getColumns()", "private void refreshMergeInfo(@NotNull RootsAndBranches action)", "@Override\n @NotNull\n public VcsCommittedViewAuxiliary createActions(@NotNull DecoratorManager manager, @Nullable RepositoryLocation location)", "@Override\n public int getUnlimitedCountValue()", "@Nullable\n @Override\n public Pair<SvnChangeList, FilePath> getOneList(@NotNull VirtualFile file, @NotNull VcsRevisionNumber number)", "@NotNull\n @Override\n public RepositoryLocation getForNonLocal(@NotNull VirtualFile file)", "@Override\n public int getFormatVersion()", "@Override\n public void writeChangeList(@NotNull DataOutput dataStream, @NotNull SvnChangeList list)", "@Override\n @NotNull\n public SvnChangeList readChangeList(@NotNull RepositoryLocation location, @NotNull DataInput stream)", "@Override\n @Nullable\n public Collection<FilePath> getIncomingFiles(@NotNull RepositoryLocation location)", "@NotNull\n private Collection<FilePath> getIncomingFiles(@NotNull FilePath root)", "private static boolean isNotNone(@Nullable StatusType status)", "@Override\n public String getChangelistTitle()", "@Override\n public boolean refreshIncomingWithCommitted()", "public void deactivate()" ]
intellij-community/plugins/svn4idea/src/org/jetbrains/idea/svn/history/SvnCommittedChangesProvider.java
41,659
setValueImpl
@Override protected void setValueImpl(final RadComponent component, final FontDescriptor value) throws Exception { component.getDelegee().putClientProperty(CLIENT_PROPERTY_KEY_PREFIX + getName(), value); if (value != null) { if (!component.isLoadingProperties()) { invokeSetter(component, getDefaultValue(component.getDelegee())); } Font defaultFont = (Font) invokeGetter(component); final Font resolvedFont = value.getResolvedFont(defaultFont); invokeSetter(component, resolvedFont); } }
[ 25, 37 ]
@Override protected void setValueImpl(final RadComponent component, final FontDescriptor value)
540
public class IntroFontProperty extends IntrospectedProperty<FontDescriptor>
[ "@Override\n public void write(@NotNull FontDescriptor value, XmlWriter writer)", "@Override\n public @NotNull PropertyRenderer<FontDescriptor> getRenderer()", "@Override\n public @Nullable PropertyEditor<FontDescriptor> getEditor()", "@Override public FontDescriptor getValue(final RadComponent component)", "@Override protected void setValueImpl(final RadComponent component, final FontDescriptor value)", "@Override public void resetValue(RadComponent component)", "public static @NlsSafe String descriptorToString(final FontDescriptor value)" ]
intellij-community/plugins/ui-designer/src/com/intellij/uiDesigner/propertyInspector/properties/IntroFontProperty.java
157,733
getId
public java.math.BigInteger getId() { return id; }
[ 28, 33 ]
public java.math.BigInteger getId()
62
public class AccountData implements java.io.Serializable
[ "public java.math.BigInteger getId()", "public void setId(java.math.BigInteger id)", "public java.lang.@Nls String getName()", "public void setName(java.lang.String name)", "public java.lang.String getReal_name()", "public void setReal_name(java.lang.String real_name)", "public java.lang.String getEmail()", "public void setEmail(java.lang.String email)", "public synchronized boolean equals(java.lang.Object obj)", "public synchronized int hashCode()", "public static org.apache.axis.description.TypeDesc getTypeDesc()", "public static org.apache.axis.encoding.Serializer getSerializer(\n java.lang.String mechType, \n java.lang.Class _javaType, \n javax.xml.namespace.QName _xmlType)", "public static org.apache.axis.encoding.Deserializer getDeserializer(\n java.lang.String mechType, \n java.lang.Class _javaType, \n javax.xml.namespace.QName _xmlType)" ]
intellij-community/plugins/tasks/tasks-core/gen/com/intellij/tasks/mantis/model/AccountData.java
81,393
getRegex
@JsonProperty("regex") public String getRegex() { return regex; }
[ 41, 49 ]
@JsonProperty("regex") public String getRegex()
81
@JsonInclude(JsonInclude.Include.NON_NULL) @JsonPropertyOrder({ "regex", "case-sensitive" }) public class NamePatternRegex extends NamePatternBase
[ "@JsonProperty(\"regex\")\n public String getRegex()", "@JsonProperty(\"regex\")\n public void setRegex(String regex)", "@JsonProperty(\"case-sensitive\")\n public Boolean getCaseSensitive()", "@JsonProperty(\"case-sensitive\")\n public void setCaseSensitive(Boolean caseSensitive)" ]
intellij-community/platform/webSymbols/gen/com/intellij/webSymbols/webTypes/json/NamePatternRegex.java
240,256
getProcessOutput
@NotNull public static ProcessOutput getProcessOutput(String homePath, @NonNls String[] command, @Nullable @NonNls Map<String, String> extraEnv, final int timeout) { return getProcessOutput(homePath, command, extraEnv, timeout, null, true); }
[ 39, 55 ]
@NotNull public static ProcessOutput getProcessOutput(String homePath, @NonNls String[] command, @Nullable @NonNls Map<String, String> extraEnv, final int timeout)
391
public final class PySdkUtil
[ "@NotNull\n public static ProcessOutput getProcessOutput(String homePath, @NonNls String[] command)", "@NotNull\n public static ProcessOutput getProcessOutput(String homePath, @NonNls String[] command, final int timeout)", "@NotNull\n public static ProcessOutput getProcessOutput(String homePath,\n @NonNls String[] command,\n @Nullable @NonNls Map<String, String> extraEnv,\n final int timeout)", "@NotNull\n public static ProcessOutput getProcessOutput(String homePath,\n @NonNls String[] command,\n @Nullable @NonNls Map<String, String> extraEnv,\n final int timeout,\n byte @Nullable [] stdin,\n boolean needEOFMarker)", "public static ProcessOutput getProcessOutput(@NotNull GeneralCommandLine cmd, @Nullable String homePath,\n @Nullable @NonNls Map<String, String> extraEnv,\n int timeout)", "public static ProcessOutput getProcessOutput(@NotNull GeneralCommandLine cmd, @Nullable String homePath,\n @Nullable @NonNls Map<String, String> extraEnv,\n int timeout,\n byte @Nullable [] stdin, boolean needEOFMarker)", "public static ProcessOutput getProcessOutput(@NotNull GeneralCommandLine cmd, @Nullable String homePath,\n @Nullable @NonNls Map<String, String> extraEnv,\n int timeout,\n byte @Nullable [] stdin, boolean needEOFMarker,\n @Nullable @Nls(capitalization = Nls.Capitalization.Title) String customTitle)", "private static ProcessOutput getOutputForException(final Exception e)", "@NotNull\n public static Map<String, String> mergeEnvVariables(@NotNull Map<String, String> environment,\n @NotNull Map<String, String> extraEnvironment)", "@NotNull\n public static Map<String, String> activateVirtualEnv(@NotNull Sdk sdk)", "@Deprecated\n @NotNull\n public static Map<String, String> activateVirtualEnv(@NotNull String sdkHome)", "@NotNull\n public static LanguageLevel getLanguageLevelForSdk(@Nullable Sdk sdk)", "@NotNull\n @NonNls\n public static String getBuiltinsFileName(@NotNull Sdk sdk)", "public static @Nullable Sdk findSdkForDirectory(@NotNull Project project, @NotNull Path workingDirectory, boolean allowRemote)", "@Nullable\n private static Sdk getLocalSdkForFile(@NotNull Project project, @NotNull VirtualFile workingDirectoryVirtualFile, boolean allowRemote)" ]
intellij-community/python/python-sdk/src/com/jetbrains/python/sdk/PySdkUtil.java
191,364
getTopLevelRoot
@Nullable public VirtualFile getTopLevelRoot(@NotNull VirtualFile file) { VirtualFile root = getContentRoot(file); return root == null ? null : JBIterable.generate(root, r -> getContentRoot(r.getParent())).last(); }
[ 31, 46 ]
@Nullable public VirtualFile getTopLevelRoot(@NotNull VirtualFile file)
227
public class GotoFileModel extends FilteringGotoByModel<FileTypeRef> implements DumbAware, Comparator<Object>
[ "public boolean isSlashlessMatchingEnabled()", "@NotNull\n @Override\n public ChooseByNameItemProvider getItemProvider(@Nullable PsiElement context)", "@Override\n protected boolean acceptItem(final NavigationItem item)", "@Nullable\n @Override\n protected FileTypeRef filterValueFor(NavigationItem item)", "@Override\n public String getPromptText()", "@Override\n public String getCheckBoxName()", "@NotNull\n @Override\n public String getNotInMessage()", "@NotNull\n @Override\n public String getNotFoundMessage()", "@Override\n public boolean loadInitialCheckBoxState()", "@Override\n public void saveInitialCheckBoxState(boolean state)", "@NotNull\n @Override\n public PsiElementListCellRenderer getListCellRenderer()", "@Override\n @Nullable\n public String getFullName(@NotNull final Object element)", "@Nullable\n public String getFullName(@NotNull VirtualFile file)", "@Nullable\n public VirtualFile getTopLevelRoot(@NotNull VirtualFile file)", "private VirtualFile getContentRoot(@Nullable VirtualFile file)", "@Override\n public String @NotNull [] getSeparators()", "@Override\n public String getHelpId()", "@Override\n public boolean willOpenEditor()", "@NotNull\n @Override\n public String removeModelSpecificMarkup(@NotNull String pattern)", "@Override\n public int compare(Object o1, Object o2)", "@NotNull\n public static PsiElementListCellRenderer.ItemMatchers convertToFileItemMatchers(@NotNull PsiElementListCellRenderer.ItemMatchers defaultMatchers,\n @NotNull PsiFileSystemItem value,\n @NotNull GotoFileModel model)", "@Override\n public @NonNls @NotNull String getName()", "@Override\n public @NlsContexts.Label @NotNull String getDescription()", "@Override\n public @NlsSafe @NotNull String getDefaultExtension()", "@Override\n public Icon getIcon()", "@Override\n public boolean isBinary()", "private static @NotNull Predicate<PsiFileSystemItem> createCustomFilter(@NotNull Project project, @NotNull List<GotoFileCustomizer> customizers)" ]
intellij-community/platform/lang-impl/src/com/intellij/ide/util/gotoByName/GotoFileModel.java
278,431
toFront
@Override public void toFront(JComponent c) { assertDispatchThread(); if (c == null) { return; } Window window = ComponentUtil.getParentOfType((Class<? extends Window>)Window.class, (Component)c); if (window != null && window.isShowing()) { doWhenFocusSettlesDown(() -> { if (ApplicationManager.getApplication().isActive()) { if (window instanceof JFrame && ((JFrame)window).getState() == Frame.ICONIFIED) { ((JFrame)window).setState(Frame.NORMAL); } else { window.toFront(); } } }); } }
[ 24, 31 ]
@Override public void toFront(JComponent c)
615
public final class FocusManagerImpl extends IdeFocusManager implements Disposable
[ "@Override\n public IdeFrame getLastFocusedFrame()", "@Override\n public @Nullable Window getLastFocusedIdeWindow()", "@DirtyUI\n @Override\n public ActionCallback requestFocusInProject(@NotNull Component c, @Nullable Project project)", "@Override\n public @NotNull ActionCallback requestFocus(final @NotNull Component c, final boolean forced)", "public @NotNull List<FocusRequestInfo> getRequests()", "public void recordFocusRequest(Component c, boolean forced)", "public static IdeFocusManager getInstance()", "@DirtyUI\n @Override\n public void dispose()", "@Override\n public void doWhenFocusSettlesDown(@NotNull ExpirableRunnable runnable)", "@Override\n public void doWhenFocusSettlesDown(@NotNull Runnable runnable)", "@Override\n public void doWhenFocusSettlesDown(@NotNull Runnable runnable, @NotNull ModalityState modality)", "@DirtyUI\n @Override\n public Component getFocusOwner()", "@DirtyUI\n @Override\n public void runOnOwnContext(@NotNull DataContext context, @NotNull Runnable runnable)", "@Override\n public Component getLastFocusedFor(@Nullable Window frame)", "public void setLastFocusedAtDeactivation(@NotNull Window frame, @NotNull Component c)", "@Override\n public void toFront(JComponent c)", "@Override\n public void delayedApplicationDeactivated(@NotNull Window ideFrame)", "@Override\n public JComponent getFocusTargetFor(@NotNull JComponent comp)", "@Override\n public Component getFocusedDescendantFor(@NotNull Component comp)", "@Override\n public @NotNull ActionCallback requestDefaultFocus(boolean forced)", "@Override\n public boolean isFocusTransferEnabled()", "private static void assertDispatchThread()", "private static void logFocusRequest(@NotNull Component c, @Nullable Project project, boolean inWindow)" ]
intellij-community/platform/platform-impl/src/com/intellij/openapi/wm/impl/FocusManagerImpl.java
300,092
writeINT
public static void writeINT(@NotNull ByteBuffer byteBuffer, int val) { if (0 > val || val >= 192) { byteBuffer.put((byte)(192 + (val & 0x3F))); val >>>= 6; while (val >= 128) { byteBuffer.put((byte)((val & 0x7F) | 0x80)); val >>>= 7; } } byteBuffer.put((byte)val); }
[ 19, 27 ]
public static void writeINT(@NotNull ByteBuffer byteBuffer, int val)
320
public final class DataInputOutputUtilRt
[ "public static int readINT(@NotNull DataInput record)", "public static int readINT(@NotNull ByteBuffer byteBuffer)", "public static void writeINT(@NotNull DataOutput record, int val)", "public static void writeINT(@NotNull ByteBuffer byteBuffer, int val)", "public static <T> void writeSeq(@NotNull DataOutput out,\n @NotNull Collection<? extends T> collection,\n @SuppressWarnings(\"BoundedWildcard\")\n @NotNull ThrowableConsumer<T, IOException> writeElement)", "@NotNull\n public static <T> List<T> readSeq(@NotNull DataInput in,\n @SuppressWarnings(\"BoundedWildcard\")\n @NotNull ThrowableComputable<? extends T, IOException> readElement)", "public static <K, V> void writeMap(@NotNull DataOutput out,\n @NotNull Map<? extends K, ? extends V> map,\n @NotNull ThrowableConsumer<? super K, ? extends IOException> writeKey,\n @NotNull ThrowableConsumer<? super V, ? extends IOException> writeValue)", "@NotNull\n public static <K, V> Map<K, V> readMap(@NotNull DataInput in,\n @NotNull ThrowableComputable<? extends K, ? extends IOException> readKey,\n @NotNull ThrowableComputable<? extends V, ? extends IOException> readValue)" ]
intellij-community/platform/util-rt/src/com/intellij/openapi/util/io/DataInputOutputUtilRt.java
323,983
getDeepestConverter
public static Converter getDeepestConverter(final Converter converter, final GenericDomValue domValue) { Converter cur = converter; Converter next; int guard = 0; while (cur instanceof WrappingConverter) { next = ((WrappingConverter)cur).getConverter(domValue); if (next == null) break; cur = next; if (guard++ > 10) { throw new RuntimeException("Too deep wrapping for " + converter); } } return cur; }
[ 24, 43 ]
public static Converter getDeepestConverter(final Converter converter, final GenericDomValue domValue)
466
public abstract class WrappingConverter extends Converter<Object>
[ "@Override\n public Object fromString(@Nullable @NonNls String s, final @NotNull ConvertContext context)", "@Override\n public String toString(@Nullable Object t, final @NotNull ConvertContext context)", "public @NotNull List<Converter> getConverters(final @NotNull GenericDomValue domElement)", "public abstract @Nullable Converter getConverter(final @NotNull GenericDomValue domElement)", "public static Converter getDeepestConverter(final Converter converter, final GenericDomValue domValue)" ]
intellij-community/xml/dom-openapi/src/com/intellij/util/xml/WrappingConverter.java
18,834
getOptionsClass
public @Nullable Class<? extends BaseState> getOptionsClass() { return null; }
[ 44, 59 ]
public @Nullable Class<? extends BaseState> getOptionsClass()
84
public abstract class ConfigurationFactory
[ "public @NotNull RunConfiguration createConfiguration(@NlsSafe @Nullable String name, @NotNull RunConfiguration template)", "public boolean isApplicable(@NotNull Project project)", "public abstract @NotNull RunConfiguration createTemplateConfiguration(@NotNull Project project)", "public @NotNull RunConfiguration createTemplateConfiguration(@NotNull Project project, @NotNull RunManager runManager)", "public @NotNull @NonNls String getId()", "public @NotNull @Nls String getName()", "public Icon getIcon(final @NotNull RunConfiguration configuration)", "public Icon getIcon()", "public @NotNull ConfigurationType getType()", "public void configureDefaultSettings(@NotNull RunnerAndConfigurationSettings settings)", "@SuppressWarnings(\"rawtypes\")\n public void configureBeforeRunTaskDefaults(Key<? extends BeforeRunTask> providerID, BeforeRunTask task)", "@Deprecated\n public boolean isConfigurationSingletonByDefault()", "@Deprecated\n public boolean canConfigurationBeSingleton()", "public @NotNull RunConfigurationSingletonPolicy getSingletonPolicy()", "public boolean isEditableInDumbMode()", "public @Nullable Class<? extends BaseState> getOptionsClass()" ]
intellij-community/platform/execution/src/com/intellij/execution/configurations/ConfigurationFactory.java
228,559
writeDirectoryEntry
@Override protected void writeDirectoryEntry(String name, long timestamp) throws IOException { TarArchiveEntry e = new TarArchiveEntry(name + '/'); e.setModTime(timestamp); myStream.putArchiveEntry(e); myStream.closeArchiveEntry(); }
[ 29, 48 ]
@Override protected void writeDirectoryEntry(String name, long timestamp)
265
public abstract class Compressor implements Closeable
[ "private static OutputStream compressedStream(OutputStream stream, Compression compression)", "@Override\n protected void writeDirectoryEntry(String name, long timestamp)", "@Override\n protected void writeFileEntry(String name, InputStream source, long length, long timestamp, int mode, @Nullable String symlinkTarget)", "@Override\n public void close()", "public Zip withLevel(int compressionLevel)", "@Override\n protected void writeDirectoryEntry(String name, long timestamp)", "@Override\n protected void writeFileEntry(String name, InputStream source, long length, long timestamp, int mode, @Nullable String symlinkTarget)", "@Override\n public void close()", "public void addManifest(@NotNull Manifest manifest)", "public Compressor filter(@Nullable BiPredicate<? super String, ? super @Nullable Path> filter)", "@ApiStatus.Obsolete\n public final void addFile(@NotNull String entryName, @NotNull File file)", "public final void addFile(@NotNull String entryName, @NotNull Path file)", "public final void addFile(@NotNull String entryName, @NotNull Path file, long timestamp)", "public final void addFile(@NotNull String entryName, byte @NotNull [] content)", "public final void addFile(@NotNull String entryName, byte @NotNull [] content, long timestamp)", "public final void addFile(@NotNull String entryName, @NotNull InputStream content)", "public final void addFile(@NotNull String entryName, @NotNull InputStream content, long timestamp)", "public final void addDirectory(@NotNull String entryName)", "public final void addDirectory(@NotNull String entryName, long timestamp)", "@ApiStatus.Obsolete\n public final void addDirectory(@NotNull File directory)", "public final void addDirectory(@NotNull Path directory)", "@ApiStatus.Obsolete\n public final void addDirectory(@NotNull String prefix, @NotNull File directory)", "public final void addDirectory(@NotNull String prefix, @NotNull Path directory)", "public final void addDirectory(@NotNull String prefix, @NotNull Path directory, long timestampInMillis)", "private static String entryName(String name)", "private static long timestamp(long timestamp)", "private boolean accept(String entryName, @Nullable Path file)", "private void addFile(Path file, BasicFileAttributes attrs, String name, long explicitTimestamp)", "private static int mode(Path file)", "private void addRecursively(String prefix, Path root, long timestampMs)", "protected abstract void writeDirectoryEntry(String name, long timestamp)", "protected abstract void writeFileEntry(String name, InputStream source, long length, long timestamp, int mode, @Nullable String symlinkTarget)" ]
intellij-community/platform/util/src/com/intellij/util/io/Compressor.java
208,097
getChildren
public List<LogHierarchyNode> getChildren() { return myChildren; }
[ 30, 41 ]
public List<LogHierarchyNode> getChildren()
72
public class LogHierarchyNode
[ "public void add(final LogEntry child)", "public List<LogHierarchyNode> getChildren()", "public LogEntry getMe()" ]
intellij-community/plugins/svn4idea/src/org/jetbrains/idea/svn/history/LogHierarchyNode.java
41,844
isIdReferenceValue
public boolean isIdReferenceValue(@NotNull final XmlAttributeValue value) { return myIdReferences.contains(value); }
[ 15, 33 ]
public boolean isIdReferenceValue(@NotNull final XmlAttributeValue value)
122
public final class XmlRefCountHolder
[ "@Override\n protected CachedValue<XmlRefCountHolder> compute(final XmlFile file, final Object p)", "@Nullable\n public static XmlRefCountHolder getRefCountHolder(@NotNull XmlFile file)", "public boolean isDuplicateIdAttributeValue(@NotNull final XmlAttributeValue value)", "public boolean isValidatable(@Nullable final PsiElement element)", "public boolean hasIdDeclaration(@NotNull final String idRef)", "public boolean isIdReferenceValue(@NotNull final XmlAttributeValue value)", "private void registerId(@NotNull final String id, @NotNull final XmlAttributeValue attributeValue, final boolean soft)", "private void registerAdditionalId(@NotNull final String id)", "private void registerIdReference(@NotNull final XmlAttributeValue value)", "private void registerOuterLanguageElement(@NotNull final PsiElement element)", "public boolean isInUse(String prefix)", "public boolean isUsedNamespace(String ns)", "@Override\n public void visitElement(@NotNull final PsiElement element)", "private void visitOuterLanguageElement(@NotNull final PsiElement element)", "@Override\n public void visitComment(@NotNull final PsiComment comment)", "@Override\n public void visitXmlComment(final @NotNull XmlComment comment)", "private void doVisitAnyComment(final PsiComment comment)", "@Override\n public void visitXmlTag(@NotNull XmlTag tag)", "@Override\n public void visitXmlAttribute(@NotNull XmlAttribute attribute)", "@Override\n public void visitXmlAttributeValue(final @NotNull XmlAttributeValue value)", "private void detectPrefix(String s, XmlTag tag)", "private void updateMap(@NotNull final XmlAttribute attribute, @NotNull final XmlAttributeValue value, final boolean soft)", "private void addUsedPrefix(String prefix)", "private void addUsedNamespace(String ns)" ]
intellij-community/xml/xml-analysis-impl/src/com/intellij/xml/util/XmlRefCountHolder.java
19,456
lookupStarted
@Override public LookupStubEntriesByKeyTrace lookupStarted(final @NotNull IndexId<?, ?> indexId) { final LookupStubEntriesByKeyTrace trace = super.lookupStarted(indexId); indexValidationFinishedAtMs = -1; stubTreesDeserializingStarted = -1; //for re-entrant calls could be != this; return trace; }
[ 51, 64 ]
@Override public LookupStubEntriesByKeyTrace lookupStarted(final @NotNull IndexId<?, ?> indexId)
351
@Internal public final class IndexLookupTimingsReporting
[ "@Override\n public EventLogGroup getGroup()", "protected T lookupStarted(final @NotNull IndexId<?, ?> indexId)", "protected void setupTraceBeforeStart(final @NotNull IndexId<?, ?> indexId,\n final @Nullable T parentTrace)", "public final void lookupFinished()", "protected abstract void reportDetailedDataToFUS(long lookupFinishedAtMs)", "protected abstract void reportDetailedDataToOTel(long lookupFinishedAtMs)", "protected abstract void collectAggregatedData(long lookupFinishedAtMs)", "@Override\n public final void close()", "public T withProject(final @Nullable Project project)", "public T lookupFailed()", "public T totalKeysIndexed(final int totalKeysIndexed)", "public T lookupResultSize(final int size)", "public String toString()", "@Override\n @SuppressWarnings(\"unchecked\")\n protected T clone()", "@SuppressWarnings(\"unchecked\")\n private @NotNull T typeSafeThis()", "private void logOrThrowMisuse()", "protected boolean mustBeStarted()", "protected boolean traceWasStarted()", "@Override\n protected LookupAllKeysTrace initialValue()", "@Override\n public LookupAllKeysTrace lookupStarted(final @NotNull IndexId<?, ?> indexId)", "public LookupAllKeysTrace indexValidationFinished()", "@Override\n protected void reportDetailedDataToFUS(final long lookupFinishedAtMs)", "@Override\n protected void reportDetailedDataToOTel(long lookupFinishedAtMs)", "@Override\n protected void collectAggregatedData(final long lookupFinishedAtMs)", "public static LookupAllKeysTrace lookupAllKeysStarted(final IndexId<?, ?> indexId)", "@Override\n protected LookupEntriesByKeysTrace initialValue()", "@Override\n public LookupEntriesByKeysTrace lookupStarted(final @NotNull IndexId<?, ?> indexId)", "public LookupEntriesByKeysTrace indexValidationFinished()", "@Override\n protected void reportDetailedDataToFUS(final long lookupFinishedAtMs)", "@Override\n protected void reportDetailedDataToOTel(long lookupFinishedAtMs)", "@Override\n protected void collectAggregatedData(final long lookupFinishedAtMs)", "public LookupEntriesByKeysTrace keysWithAND(final int keysCount)", "public LookupEntriesByKeysTrace keysWithOR(final int keysCount)", "public static LookupEntriesByKeysTrace lookupEntriesStarted(final IndexId<?, ?> indexId)", "@Override\n protected LookupStubEntriesByKeyTrace initialValue()", "@Override\n public LookupStubEntriesByKeyTrace lookupStarted(final @NotNull IndexId<?, ?> indexId)", "public LookupStubEntriesByKeyTrace indexValidationFinished()", "public LookupStubEntriesByKeyTrace stubTreesDeserializingStarted()", "@Override\n protected void reportDetailedDataToFUS(long lookupFinishedAtMs)", "@Override\n protected void reportDetailedDataToOTel(long lookupFinishedAtMs)", "@Override\n protected void collectAggregatedData(long lookupFinishedAtMs)", "public static LookupStubEntriesByKeyTrace lookupStubEntriesStarted(final IndexId<?, ?> indexId)", "@Override\n public EventLogGroup getGroup()", "public static void recordAllKeysLookup(final IndexId<?, ?> indexId,\n final boolean failed,\n final long durationMs)", "public static void recordEntriesByKeysLookup(final IndexId<?, ?> indexId,\n final boolean failed,\n final long durationMs)", "public static void recordStubEntriesByKeysLookup(final IndexId<?, ?> indexId,\n final boolean failed,\n final long durationMs)", "@Override\n public @NotNull Set<MetricEvent> getMetrics()", "private void drainValuesToOTel()", "public void reportAllKeysLookup(final long clampedDurationMs)", "public void reportEntryLookup(final long clampedDurationMs)", "public void recordStubEntryLookup(final long clampedDurationMs)", "@Override\n public void close()" ]
intellij-community/platform/indexing-impl/src/com/intellij/util/indexing/diagnostic/IndexLookupTimingsReporting.java
324,745
getActionUpdateThread
@Override public @NotNull ActionUpdateThread getActionUpdateThread() { return ActionUpdateThread.BGT; }
[ 47, 68 ]
@Override public @NotNull ActionUpdateThread getActionUpdateThread()
111
@ApiStatus.Internal public abstract class OpenAnotherLogTabAction extends DumbAwareAction
[ "@Override\n public void update(@NotNull AnActionEvent e)", "protected @NotNull @Nls(capitalization = Nls.Capitalization.Sentence) String getDescription(@Nls @NotNull String vcsName)", "protected @NotNull @Nls(capitalization = Nls.Capitalization.Title) String getText(@Nls @NotNull String vcsName)", "@Override\n public void actionPerformed(@NotNull AnActionEvent e)", "protected @NotNull VcsLogFilterCollection getFilters(@NotNull Project project, @NotNull AnActionEvent e)", "protected abstract @NotNull VcsLogTabLocation getLocation(@NotNull AnActionEvent e)", "@Override\n public @NotNull ActionUpdateThread getActionUpdateThread()", "@Override\n protected @NotNull VcsLogTabLocation getLocation(@NotNull AnActionEvent e)", "@Override\n protected @NotNull VcsLogFilterCollection getFilters(@NotNull Project project, @NotNull AnActionEvent e)", "@Override\n public void update(@NotNull AnActionEvent e)", "@Override\n protected @NotNull @Nls(capitalization = Nls.Capitalization.Sentence) String getDescription(@Nls @NotNull String vcsName)", "@Override\n protected @NotNull @Nls(capitalization = Nls.Capitalization.Title) String getText(@Nls @NotNull String vcsName)", "@Override\n protected @NotNull VcsLogTabLocation getLocation(@NotNull AnActionEvent e)" ]
intellij-community/platform/vcs-log/impl/src/com/intellij/vcs/log/ui/actions/OpenAnotherLogTabAction.java
242,470
setSummary
public void setSummary(@Nls String summary) { mySummary = summary; }
[ 12, 22 ]
public void setSummary(@Nls String summary)
74
@Tag("task") @SuppressWarnings("UnusedDeclaration") public class LocalTaskImpl extends LocalTask
[ "@Override\n @Attribute(\"id\")\n public @NotNull String getId()", "@Override\n @Attribute(\"summary\")\n public @NotNull String getSummary()", "@Override\n public String getDescription()", "@Override\n public Comment @NotNull [] getComments()", "@Override\n @Tag(\"updated\")\n public Date getUpdated()", "@Override\n @Tag(\"created\")\n public Date getCreated()", "@Override\n @Attribute(\"active\")\n public boolean isActive()", "@Override\n public void updateFromIssue(Task issue)", "private void copy(Task issue)", "public void setId(String id)", "public void setSummary(@Nls String summary)", "@Override\n public void setActive(boolean active)", "@Override\n public boolean isIssue()", "@Tag(\"url\")\n @Override\n public String getIssueUrl()", "public String setIssueUrl(String url)", "public void setIssue(boolean issue)", "@Transient\n @Override\n public TaskRepository getRepository()", "public void setRepository(TaskRepository repository)", "public void setCreated(Date created)", "@Override\n public void setUpdated(Date updated)", "@Override\n @Property(surroundWithTag = false)\n @XCollection(elementName = \"changelist\")\n public @NotNull List<ChangeListInfo> getChangeLists()", "public void setChangeLists(List<ChangeListInfo> changeLists)", "@Override\n public void addChangelist(final ChangeListInfo info)", "@Override\n public void removeChangelist(final ChangeListInfo info)", "@Override\n @Property(surroundWithTag = false)\n @XCollection(elementName = \"branch\")\n public @NotNull List<BranchInfo> getBranches()", "public void setBranches(List<BranchInfo> branches)", "@Override\n public void addBranch(BranchInfo info)", "@Override\n public void removeBranch(BranchInfo info)", "@Override\n public String getShelfName()", "@Override\n public void setShelfName(String shelfName)", "@Override\n public boolean isClosed()", "public void setClosed(boolean closed)", "@Override\n public @NotNull Icon getIcon()", "public static Icon getIconFromType(TaskType type, boolean issue)", "@Override\n public @NotNull TaskType getType()", "public void setType(TaskType type)", "@Override\n public boolean isDefault()", "@Override\n public String getPresentableName()", "@Override\n public String getCustomIcon()", "@Override\n public long getTotalTimeSpent()", "@Tag(\"running\")\n @Override\n public boolean isRunning()", "@Override\n public void setRunning(final boolean running)", "@Override\n public void setWorkItems(final List<WorkItem> workItems)", "@Property(surroundWithTag = false)\n @XCollection(elementName = \"workItem\")\n @Override\n public @NotNull List<WorkItem> getWorkItems()", "@Override\n public void addWorkItem(final WorkItem workItem)", "@Tag(\"lastPost\")\n @Override\n public Date getLastPost()", "@Override\n public void setLastPost(final Date date)", "@Override\n public long getTimeSpentFromLastPost()", "@Override\n public @NotNull String getNumber()", "public void setNumber(@NotNull String number)", "@Override\n public @Nullable String getProject()", "public void setProject(@Nullable String project)", "public void setPresentableId(@NotNull String presentableId)", "@Override\n public @NotNull String getPresentableId()" ]
intellij-community/platform/tasks-platform-impl/src/com/intellij/tasks/impl/LocalTaskImpl.java
322,090
update
@Override public void update(@NotNull AnActionEvent e) { Project project = e.getProject(); Presentation presentation = e.getPresentation(); presentation.setEnabledAndVisible(project != null); }
[ 24, 30 ]
@Override public void update(@NotNull AnActionEvent e)
209
public final class AntBuildGroup extends ActionGroup implements DumbAware
[ "@Override\n public void update(@NotNull AnActionEvent e)", "@Override\n public @NotNull ActionUpdateThread getActionUpdateThread()", "@Override\n public AnAction @NotNull [] getChildren(@Nullable AnActionEvent e)", "private static void fillGroup(final AntBuildFile buildFile, final DefaultActionGroup group, final AntConfiguration antConfiguration)", "private static void addGroupOfTargets(final AntBuildFile buildFile,\n final AntBuildTarget[] targets,\n final Set<? super String> addedTargetNames,\n final DefaultActionGroup group)", "private static AnAction getOrCreateAction(final AntBuildFile buildFile,\n final @ActionText String displayName,\n final List<String> targets,\n final @ActionDescription String targetDescription,\n final String actionId)" ]
intellij-community/plugins/ant/src/com/intellij/lang/ant/config/actions/AntBuildGroup.java
34,382
compareTo
public int compareTo(@Nullable Integer major, @Nullable Integer minor) { return compareTo(major, minor, null); }
[ 11, 20 ]
public int compareTo(@Nullable Integer major, @Nullable Integer minor)
118
public class Version implements Comparable<Version>, Serializable
[ "public static @Nullable Version parseVersion(@NotNull String versionString)", "private static int parseNumber(String num, int def)", "public boolean is(@Nullable Integer major)", "public boolean is(@Nullable Integer major, @Nullable Integer minor)", "public boolean is(@Nullable Integer major, @Nullable Integer minor, @Nullable Integer bugfix)", "public boolean isOrGreaterThan(@Nullable Integer major)", "public boolean isOrGreaterThan(@Nullable Integer major, @Nullable Integer minor)", "public boolean isOrGreaterThan(@Nullable Integer major, @Nullable Integer minor, @Nullable Integer bugfix)", "public boolean lessThan(@Nullable Integer major)", "public boolean lessThan(@Nullable Integer major, @Nullable Integer minor)", "public boolean lessThan(@Nullable Integer major, @Nullable Integer minor, @Nullable Integer bugfix)", "@Override\n public int compareTo(@NotNull Version version)", "public int compareTo(@Nullable Integer major)", "public int compareTo(@Nullable Integer major, @Nullable Integer minor)", "public int compareTo(@Nullable Integer major, @Nullable Integer minor, @Nullable Integer bugfix)", "private static int doCompare(Integer l, Integer r)", "@Override\n public String toString()", "public @NlsSafe String toCompactString()", "public static String toCompactString(int major, int minor, int bugfix)", "@Override\n public boolean equals(Object o)", "@Override\n public int hashCode()" ]
intellij-community/platform/util/src/com/intellij/openapi/util/Version.java
210,586
get
public static FileStatus get(NavigationItem item) { if (item instanceof PsiElement) { return getPsiElementFileStatus((PsiElement)item); } if (item instanceof AbstractTreeNode) { return ((AbstractTreeNode<?>) item).getFileStatus(); } if (item instanceof PsiElementNavigationItem) { PsiElement target = ((PsiElementNavigationItem) item).getTargetElement(); if (target != null) return getPsiElementFileStatus(target); } return FileStatus.NOT_CHANGED; }
[ 25, 28 ]
public static FileStatus get(NavigationItem item)
503
public final class NavigationItemFileStatus
[ "public static FileStatus get(NavigationItem item)", "private static FileStatus getPsiElementFileStatus(@NotNull PsiElement psiElement)" ]
intellij-community/platform/ide-core/src/com/intellij/navigation/NavigationItemFileStatus.java
260,946
getDuplicatedMemberInfos
public Set<M> getDuplicatedMemberInfos(C baseClass) { return myTargetClassToDuplicatedMemberInfosMap.computeIfAbsent(baseClass, k -> buildDuplicatedMemberInfos(baseClass)); }
[ 14, 38 ]
public Set<M> getDuplicatedMemberInfos(C baseClass)
180
public abstract class AbstractMemberInfoStorage<T extends PsiElement, C extends PsiElement, M extends MemberInfoBase<T>>
[ "private Set<C> getAllClasses()", "public Set<C> getExtending(C baseClass)", "protected abstract boolean isInheritor(C baseClass, C aClass)", "protected abstract void buildSubClassesMap(C aClass)", "public List<M> getClassMemberInfos(C aClass)", "protected abstract void extractClassMembers(C aClass, ArrayList<M> temp)", "public List<M> getIntermediateMemberInfosList(C baseClass)", "private Set<M> getIntermediateClassesMemberInfosList(C targetClass, Set<? super C> visited)", "protected Set<C> getSubclasses(C aClass)", "public Set<M> getDuplicatedMemberInfos(C baseClass)", "private Set<M> buildDuplicatedMemberInfos(C baseClass)", "protected abstract boolean memberConflict(T member1, T member)" ]
intellij-community/platform/lang-impl/src/com/intellij/refactoring/classMembers/AbstractMemberInfoStorage.java
289,568
updateMutexConditions
private void updateMutexConditions(@NotNull ArrangementUiComponent component, @NotNull Set<? extends ArrangementSettingsToken> mutex) { if (!mutex.contains(component.getToken())) { return; } for (ArrangementSettingsToken key : mutex) { if (key.equals(component.getToken())) { continue; } ArrangementUiComponent c = myComponents.get(key); if (c != null && c.isEnabled() && !c.alwaysCanBeActive()) { removeCondition(c); } } }
[ 13, 34 ]
private void updateMutexConditions(@NotNull ArrangementUiComponent component, @NotNull Set<? extends ArrangementSettingsToken> mutex)
493
public final class ArrangementMatchingRuleEditor extends JPanel implements ArrangementUiComponent.Listener
[ "@Override\n public void mouseClicked(MouseEvent e)", "private void init(@Nullable List<? extends CompositeArrangementSettingsToken> tokens)", "private void addToken(@NotNull CompositeArrangementSettingsToken rowToken)", "@NotNull\n private MultiRowFlowPanel addRowIfNecessary(@NotNull MultiRowFlowPanel panel)", "@Override\n public void stateChanged()", "@Nullable\n private Pair<ArrangementMatchCondition, ArrangementSettingsToken> buildCondition()", "@Override\n protected void paintComponent(Graphics g)", "public void reset(int row)", "private void refreshConditions()", "private boolean isEnabled(@Nullable ArrangementMatchCondition condition, @NotNull ArrangementSettingsToken token)", "private void apply()", "public void applyAvailableWidth(int width)", "private void applyBackground(@NotNull Color color)", "private void onMouseClicked(@NotNull MouseEvent e)", "private void addCondition(@NotNull ArrangementUiComponent component)", "private void updateMutexConditions(@NotNull ArrangementUiComponent component, @NotNull Set<? extends ArrangementSettingsToken> mutex)", "private void removeCondition(@NotNull ArrangementUiComponent component)", "@Override\n public String toString()" ]
intellij-community/platform/lang-impl/src/com/intellij/application/options/codeStyle/arrangement/match/ArrangementMatchingRuleEditor.java
272,685
retrieveOldSettings
private boolean retrieveOldSettings(@NotNull Element element) { boolean hasOldSettings = false; for (Element option : element.getChildren(OPTION_TAG)) { final String name = option.getAttributeValue(NAME_ATT); if (name != null) { hasOldSettings |= processElement(option, name); } } return hasOldSettings; }
[ 16, 35 ]
private boolean retrieveOldSettings(@NotNull Element element)
349
public class InspectionProfileConvertor
[ "private boolean retrieveOldSettings(@NotNull Element element)", "protected boolean processElement(final Element option, final String name)", "public void storeEditorHighlightingProfile(@NotNull Element element, @NotNull InspectionProfileImpl editorProfile)", "private static void renameOldDefaultsProfile()", "protected void fillErrorLevels(final InspectionProfileImpl profile)" ]
intellij-community/platform/analysis-impl/src/com/intellij/codeInsight/daemon/InspectionProfileConvertor.java
195,581
getInferenceError
public @Nullable @NlsContexts.DetailedDescription String getInferenceError() { return myInferenceError; }
[ 57, 74 ]
public @Nullable @NlsContexts.DetailedDescription String getInferenceError()
111
public class PatternCandidateInfo extends CandidateInfo
[ "public @Nullable @NlsContexts.DetailedDescription String getInferenceError()" ]
intellij-community/java/java-psi-api/src/com/intellij/psi/infos/PatternCandidateInfo.java
327,911
isGreedyToRight
@Override public boolean isGreedyToRight() { return myHostMarker.isGreedyToRight(); }
[ 27, 42 ]
@Override public boolean isGreedyToRight()
93
class RangeMarkerWindow implements RangeMarkerEx
[ "@NotNull\n RangeMarker createHostRangeMarkerToTrack(@NotNull TextRange hostRange, boolean surviveOnExternalChange)", "@Override\n public @NotNull Document getDocument()", "@Override\n public int getStartOffset()", "@Override\n public int getEndOffset()", "@Override\n public boolean isValid()", "@Override\n public void setGreedyToLeft(boolean greedy)", "@Override\n public void setGreedyToRight(boolean greedy)", "@Override\n public <T> T getUserData(@NotNull Key<T> key)", "@Override\n public <T> void putUserData(@NotNull Key<T> key, T value)", "@Override\n public long getId()", "public @NotNull RangeMarkerEx getDelegate()", "@Override\n public boolean isGreedyToRight()", "@Override\n public boolean isGreedyToLeft()", "@Override\n public void dispose()", "@Override\n public String toString()" ]
intellij-community/platform/analysis-impl/src/com/intellij/psi/impl/source/tree/injected/RangeMarkerWindow.java
193,103
getAttributes
@Override @Nullable public Set<QName> getAttributes(boolean forValidation) { return null; // TODO }
[ 42, 55 ]
@Override @Nullable public Set<QName> getAttributes(boolean forValidation)
109
public class EvalContextProvider extends ContextProvider
[ "@Override\n @NotNull\n public ContextType getContextType()", "@Override\n @Nullable\n public XmlElement getContextElement()", "@Override\n protected boolean isValid()", "@Override\n @Nullable\n public NamespaceContext getNamespaceContext()", "@Override\n public VariableContext getVariableContext()", "@Override\n @Nullable\n public Set<QName> getAttributes(boolean forValidation)", "@Override\n @Nullable\n public Set<QName> getElements(boolean forValidation)" ]
intellij-community/plugins/xslt-debugger/src/org/intellij/plugins/xsltDebugger/impl/EvalContextProvider.java
39,265
getItems
public @NotNull List<PopupFactoryImpl.ActionItem> getItems() { return myListModel; }
[ 50, 58 ]
public @NotNull List<PopupFactoryImpl.ActionItem> getItems()
90
final class ActionStepBuilder
[ "public @NotNull List<PopupFactoryImpl.ActionItem> getItems()", "public void buildGroup(@NotNull ActionGroup actionGroup)", "private void calcMaxIconSize(@NotNull List<? extends AnAction> actions)", "private void appendActionsFromGroup(@NotNull ActionGroup actionGroup)", "private void appendAction(@NotNull AnAction action)", "static @NotNull Pair<Icon, Icon> calcRawIcons(@NotNull AnAction action, @NotNull Presentation presentation, boolean forceChecked)" ]
intellij-community/platform/platform-impl/src/com/intellij/ui/popup/ActionStepBuilder.java
309,213
getHelpId
@Override protected @NotNull String getHelpId() { return "reference.idesettings.debugger.customAsyncAnnotations"; }
[ 40, 49 ]
@Override protected @NotNull String getHelpId()
129
public final class CaptureConfigurable implements SearchableConfigurable, NoScroll
[ "@NotNull\n @Override\n public String getId()", "@NotNull\n @Override\n public String getHelpTopic()", "@Nullable\n @Override\n public JComponent createComponent()", "private StreamEx<CapturePoint> selectedCapturePoints(JBTable table)", "private static @NotNull String @NotNull [] getColumns()", "private void addFromAnnotations(@NotNull Project project)", "private static void addCapturePointIfNeeded(PsiModifierListOwner psiElement,\n PsiMethod psiMethod,\n String defaultExpression,\n boolean capture,\n List<CapturePoint> capturePointsFromAnnotations)", "@Override\n public String getColumnName(int column)", "@Override\n public int getRowCount()", "@Override\n public int getColumnCount()", "@Override\n public Object getValueAt(int row, int col)", "@Override\n public boolean isCellEditable(int row, int column)", "@Override\n public void setValueAt(Object value, int row, int col)", "@Override\n public Class<?> getColumnClass(int columnIndex)", "CapturePoint get(int idx)", "int add(CapturePoint p)", "int addIfNeeded(CapturePoint p)", "public void addRow()", "@Override\n public void removeRow(final int row)", "@Override\n public boolean isModified()", "@Override\n public void apply()", "@Override\n public void reset()", "@Nls\n @Override\n public String getDisplayName()", "void accept(boolean capture, PsiModifierListOwner e, PsiAnnotation annotation)", "static void processCaptureAnnotations(@Nullable Project project, CapturePointConsumer consumer)", "private static void scanPointsInt(Project project,\n DebuggerProjectSettings debuggerProjectSettings,\n boolean capture,\n CapturePointConsumer consumer)", "static String getAnnotationName(boolean capture)", "private static List<String> getAsyncAnnotations(DebuggerProjectSettings debuggerProjectSettings, boolean capture)", "@Override\n protected JComponent createCenterPanel()", "@Override\n protected void doOKAction()", "@Override\n protected @NotNull String getHelpId()" ]
intellij-community/java/debugger/impl/src/com/intellij/debugger/settings/CaptureConfigurable.java
440,349
disposeUIResources
@Override public void disposeUIResources() { if (myPanel != null) { Disposer.dispose(myPanel); } myPanel = null; }
[ 24, 42 ]
@Override public void disposeUIResources()
136
public final class LiveTemplatesConfigurable implements SearchableConfigurable, Configurable.NoScroll
[ "@Override\n public boolean isModified()", "@Override\n public JComponent createComponent()", "@Override\n public String getDisplayName()", "public static @ConfigurableName @NotNull String displayName()", "@Override\n public void reset()", "@Override\n public void apply()", "@Override\n public void disposeUIResources()", "@Override\n @NotNull\n public String getHelpTopic()", "@Override\n @NotNull\n public String getId()", "@Override\n @Nullable\n public Runnable enableSearch(final String option)", "public TemplateListPanel getTemplateListPanel()" ]
intellij-community/platform/lang-impl/src/com/intellij/codeInsight/template/impl/LiveTemplatesConfigurable.java
285,839
hasDocComment
@Override public boolean hasDocComment() { return BitUtil.isSet(myFlags, HAS_DOC_COMMENT); }
[ 27, 40 ]
@Override public boolean hasDocComment()
100
public class PsiFieldStubImpl extends StubBase<PsiField> implements PsiFieldStub
[ "public byte getFlags()", "@Override\n public @NotNull TypeInfo getType()", "@Override\n public String getInitializerText()", "@Override\n public boolean isEnumConstant()", "private static boolean isEnumConst(final byte flags)", "@Override\n public boolean isDeprecated()", "@Override\n public boolean hasDeprecatedAnnotation()", "@Override\n public boolean hasDocComment()", "@Override\n public String getName()", "public static byte packFlags(boolean isEnumConst, boolean isDeprecated, boolean hasDeprecatedAnnotation, boolean hasDocComment)", "@Override\n public String toString()" ]
intellij-community/java/java-psi-impl/src/com/intellij/psi/impl/java/stubs/impl/PsiFieldStubImpl.java
450,879
clearImpl
private void clearImpl(boolean clearHeaders) throws IOException { int startOffsetInFile = clearHeaders ? 0 : HeaderLayout.HEADER_SIZE; //IDEA-330224: It is important to zeroize until the EOF, not until the current maxAllocatedID // rows, because storage could be created and filled with previous VFS there maxAllocatedID=1e6, // but now VFS rebuilds itself, and maxAllocatedID=1e3 -- and there are rows [1e3..1e6] filled // with outdated data, which won't be cleared storage.zeroizeTillEOF(startOffsetInFile); //TODO RC: which memory semantics .clear() should have? Now it is just 'plain write', while // all other access methods uses 'volatile read/write'. For current use-case // (initialization) it is OK, since values are safe-published anyway, but for other // use-cases it could lead to troubles. // On the other hand: semantics of .clear() in a concurrent context is anyway tricky: // we can't clear all content atomically. // So the best option I see is: prohibit .clear() use in concurrent context at all // -- state it has undefined behavior in such a context. }
[ 13, 22 ]
private void clearImpl(boolean clearHeaders)
1,187
@ApiStatus.Internal public final class MappedFileStorageHelper implements Closeable, CleanableStorage, Unmappable
[ "public static @NotNull MappedFileStorageHelper openHelper(@NotNull FSRecordsImpl vfs,\n @NotNull Path absoluteStoragePath,\n int bytesPerRow,\n boolean checkFileIdsBelowMax)", "public static @NotNull MappedFileStorageHelper openHelper(@NotNull FSRecordsImpl vfs,\n @NotNull String storageName,\n int bytesPerRow)", "public static @NotNull MappedFileStorageHelper openHelper(@NotNull FSRecordsImpl vfs,\n @NotNull String storageName,\n int bytesPerRow,\n boolean checkFileIdsBelowMax)", "public static @NotNull MappedFileStorageHelper openHelperAndVerifyVersions(@NotNull FSRecordsImpl vfs,\n @NotNull String storageName,\n int storageFormatVersion,\n int bytesPerRow)", "public static @NotNull MappedFileStorageHelper openHelperAndVerifyVersions(@NotNull FSRecordsImpl vfs,\n @NotNull String storageName,\n int storageFormatVersion,\n int bytesPerRow,\n boolean checkFileIdBelowMax)", "public static @NotNull MappedFileStorageHelper openHelperAndVerifyVersions(@NotNull FSRecordsImpl vfs,\n @NotNull Path absoluteStoragePath,\n int storageFormatVersion,\n int bytesPerRow,\n boolean checkFileIdBelowMax)", "public static void verifyTagsAndVersions(@NotNull MappedFileStorageHelper helper,\n long vfsCreationTag,\n int storageFormatVersion)", "@VisibleForTesting\n public static Map<Path, MappedFileStorageHelper> registeredStorages()", "public int getVersion()", "public void setVersion(int version)", "public long getVFSCreationTag()", "public void setVFSCreationTag(long vfsCreationTag)", "public int bytesPerRow()", "public int readIntField(@NotNull VirtualFile vFile,\n int fieldOffset)", "public void writeIntField(@NotNull VirtualFile vFile,\n int fieldOffset,\n int value)", "public int updateIntField(@NotNull VirtualFile vFile,\n int fieldOffset,\n @NotNull IntUnaryOperator updateOperator)", "public long readLongField(@NotNull VirtualFile vFile,\n int fieldOffset)", "public void writeLongField(@NotNull VirtualFile vFile,\n int fieldOffset,\n long value)", "public long updateLongField(@NotNull VirtualFile vFile,\n int fieldOffset,\n @NotNull LongUnaryOperator updateOperator)", "public void clear()", "public void clearRecords()", "private void clearImpl(boolean clearHeaders)", "public void fsync()", "@Override\n public void close()", "@Override\n public void closeAndUnsafelyUnmap()", "@Override\n public void closeAndClean()", "@Override\n public String toString()", "private void clearRow(int fileId)", "public short readShortField(int fileId,\n int fieldOffsetInRow)", "public void writeShortField(int fileId,\n int fieldOffsetInRow,\n short attributeValue)", "public int readIntField(int fileId,\n int fieldOffsetInRow)", "public void writeIntField(int fileId,\n int fieldOffsetInRow,\n int attributeValue)", "public int updateIntField(int fileId,\n int fieldOffsetInRow,\n @NotNull IntUnaryOperator updateOperator)", "public long readLongField(int fileId,\n int fieldOffsetInRow)", "public void writeLongField(int fileId,\n int fieldOffsetInRow,\n long attributeValue)", "public long updateLongField(int fileId,\n int fieldOffsetInRow,\n @NotNull LongUnaryOperator updateOperator)", "public int readIntHeaderField(int headerRelativeOffset)", "public long readLongHeaderField(int headerRelativeOffset)", "public void writeIntHeaderField(int headerRelativeOffset,\n int headerFieldValue)", "public void writeLongHeaderField(int headerRelativeOffset,\n long headerFieldValue)", "private long toOffsetInFile(int fileId)", "private void checkFileIdValid(int fileId)", "private int maxAllocatedFileID()", "private static void checkHeaderFieldOffset(int headerRelativeOffset)", "private static int extractFileId(@NotNull VirtualFile vFile)" ]
intellij-community/platform/platform-impl/src/com/intellij/openapi/vfs/newvfs/persistent/mapped/MappedFileStorageHelper.java
299,592
setPreferredWidthToFitText
public static void setPreferredWidthToFitText(@NotNull JTextField textField) { setPreferredWidthToFitText(textField, JBUIScale.scale(15)); }
[ 19, 45 ]
public static void setPreferredWidthToFitText(@NotNull JTextField textField)
146
public final class SwingHelper
[ "public static @NotNull JPanel newVerticalPanel(float childAlignmentX, Component... children)", "public static @NotNull JPanel newLeftAlignedVerticalPanel(Component... children)", "public static @NotNull JPanel newLeftAlignedVerticalPanel(@NotNull Collection<Component> children)", "public static @NotNull JPanel newVerticalPanel(float childAlignmentX, @NotNull Collection<Component> children)", "public static @NotNull JPanel newHorizontalPanel(float childAlignmentY, Component... children)", "private static JPanel newGenericBoxPanel(boolean verticalOrientation,\n float childAlignment,\n Component... children)", "public static @NotNull JPanel wrapWithoutStretch(@NotNull JComponent component)", "public static @NotNull JPanel wrapWithHorizontalStretch(@NotNull JComponent component)", "public static void setPreferredWidthToFitText(@NotNull TextFieldWithHistoryWithBrowseButton component)", "public static void setPreferredWidthToFitText(@NotNull TextFieldWithBrowseButton component)", "private static <T extends JComponent> void setPreferredWidthForComponentWithBrowseButton(@NotNull ComponentWithBrowseButton<T> component,\n int childPrefWidth)", "public static void setPreferredWidthToFitText(@NotNull JTextField textField)", "public static void setPreferredWidthToFitText(@NotNull JTextField textField, int additionalWidth)", "public static void setPreferredWidthToFitText(@NotNull JTextField textField, @NotNull String text)", "private static void setPreferredSizeToFitText(@NotNull JTextField textField, @NotNull String text, int additionalWidth)", "private static int calcWidthToFitText(@NotNull JTextField textField, int additionalWidth)", "private static int calcWidthToFitText(@NotNull JTextField textField, @NotNull String text, int additionalWidth)", "public static void adjustDialogSizeToFitPreferredSize(@NotNull DialogWrapper dialogWrapper)", "public static void resizeDialogToFitTextFor(final JComponent @NotNull ... components)", "private static void doWithDialogWrapper(final @NotNull JComponent component, final @NotNull Consumer<? super DialogWrapper> consumer)", "public static <T> void updateItems(@NotNull JComboBox<T> comboBox,\n @NotNull List<? extends T> newItems,\n @Nullable T newSelectedItemIfSelectionCannotBePreserved)", "private static <T> boolean shouldUpdate(@NotNull JComboBox<T> comboBox, @NotNull List<? extends T> newItems)", "public static void setNoBorderCellRendererFor(@NotNull TableColumn column)", "public static void addHistoryOnExpansion(final @NotNull TextFieldWithHistory textFieldWithHistory,\n final @NotNull NotNullProducer<? extends List<String>> historyProvider)", "public static void setHistory(@NotNull TextFieldWithHistory textFieldWithHistory,\n @NotNull List<String> history,\n boolean mergeWithPrevHistory)", "private static void setLongestAsPrototype(@NotNull JComboBox comboBox, @NotNull List<String> variants)", "public static void installFileCompletionAndBrowseDialog(@Nullable Project project,\n @NotNull TextFieldWithHistoryWithBrowseButton textFieldWithHistoryWithBrowseButton,\n @NotNull @Nls(capitalization = Nls.Capitalization.Title) String browseDialogTitle,\n @NotNull FileChooserDescriptor fileChooserDescriptor)", "public static void installFileCompletionAndBrowseDialog(@Nullable Project project,\n @NotNull TextFieldWithBrowseButton textFieldWithBrowseButton,\n @NotNull @Nls(capitalization = Nls.Capitalization.Title) String browseDialogTitle,\n @NotNull FileChooserDescriptor fileChooserDescriptor)", "private static <T extends JComponent> void doInstall(@Nullable Project project,\n @NotNull ComponentWithBrowseButton<T> componentWithBrowseButton,\n @NotNull JTextField textField,\n @NotNull @Nls(capitalization = Nls.Capitalization.Title) String browseDialogTitle,\n @NotNull FileChooserDescriptor fileChooserDescriptor,\n @NotNull TextComponentAccessor<T> textComponentAccessor)", "@Deprecated(forRemoval = true)\n public static @NotNull HyperlinkLabel createWebHyperlink(@NlsSafe @NotNull String url)", "@Deprecated(forRemoval = true)\n public static @NotNull HyperlinkLabel createWebHyperlink(@NlsContexts.LinkLabel @NotNull String text, @NotNull String url)", "public static void setPreferredWidth(@NotNull Component component, int width)", "public static boolean scrollToReference(JEditorPane view, String reference)", "private static void getAllElements(Element root, List<? super Element> list, List<String> toCheck)", "public JEditorPane create()", "public HtmlViewerBuilder setCarryTextOver(boolean carryTextOver)", "public HtmlViewerBuilder setDisabledHtml(String disabledHtml)", "public HtmlViewerBuilder setFont(Font font)", "public HtmlViewerBuilder setBackground(Color background)", "public HtmlViewerBuilder setForeground(Color foreground)", "public static @NotNull JEditorPane createHtmlViewer(boolean lineWrap,\n @Nullable Font font,\n @Nullable Color background,\n @Nullable Color foreground)", "public static void setHtml(@NotNull JEditorPane editorPane,\n @NotNull @Nls String bodyInnerHtml,\n @Nullable Color foregroundColor)", "public static @NotNull @Nls String buildHtml(@NotNull @Nls String headInnerHtml, @NotNull @Nls String bodyInnerHtml)", "public static @NotNull TextFieldWithHistoryWithBrowseButton createTextFieldWithHistoryWithBrowseButton(@Nullable Project project,\n @NotNull @NlsContexts.DialogTitle String browseDialogTitle,\n @NotNull FileChooserDescriptor fileChooserDescriptor,\n @Nullable NotNullProducer<? extends List<String>> historyProvider)", "public static @NotNull <C extends JComponent> ComponentWithBrowseButton<C> wrapWithInfoButton(final @NotNull C component,\n @NlsContexts.Tooltip @NotNull String infoButtonTooltip,\n @NotNull ActionListener listener)", "@Override\n public void update(@NotNull AnActionEvent e)", "@Override\n public @NotNull ActionUpdateThread getActionUpdateThread()", "@Override\n public void actionPerformed(@NotNull AnActionEvent e)", "@Override\n public void update(@NotNull AnActionEvent e)", "@Override\n public @NotNull ActionUpdateThread getActionUpdateThread()", "@Override\n public void actionPerformed(@NotNull AnActionEvent e)", "public static @Nls String truncateStringWithEllipsis(final @Nls String text, final int maxWidth, final FontMetrics fm)", "int stringWidth(final String s)", "int charWidth(final char c)", "public static @Nls String truncateStringWithEllipsis(final @Nls @NotNull String text, final int maxWidth, final WidthCalculator fm)", "public static @NotNull JEditorPane createHtmlLabel(@NotNull @Nls String bodyInnerHtml,\n @Nullable @Nls String disabledBodyInnerHtml,\n @Nullable Consumer<? super String> hyperlinkListener)", "public static @Nullable Component getComponentFromRecentMouseEvent()" ]
intellij-community/platform/platform-impl/src/com/intellij/util/ui/SwingHelper.java
294,381
createAnnotationForRef
@NotNull public static HighlightInfo.Builder createAnnotationForRef(@NotNull GrReferenceElement ref, @NotNull HighlightDisplayLevel displayLevel, @NotNull @DetailedDescription String message) { PsiElement refNameElement = ref.getReferenceNameElement(); assert refNameElement != null; if (displayLevel == HighlightDisplayLevel.ERROR) { return HighlightInfo.newHighlightInfo(HighlightInfoType.WRONG_REF).range(refNameElement).descriptionAndTooltip(message); } if (displayLevel == HighlightDisplayLevel.WEAK_WARNING) { boolean isTestMode = ApplicationManager.getApplication().isUnitTestMode(); HighlightInfoType infotype = isTestMode ? HighlightInfoType.WARNING : HighlightInfoType.INFORMATION; HighlightInfo.Builder builder = HighlightInfo.newHighlightInfo(infotype).range(refNameElement); builder.descriptionAndTooltip(message); return builder.needsUpdateOnTyping(false).textAttributes(GroovySyntaxHighlighter.UNRESOLVED_ACCESS); } HighlightInfoType highlightInfoType = HighlightInfo.convertSeverity(displayLevel.getSeverity()); return HighlightInfo.newHighlightInfo(highlightInfoType).range(refNameElement).descriptionAndTooltip(message); }
[ 47, 69 ]
@NotNull public static HighlightInfo.Builder createAnnotationForRef(@NotNull GrReferenceElement ref, @NotNull HighlightDisplayLevel displayLevel, @NotNull @DetailedDescription String message)
1,322
public final class GrInspectionUtil
[ "public static boolean isNull(@NotNull GrExpression expression)", "public static boolean isEquality(@NotNull GrBinaryExpression binaryCondition)", "public static boolean isInequality(@NotNull GrBinaryExpression binaryCondition)", "@NotNull\n public static HighlightInfo.Builder createAnnotationForRef(@NotNull GrReferenceElement ref,\n @NotNull HighlightDisplayLevel displayLevel,\n @NotNull @DetailedDescription String message)", "public static void replaceExpression(GrExpression expression, @NlsSafe String newExpression)" ]
intellij-community/plugins/groovy/groovy-psi/src/org/jetbrains/plugins/groovy/codeInspection/GrInspectionUtil.java
73,561
getPathId
int getPathId(@NotNull LightFilePath path) throws IOException { try { return myPathsIndexer.myPathsEnumerator.enumerate(path); } catch (IllegalArgumentException e) { throw new IOException(e); } }
[ 4, 13 ]
int getPathId(@NotNull LightFilePath path)
225
final class VcsLogPathsIndex extends VcsLogFullDetailsIndex<List<ChangeKind>, CompressedDetails>
[ "private static @NotNull DurableDataEnumerator<LightFilePath> createPathsEnumerator(@NotNull Collection<VirtualFile> roots,\n @NotNull StorageId.Directory storageId,\n @Nullable StorageLockContext storageLockContext,\n boolean useDurableEnumerator)", "@Nullable\n FilePath getPath(int pathId, boolean isDirectory)", "int getPathId(@NotNull LightFilePath path)", "@Nullable\n LightFilePath getPath(int pathId)", "@Override\n public void flush()", "@Contract(\"null,_ -> null; !null,_ -> !null\")\n static @Nullable FilePath toFilePath(@Nullable LightFilePath lightFilePath, boolean isDirectory)", "static @NotNull VcsLogPathsIndex create(@NotNull StorageId.Directory storageId, @Nullable StorageLockContext storageLockContext,\n @NotNull VcsLogStorage storage, @NotNull Set<VirtualFile> roots,\n @NotNull PersistentHashMap<int[], int[]> renamesMap,\n boolean useDurableEnumerator, @NotNull VcsLogErrorHandler errorHandler,\n @NotNull Disposable disposableParent)", "@Override\n public @NotNull Map<Integer, List<ChangeKind>> map(@NotNull CompressedDetails inputData)", "static @NotNull List<ChangeKind> getOrCreateChangeKindList(@NotNull Map<Integer, List<ChangeKind>> pathIdToChangeDataListsMap,\n int pathId,\n int parentsCount)", "static @NotNull ChangeKind createChangeData(@NotNull Change.Type type)", "@Override\n public void save(@NotNull DataOutput out, List<ChangeKind> value)", "@Override\n public List<ChangeKind> read(@NotNull DataInput in)", "@Override\n public int getHashCode(@NotNull LightFilePath path)", "@Override\n public boolean isEqual(@Nullable LightFilePath path1, @Nullable LightFilePath path2)", "@Override\n public void save(@NotNull DataOutput out, LightFilePath value)", "@Override\n public LightFilePath read(@NotNull DataInput in)", "@Override\n public LightFilePath read(@NotNull ByteBuffer input)", "@Override\n public KnownSizeRecordWriter writerFor(@NotNull LightFilePath key)" ]
intellij-community/platform/vcs-log/impl/src/com/intellij/vcs/log/data/index/VcsLogPathsIndex.java
243,089
ignoreChange
public void ignoreChange(@NotNull TextMergeChange change, @NotNull Side side, boolean resolveChange) { if (!change.isConflict() || resolveChange) { markChangeResolved(change); } else { markChangeResolved(change, side); } }
[ 12, 24 ]
public void ignoreChange(@NotNull TextMergeChange change, @NotNull Side side, boolean resolveChange)
252
@ApiStatus.Internal public class MergeThreesideViewer extends ThreesideTextDiffViewerEx
[ "@Override\n public void resolveConflictsInImportsChanged()", "@Override\n protected @NotNull StatusPanel createStatusPanel()", "@Override\n protected void onInit()", "@Override\n protected void onDispose()", "@Override\n protected @NotNull List<TextEditorHolder> createEditorHolders(@NotNull EditorHolderFactory<TextEditorHolder> factory)", "@NotNull\n @Override\n protected List<AnAction> createToolbarActions()", "@NotNull\n @Override\n protected List<AnAction> createEditorPopupActions()", "@Nullable\n @Override\n protected List<AnAction> createPopupActions()", "@Nullable\n public Action getResolveAction(@NotNull final MergeResult result)", "protected void doFinishMerge(@NotNull final MergeResult result, @NotNull MergeResultSource source)", "private void restartMergeResolveIfNeeded()", "protected boolean setInitialOutputContent(@NotNull CharSequence baseContent)", "@Override\n @RequiresEdt\n public void rediff(boolean trySync)", "@NotNull\n @Override\n protected Runnable performRediff(@NotNull ProgressIndicator indicator)", "@RequiresEdt\n private void doRediff()", "@NotNull\n protected Runnable doPerformRediff(@NotNull ProgressIndicator indicator)", "@NotNull\n @ApiStatus.Internal\n public TextMergeRequest getMergeRequest()", "private static MergeLineFragmentsWithImportMetadata getLineFragments(@NotNull ProgressIndicator indicator,\n @NotNull List<CharSequence> sequences,\n @Nullable MergeRange importRange,\n @NotNull IgnorePolicy ignorePolicy)", "private void initPsiFiles()", "@RequiresEdt\n private void apply(@NotNull CharSequence baseContent,\n @NotNull MergeLineFragmentsWithImportMetadata fragmentsWithMetadata,\n @NotNull List<? extends MergeConflictType> conflictTypes,\n @Nullable FoldingModelSupport.Data foldingState,\n @NotNull IgnorePolicy ignorePolicy)", "@Override\n @RequiresEdt\n protected void destroyChangedBlocks()", "public Action getLoadedResolveAction(@NotNull MergeResult result)", "public boolean isContentModified()", "@RequiresEdt\n public void scheduleRediff(@NotNull TextMergeChange change)", "@RequiresEdt\n public void scheduleRediff(@NotNull Collection<? extends TextMergeChange> changes)", "@RequiresEdt\n public void onSettingsChanged()", "@RequiresEdt\n public void onEverythingChanged()", "@RequiresEdt\n public void disable()", "private void rebuildEverything()", "@RequiresEdt\n public void stop()", "@RequiresEdt\n private void putChanges(@NotNull Collection<? extends TextMergeChange> changes)", "@RequiresEdt\n private void schedule()", "@RequiresEdt\n private void launchRediff(boolean trySync)", "@NotNull\n @RequiresBackgroundThread\n private Runnable performRediff(@NotNull final List<? extends TextMergeChange> scheduled,\n @NotNull final List<? extends InnerChunkData> data,\n @NotNull final ProgressIndicator indicator)", "@Override\n @RequiresEdt\n protected void onBeforeDocumentChange(@NotNull DocumentEvent e)", "public void repaintDividers()", "protected void onChangeResolved(@NotNull TextMergeChange change)", "@NotNull\n public MergeModelBase getModel()", "@NotNull\n @Override\n public List<TextMergeChange> getAllChanges()", "@NotNull\n @Override\n public List<TextMergeChange> getChanges()", "@NotNull\n @Override\n protected DiffDividerDrawUtil.DividerPaintable getDividerPaintable(@NotNull Side side)", "@NotNull\n public KeyboardModifierListener getModifierProvider()", "@NotNull\n public EditorEx getEditor()", "public boolean executeMergeCommand(@Nullable @Nls String commandName,\n boolean underBulkUpdate,\n @Nullable List<? extends TextMergeChange> affected,\n @NotNull Runnable task)", "public boolean executeMergeCommand(@Nullable @Nls String commandName,\n @Nullable List<? extends TextMergeChange> affected,\n @NotNull Runnable task)", "@RequiresEdt\n public void markChangeResolved(@NotNull TextMergeChange change)", "@RequiresEdt\n public void markChangeResolved(@NotNull TextMergeChange change, @NotNull Side side)", "@ApiStatus.Internal\n @RequiresEdt\n public void resolveChangeWithAiAnswer(@NotNull TextMergeChange change, @NotNull List<String> newContentLines)", "private LineRange replaceChangeWithAi(@NotNull TextMergeChange change, @NotNull List<String> newContentLines)", "@ApiStatus.Internal\n @RequiresEdt\n private void markChangeResolvedWithAI(@NotNull TextMergeChange change)", "public void ignoreChange(@NotNull TextMergeChange change, @NotNull Side side, boolean resolveChange)", "@RequiresWriteLock\n public LineRange replaceChange(@NotNull TextMergeChange change,\n @NotNull Side side,\n boolean resolveChange)", "@ApiStatus.Internal\n @RequiresWriteLock\n void resetResolvedChange(TextMergeChange change)", "@Override\n protected void reinstallHighlighters(int index)", "@NotNull\n @Override\n protected TextMergeChange.State storeChangeState(int index)", "@Override\n protected void restoreChangeState(@NotNull TextMergeChange.State state)", "@Nullable\n @Override\n protected TextMergeChange.State processDocumentChange(int index, int oldLine1, int oldLine2, int shift)", "@Override\n protected void onRangeManuallyEdit(int index)", "protected boolean hasNonConflictedChanges(@NotNull ThreeSide side)", "protected void applyNonConflictedChanges(@NotNull ThreeSide side)", "private boolean hasResolvableConflictedChanges()", "@ApiStatus.Internal\n public void applyResolvableConflictedChanges()", "public boolean canResolveChangeAutomatically(@NotNull TextMergeChange change, @NotNull ThreeSide side)", "private boolean isChangeRangeModified(@NotNull TextMergeChange change)", "public void resolveChangesAutomatically(@NotNull List<? extends TextMergeChange> changes,\n @NotNull ThreeSide threeSide)", "public void resolveSingleChangeAutomatically(@NotNull TextMergeChange change,\n @NotNull ThreeSide side)", "public void replaceChanges(@NotNull List<? extends TextMergeChange> changes,\n @NotNull Side side,\n @NotNull Boolean resolveChanges)", "public void replaceSingleChange(@NotNull TextMergeChange change,\n @NotNull Side side,\n boolean resolveChange)", "private void processChangesAndTransferData(@NotNull List<? extends TextMergeChange> changes, @NotNull ThreeSide side,\n @NotNull Function<TextMergeChange, LineRange> processor)", "private void transferReferenceData(@NotNull List<? extends TextMergeChange> changes, @NotNull ThreeSide side, List<LineRange> newRanges)", "public LineRange resolveChangeAutomatically(@NotNull TextMergeChange change,\n @NotNull ThreeSide side)", "@ApiStatus.Internal\n @RequiresEdt\n public <T> void runExternalResolver(CompletableFuture<? extends T> operation,\n Consumer<T> resultHandler,\n Consumer<? super Throwable> errorHandler)", "protected boolean isExternalOperationInProgress()", "@RequiresEdt\n private void runBeforeExternalOperation()", "@RequiresEdt\n private void runAfterExternalOperation()", "private void enableResolveActions(boolean enable)", "@Override\n public @NotNull ActionUpdateThread getActionUpdateThread()", "@Override\n public void update(@NotNull AnActionEvent e)", "@Override\n public void actionPerformed(@NotNull final AnActionEvent e)", "@RequiresWriteLock\n protected abstract void apply(@NotNull ThreeSide side, @NotNull List<? extends TextMergeChange> changes)", "private boolean isSomeChangeSelected(@NotNull ThreeSide side)", "@NotNull\n @RequiresEdt\n protected List<TextMergeChange> getSelectedChanges(@NotNull ThreeSide side)", "protected boolean isChangeSelected(@NotNull TextMergeChange change, @NotNull BitSet lines, @NotNull ThreeSide side)", "@Nls\n protected abstract String getText(@NotNull ThreeSide side)", "protected abstract boolean isVisible(@NotNull ThreeSide side)", "protected abstract boolean isEnabled(@NotNull TextMergeChange change)", "@ApiStatus.Internal\n void logMergeCancelled()", "private void logMergeResult(MergeResult mergeResult, MergeResultSource source)", "@Override\n protected void apply(@NotNull ThreeSide side, @NotNull List<? extends TextMergeChange> changes)", "@Override\n protected String getText(@NotNull ThreeSide side)", "@Override\n protected boolean isVisible(@NotNull ThreeSide side)", "@Override\n protected boolean isEnabled(@NotNull TextMergeChange change)", "@Override\n protected String getText(@NotNull ThreeSide side)", "@Override\n protected boolean isVisible(@NotNull ThreeSide side)", "@Override\n protected boolean isEnabled(@NotNull TextMergeChange change)", "@Override\n protected void apply(@NotNull ThreeSide side, @NotNull List<? extends TextMergeChange> changes)", "@Override\n protected void apply(@NotNull ThreeSide side, @NotNull List<? extends TextMergeChange> changes)", "@Override\n protected @NotNull List<TextMergeChange> getSelectedChanges(@NotNull ThreeSide side)", "@Nls\n @Override\n protected String getText(@NotNull ThreeSide side)", "@Override\n protected boolean isVisible(@NotNull ThreeSide side)", "@Override\n protected boolean isEnabled(@NotNull TextMergeChange change)", "@Override\n protected void apply(@NotNull ThreeSide side, @NotNull List<? extends TextMergeChange> changes)", "@Override\n protected String getText(@NotNull ThreeSide side)", "@Override\n protected boolean isVisible(@NotNull ThreeSide side)", "@Override\n protected boolean isEnabled(@NotNull TextMergeChange change)", "@Override\n protected void apply(@NotNull ThreeSide side, @NotNull List<? extends TextMergeChange> changes)", "@Override\n protected String getText(@NotNull ThreeSide side)", "@Override\n protected boolean isVisible(@NotNull ThreeSide side)", "@Override\n protected boolean isEnabled(@NotNull TextMergeChange change)", "@Override\n protected void apply(@NotNull ThreeSide side, @NotNull List<? extends TextMergeChange> changes)", "@Override\n protected String getText(@NotNull ThreeSide side)", "@Override\n protected boolean isVisible(@NotNull ThreeSide side)", "@Override\n protected boolean isEnabled(@NotNull TextMergeChange change)", "@Override\n public @NotNull ActionUpdateThread getActionUpdateThread()", "@Override\n public void update(@NotNull AnActionEvent e)", "@Override\n public void actionPerformed(@NotNull AnActionEvent e)", "@Override\n public boolean displayTextInToolbar()", "@Override\n public boolean useSmallerFontForTextInToolbar()", "@Override\n public @NotNull ActionUpdateThread getActionUpdateThread()", "@Override\n public void update(@NotNull AnActionEvent e)", "@Override\n public void actionPerformed(@NotNull AnActionEvent e)", "@Override\n public @NotNull ActionUpdateThread getActionUpdateThread()", "@Override\n public void update(@NotNull AnActionEvent e)", "@Override\n public void actionPerformed(@NotNull AnActionEvent e)", "@Override\n public void process(@NotNull Handler handler)", "public void init()", "@Override\n public void onModifiersChanged()", "@Override\n public void scrollAndShow(@NotNull Editor editor, @NotNull com.intellij.openapi.vcs.ex.Range range)", "@NotNull\n @Override\n protected List<AnAction> createToolbarActions(@NotNull Editor editor,\n @NotNull com.intellij.openapi.vcs.ex.Range range,\n @Nullable Point mousePosition)", "@Override\n protected boolean isEnabled(@NotNull Editor editor, @NotNull com.intellij.openapi.vcs.ex.Range range)", "@Override\n protected void actionPerformed(@NotNull Editor editor, @NotNull com.intellij.openapi.vcs.ex.Range range)", "@Override\n protected void paintGutterMarkers(@NotNull Editor editor, @NotNull List<? extends Range> ranges, @NotNull Graphics g)", "@Override\n public String toString()", "@Override\n public @NotNull ActionUpdateThread getActionUpdateThread()", "@Override\n public void update(@NotNull AnActionEvent e)", "@Override\n public void actionPerformed(@NotNull AnActionEvent e)", "@NotNull\n private static List<CharSequence> getChunks(@NotNull TextMergeChange change,\n @NotNull List<? extends Document> documents)", "@Override\n protected @Nullable Icon getStatusIcon()", "@Override\n protected @NotNull Color getStatusForeground()" ]
intellij-community/platform/diff-impl/src/com/intellij/diff/merge/MergeThreesideViewer.java
220,707
getIcon
@Override public Icon getIcon() { return myBuilder.getNodeIcon(); }
[ 24, 31 ]
@Override public Icon getIcon()
75
public class BuilderBasedTemplate implements ProjectTemplate
[ "@Override\n public String getId()", "@NotNull\n @Override\n public String getName()", "@Nullable\n @Override\n public String getDescription()", "@Override\n public Icon getIcon()", "@NotNull\n @Override\n public ModuleBuilder createModuleBuilder()", "@Nullable\n @Override\n public ValidationInfo validateSettings()", "@Override\n public String toString()" ]
intellij-community/java/idea-ui/src/com/intellij/platform/templates/BuilderBasedTemplate.java
418,272
createStringOperator
private RowFilter createStringOperator( final String right, final int modelIndex, final FormatWrapper format, final Comparator stringComparator) { return new RowFilter() { @Override public boolean include(Entry entry) { Object left = entry.getValue(modelIndex); if (left == null) { return false; } String s = format.format(left); return (s.length() > 0) && matches(stringComparator.compare(s, right)); } }; }
[ 18, 38 ]
private RowFilter createStringOperator( final String right, final int modelIndex, final FormatWrapper format, final Comparator stringComparator)
553
public class Parser implements IParser
[ "@Override\n public RowFilter parseText(String expression)", "@Override\n public InstantFilter parseInstantText(String expression)", "protected String getInstantAppliedExpression(String expression)", "public IOperand getDefaultOperator()", "@Override\n public String stripHtml(String expression)", "@Override\n public String escape(String expression)", "RowFilter create(Parser self, String right)", "abstract boolean matches(int comparison)", "private String getOperator()", "@Override\n public RowFilter create(Parser self, String right)", "private RowFilter createOperator(final Object right,\n final int modelIndex,\n final Comparator comparator)", "private RowFilter createStringOperator(\n final String right,\n final int modelIndex,\n final FormatWrapper format,\n final Comparator stringComparator)", "@Override\n public RowFilter create(Parser self, String right)", "private RowFilter createOperator(final Object right,\n final int modelIndex,\n final Comparator comparator)", "private RowFilter createNullOperator(final int modelIndex)", "private RowFilter createStringOperator(\n final String right,\n final int modelIndex,\n final FormatWrapper format,\n final Comparator stringComparator)", "@Override\n public RowFilter create(Parser self, String right)", "protected Pattern getPattern(String expression, boolean ignoreCase)", "public void setInstantMode(boolean instantMode)", "public String getAppliedExpression(String baseExpression)", "@Override\n protected Pattern getPattern(String right,\n boolean ignoreCase)", "protected String convertToRE(String s)", "@Override\n boolean matches(int comparison)", "@Override\n boolean matches(int comparison)", "@Override\n boolean matches(int comparison)", "@Override\n boolean matches(int comparison)", "@Override\n boolean matches(int comparison)", "public String format(Object o)", "public Object parseObject(String content)" ]
intellij-community/notebooks/visualization/src/org/jetbrains/plugins/notebooks/visualization/r/inlays/table/filters/parser/Parser.java
164,705
createTableItem
@Override protected ClasspathTableItem<?> createTableItem(final Module item) { return ClasspathTableItem.createItem(myClasspathPanel.getRootModel().addModuleOrderEntry(item), myContext); }
[ 44, 59 ]
@Override protected ClasspathTableItem<?> createTableItem(final Module item)
196
class AddModuleDependencyAction extends AddItemPopupAction<Module>
[ "@Override\n protected ClasspathTableItem<?> createTableItem(final Module item)", "private List<Module> getNotAddedModules()", "@Override\n protected ClasspathElementChooser<Module> createChooser()", "@Override\n @NotNull\n public List<Module> chooseElements()" ]
intellij-community/java/idea-ui/src/com/intellij/openapi/roots/ui/configuration/classpath/AddModuleDependencyAction.java
415,750
parseFrom
public static org.jetbrains.jps.api.CmdlineRemoteProto.Message parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, data); }
[ 63, 72 ]
public static org.jetbrains.jps.api.CmdlineRemoteProto.Message parseFrom( java.nio.ByteBuffer data)
281
@javax.annotation.Generated(value="protoc", comments="annotations:CmdlineRemoteProto.java.pb.meta") public final class CmdlineRemoteProto
[ "public static void registerAllExtensions(\n com.google.protobuf.ExtensionRegistryLite registry)", "boolean hasSessionId()", "org.jetbrains.jps.api.CmdlineRemoteProto.Message.UUID getSessionId()", "boolean hasType()", "org.jetbrains.jps.api.CmdlineRemoteProto.Message.Type getType()", "boolean hasControllerMessage()", "org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage getControllerMessage()", "boolean hasBuilderMessage()", "org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage getBuilderMessage()", "boolean hasFailure()", "org.jetbrains.jps.api.CmdlineRemoteProto.Message.Failure getFailure()", "@java.lang.Override\n public final int getNumber()", "@java.lang.Deprecated\n public static Type valueOf(int value)", "public static Type forNumber(int value)", "public static com.google.protobuf.Internal.EnumLiteMap<Type>\n internalGetValueMap()", "@java.lang.Override\n public Type findValueByNumber(int number)", "public static com.google.protobuf.Internal.EnumVerifier \n internalGetVerifier()", "@java.lang.Override\n public boolean isInRange(int number)", "boolean hasMostSigBits()", "long getMostSigBits()", "boolean hasLeastSigBits()", "long getLeastSigBits()", "@java.lang.Override\n public boolean hasMostSigBits()", "@java.lang.Override\n public long getMostSigBits()", "private void setMostSigBits(long value)", "private void clearMostSigBits()", "@java.lang.Override\n public boolean hasLeastSigBits()", "@java.lang.Override\n public long getLeastSigBits()", "private void setLeastSigBits(long value)", "private void clearLeastSigBits()", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.UUID parseFrom(\n java.nio.ByteBuffer data)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.UUID parseFrom(\n java.nio.ByteBuffer data,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.UUID parseFrom(\n com.google.protobuf.ByteString data)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.UUID parseFrom(\n com.google.protobuf.ByteString data,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.UUID parseFrom(byte[] data)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.UUID parseFrom(\n byte[] data,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.UUID parseFrom(java.io.InputStream input)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.UUID parseFrom(\n java.io.InputStream input,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.UUID parseDelimitedFrom(java.io.InputStream input)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.UUID parseDelimitedFrom(\n java.io.InputStream input,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.UUID parseFrom(\n com.google.protobuf.CodedInputStream input)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.UUID parseFrom(\n com.google.protobuf.CodedInputStream input,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static Builder newBuilder()", "public static Builder newBuilder(org.jetbrains.jps.api.CmdlineRemoteProto.Message.UUID prototype)", "@java.lang.Override\n public boolean hasMostSigBits()", "@java.lang.Override\n public long getMostSigBits()", "public Builder setMostSigBits(long value)", "public Builder clearMostSigBits()", "@java.lang.Override\n public boolean hasLeastSigBits()", "@java.lang.Override\n public long getLeastSigBits()", "public Builder setLeastSigBits(long value)", "public Builder clearLeastSigBits()", "@java.lang.Override\n @java.lang.SuppressWarnings({\"unchecked\", \"fallthrough\"})\n protected final java.lang.Object dynamicMethod(\n com.google.protobuf.GeneratedMessageLite.MethodToInvoke method,\n java.lang.Object arg0, java.lang.Object arg1)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.UUID getDefaultInstance()", "public static com.google.protobuf.Parser<UUID> parser()", "boolean hasKey()", "java.lang.String getKey()", "com.google.protobuf.ByteString\n getKeyBytes()", "boolean hasValue()", "java.lang.String getValue()", "com.google.protobuf.ByteString\n getValueBytes()", "@java.lang.Override\n public boolean hasKey()", "@java.lang.Override\n public java.lang.String getKey()", "@java.lang.Override\n public com.google.protobuf.ByteString\n getKeyBytes()", "private void setKey(\n java.lang.String value)", "private void clearKey()", "private void setKeyBytes(\n com.google.protobuf.ByteString value)", "@java.lang.Override\n public boolean hasValue()", "@java.lang.Override\n public java.lang.String getValue()", "@java.lang.Override\n public com.google.protobuf.ByteString\n getValueBytes()", "private void setValue(\n java.lang.String value)", "private void clearValue()", "private void setValueBytes(\n com.google.protobuf.ByteString value)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.KeyValuePair parseFrom(\n java.nio.ByteBuffer data)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.KeyValuePair parseFrom(\n java.nio.ByteBuffer data,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.KeyValuePair parseFrom(\n com.google.protobuf.ByteString data)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.KeyValuePair parseFrom(\n com.google.protobuf.ByteString data,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.KeyValuePair parseFrom(byte[] data)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.KeyValuePair parseFrom(\n byte[] data,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.KeyValuePair parseFrom(java.io.InputStream input)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.KeyValuePair parseFrom(\n java.io.InputStream input,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.KeyValuePair parseDelimitedFrom(java.io.InputStream input)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.KeyValuePair parseDelimitedFrom(\n java.io.InputStream input,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.KeyValuePair parseFrom(\n com.google.protobuf.CodedInputStream input)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.KeyValuePair parseFrom(\n com.google.protobuf.CodedInputStream input,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static Builder newBuilder()", "public static Builder newBuilder(org.jetbrains.jps.api.CmdlineRemoteProto.Message.KeyValuePair prototype)", "@java.lang.Override\n public boolean hasKey()", "@java.lang.Override\n public java.lang.String getKey()", "@java.lang.Override\n public com.google.protobuf.ByteString\n getKeyBytes()", "public Builder setKey(\n java.lang.String value)", "public Builder clearKey()", "public Builder setKeyBytes(\n com.google.protobuf.ByteString value)", "@java.lang.Override\n public boolean hasValue()", "@java.lang.Override\n public java.lang.String getValue()", "@java.lang.Override\n public com.google.protobuf.ByteString\n getValueBytes()", "public Builder setValue(\n java.lang.String value)", "public Builder clearValue()", "public Builder setValueBytes(\n com.google.protobuf.ByteString value)", "@java.lang.Override\n @java.lang.SuppressWarnings({\"unchecked\", \"fallthrough\"})\n protected final java.lang.Object dynamicMethod(\n com.google.protobuf.GeneratedMessageLite.MethodToInvoke method,\n java.lang.Object arg0, java.lang.Object arg1)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.KeyValuePair getDefaultInstance()", "public static com.google.protobuf.Parser<KeyValuePair> parser()", "boolean hasErrorCode()", "int getErrorCode()", "boolean hasDescription()", "java.lang.String getDescription()", "com.google.protobuf.ByteString\n getDescriptionBytes()", "boolean hasStacktrace()", "java.lang.String getStacktrace()", "com.google.protobuf.ByteString\n getStacktraceBytes()", "@java.lang.Override\n public boolean hasErrorCode()", "@java.lang.Override\n public int getErrorCode()", "private void setErrorCode(int value)", "private void clearErrorCode()", "@java.lang.Override\n public boolean hasDescription()", "@java.lang.Override\n public java.lang.String getDescription()", "@java.lang.Override\n public com.google.protobuf.ByteString\n getDescriptionBytes()", "private void setDescription(\n java.lang.String value)", "private void clearDescription()", "private void setDescriptionBytes(\n com.google.protobuf.ByteString value)", "@java.lang.Override\n public boolean hasStacktrace()", "@java.lang.Override\n public java.lang.String getStacktrace()", "@java.lang.Override\n public com.google.protobuf.ByteString\n getStacktraceBytes()", "private void setStacktrace(\n java.lang.String value)", "private void clearStacktrace()", "private void setStacktraceBytes(\n com.google.protobuf.ByteString value)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.Failure parseFrom(\n java.nio.ByteBuffer data)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.Failure parseFrom(\n java.nio.ByteBuffer data,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.Failure parseFrom(\n com.google.protobuf.ByteString data)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.Failure parseFrom(\n com.google.protobuf.ByteString data,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.Failure parseFrom(byte[] data)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.Failure parseFrom(\n byte[] data,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.Failure parseFrom(java.io.InputStream input)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.Failure parseFrom(\n java.io.InputStream input,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.Failure parseDelimitedFrom(java.io.InputStream input)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.Failure parseDelimitedFrom(\n java.io.InputStream input,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.Failure parseFrom(\n com.google.protobuf.CodedInputStream input)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.Failure parseFrom(\n com.google.protobuf.CodedInputStream input,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static Builder newBuilder()", "public static Builder newBuilder(org.jetbrains.jps.api.CmdlineRemoteProto.Message.Failure prototype)", "@java.lang.Override\n public boolean hasErrorCode()", "@java.lang.Override\n public int getErrorCode()", "public Builder setErrorCode(int value)", "public Builder clearErrorCode()", "@java.lang.Override\n public boolean hasDescription()", "@java.lang.Override\n public java.lang.String getDescription()", "@java.lang.Override\n public com.google.protobuf.ByteString\n getDescriptionBytes()", "public Builder setDescription(\n java.lang.String value)", "public Builder clearDescription()", "public Builder setDescriptionBytes(\n com.google.protobuf.ByteString value)", "@java.lang.Override\n public boolean hasStacktrace()", "@java.lang.Override\n public java.lang.String getStacktrace()", "@java.lang.Override\n public com.google.protobuf.ByteString\n getStacktraceBytes()", "public Builder setStacktrace(\n java.lang.String value)", "public Builder clearStacktrace()", "public Builder setStacktraceBytes(\n com.google.protobuf.ByteString value)", "@java.lang.Override\n @java.lang.SuppressWarnings({\"unchecked\", \"fallthrough\"})\n protected final java.lang.Object dynamicMethod(\n com.google.protobuf.GeneratedMessageLite.MethodToInvoke method,\n java.lang.Object arg0, java.lang.Object arg1)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.Failure getDefaultInstance()", "public static com.google.protobuf.Parser<Failure> parser()", "boolean hasType()", "org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.Type getType()", "boolean hasParamsMessage()", "org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.ParametersMessage getParamsMessage()", "boolean hasFsEvent()", "org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.FSEvent getFsEvent()", "boolean hasConstantSearchResult()", "org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.ConstantSearchResult getConstantSearchResult()", "@java.lang.Override\n public final int getNumber()", "@java.lang.Deprecated\n public static Type valueOf(int value)", "public static Type forNumber(int value)", "public static com.google.protobuf.Internal.EnumLiteMap<Type>\n internalGetValueMap()", "@java.lang.Override\n public Type findValueByNumber(int number)", "public static com.google.protobuf.Internal.EnumVerifier \n internalGetVerifier()", "@java.lang.Override\n public boolean isInRange(int number)", "boolean hasOrdinal()", "long getOrdinal()", "java.util.List<java.lang.String>\n getChangedPathsList()", "int getChangedPathsCount()", "java.lang.String getChangedPaths(int index)", "com.google.protobuf.ByteString\n getChangedPathsBytes(int index)", "java.util.List<java.lang.String>\n getDeletedPathsList()", "int getDeletedPathsCount()", "java.lang.String getDeletedPaths(int index)", "com.google.protobuf.ByteString\n getDeletedPathsBytes(int index)", "@java.lang.Override\n public boolean hasOrdinal()", "@java.lang.Override\n public long getOrdinal()", "private void setOrdinal(long value)", "private void clearOrdinal()", "@java.lang.Override\n public java.util.List<java.lang.String> getChangedPathsList()", "@java.lang.Override\n public int getChangedPathsCount()", "@java.lang.Override\n public java.lang.String getChangedPaths(int index)", "@java.lang.Override\n public com.google.protobuf.ByteString\n getChangedPathsBytes(int index)", "private void ensureChangedPathsIsMutable()", "private void setChangedPaths(\n int index, java.lang.String value)", "private void addChangedPaths(\n java.lang.String value)", "private void addAllChangedPaths(\n java.lang.Iterable<java.lang.String> values)", "private void clearChangedPaths()", "private void addChangedPathsBytes(\n com.google.protobuf.ByteString value)", "@java.lang.Override\n public java.util.List<java.lang.String> getDeletedPathsList()", "@java.lang.Override\n public int getDeletedPathsCount()", "@java.lang.Override\n public java.lang.String getDeletedPaths(int index)", "@java.lang.Override\n public com.google.protobuf.ByteString\n getDeletedPathsBytes(int index)", "private void ensureDeletedPathsIsMutable()", "private void setDeletedPaths(\n int index, java.lang.String value)", "private void addDeletedPaths(\n java.lang.String value)", "private void addAllDeletedPaths(\n java.lang.Iterable<java.lang.String> values)", "private void clearDeletedPaths()", "private void addDeletedPathsBytes(\n com.google.protobuf.ByteString value)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.FSEvent parseFrom(\n java.nio.ByteBuffer data)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.FSEvent parseFrom(\n java.nio.ByteBuffer data,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.FSEvent parseFrom(\n com.google.protobuf.ByteString data)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.FSEvent parseFrom(\n com.google.protobuf.ByteString data,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.FSEvent parseFrom(byte[] data)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.FSEvent parseFrom(\n byte[] data,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.FSEvent parseFrom(java.io.InputStream input)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.FSEvent parseFrom(\n java.io.InputStream input,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.FSEvent parseDelimitedFrom(java.io.InputStream input)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.FSEvent parseDelimitedFrom(\n java.io.InputStream input,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.FSEvent parseFrom(\n com.google.protobuf.CodedInputStream input)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.FSEvent parseFrom(\n com.google.protobuf.CodedInputStream input,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static Builder newBuilder()", "public static Builder newBuilder(org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.FSEvent prototype)", "@java.lang.Override\n public boolean hasOrdinal()", "@java.lang.Override\n public long getOrdinal()", "public Builder setOrdinal(long value)", "public Builder clearOrdinal()", "@java.lang.Override\n public java.util.List<java.lang.String>\n getChangedPathsList()", "@java.lang.Override\n public int getChangedPathsCount()", "@java.lang.Override\n public java.lang.String getChangedPaths(int index)", "@java.lang.Override\n public com.google.protobuf.ByteString\n getChangedPathsBytes(int index)", "public Builder setChangedPaths(\n int index, java.lang.String value)", "public Builder addChangedPaths(\n java.lang.String value)", "public Builder addAllChangedPaths(\n java.lang.Iterable<java.lang.String> values)", "public Builder clearChangedPaths()", "public Builder addChangedPathsBytes(\n com.google.protobuf.ByteString value)", "@java.lang.Override\n public java.util.List<java.lang.String>\n getDeletedPathsList()", "@java.lang.Override\n public int getDeletedPathsCount()", "@java.lang.Override\n public java.lang.String getDeletedPaths(int index)", "@java.lang.Override\n public com.google.protobuf.ByteString\n getDeletedPathsBytes(int index)", "public Builder setDeletedPaths(\n int index, java.lang.String value)", "public Builder addDeletedPaths(\n java.lang.String value)", "public Builder addAllDeletedPaths(\n java.lang.Iterable<java.lang.String> values)", "public Builder clearDeletedPaths()", "public Builder addDeletedPathsBytes(\n com.google.protobuf.ByteString value)", "@java.lang.Override\n @java.lang.SuppressWarnings({\"unchecked\", \"fallthrough\"})\n protected final java.lang.Object dynamicMethod(\n com.google.protobuf.GeneratedMessageLite.MethodToInvoke method,\n java.lang.Object arg0, java.lang.Object arg1)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.FSEvent getDefaultInstance()", "public static com.google.protobuf.Parser<FSEvent> parser()", "boolean hasGlobalOptionsPath()", "java.lang.String getGlobalOptionsPath()", "com.google.protobuf.ByteString\n getGlobalOptionsPathBytes()", "@java.lang.Override\n public boolean hasGlobalOptionsPath()", "@java.lang.Override\n public java.lang.String getGlobalOptionsPath()", "@java.lang.Override\n public com.google.protobuf.ByteString\n getGlobalOptionsPathBytes()", "private void setGlobalOptionsPath(\n java.lang.String value)", "private void clearGlobalOptionsPath()", "private void setGlobalOptionsPathBytes(\n com.google.protobuf.ByteString value)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.GlobalSettings parseFrom(\n java.nio.ByteBuffer data)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.GlobalSettings parseFrom(\n java.nio.ByteBuffer data,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.GlobalSettings parseFrom(\n com.google.protobuf.ByteString data)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.GlobalSettings parseFrom(\n com.google.protobuf.ByteString data,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.GlobalSettings parseFrom(byte[] data)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.GlobalSettings parseFrom(\n byte[] data,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.GlobalSettings parseFrom(java.io.InputStream input)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.GlobalSettings parseFrom(\n java.io.InputStream input,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.GlobalSettings parseDelimitedFrom(java.io.InputStream input)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.GlobalSettings parseDelimitedFrom(\n java.io.InputStream input,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.GlobalSettings parseFrom(\n com.google.protobuf.CodedInputStream input)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.GlobalSettings parseFrom(\n com.google.protobuf.CodedInputStream input,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static Builder newBuilder()", "public static Builder newBuilder(org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.GlobalSettings prototype)", "@java.lang.Override\n public boolean hasGlobalOptionsPath()", "@java.lang.Override\n public java.lang.String getGlobalOptionsPath()", "@java.lang.Override\n public com.google.protobuf.ByteString\n getGlobalOptionsPathBytes()", "public Builder setGlobalOptionsPath(\n java.lang.String value)", "public Builder clearGlobalOptionsPath()", "public Builder setGlobalOptionsPathBytes(\n com.google.protobuf.ByteString value)", "@java.lang.Override\n @java.lang.SuppressWarnings({\"unchecked\", \"fallthrough\"})\n protected final java.lang.Object dynamicMethod(\n com.google.protobuf.GeneratedMessageLite.MethodToInvoke method,\n java.lang.Object arg0, java.lang.Object arg1)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.GlobalSettings getDefaultInstance()", "public static com.google.protobuf.Parser<GlobalSettings> parser()", "boolean hasBuildType()", "org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.ParametersMessage.Type getBuildType()", "boolean hasGlobalSettings()", "org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.GlobalSettings getGlobalSettings()", "boolean hasProjectId()", "java.lang.String getProjectId()", "com.google.protobuf.ByteString\n getProjectIdBytes()", "java.util.List<org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.ParametersMessage.TargetTypeBuildScope> \n getScopeList()", "org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.ParametersMessage.TargetTypeBuildScope getScope(int index)", "int getScopeCount()", "java.util.List<java.lang.String>\n getFilePathList()", "int getFilePathCount()", "java.lang.String getFilePath(int index)", "com.google.protobuf.ByteString\n getFilePathBytes(int index)", "java.util.List<org.jetbrains.jps.api.CmdlineRemoteProto.Message.KeyValuePair> \n getBuilderParameterList()", "org.jetbrains.jps.api.CmdlineRemoteProto.Message.KeyValuePair getBuilderParameter(int index)", "int getBuilderParameterCount()", "boolean hasCacheDownloadSettings()", "org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.CacheDownloadSettings getCacheDownloadSettings()", "@java.lang.Override\n public final int getNumber()", "@java.lang.Deprecated\n public static Type valueOf(int value)", "public static Type forNumber(int value)", "public static com.google.protobuf.Internal.EnumLiteMap<Type>\n internalGetValueMap()", "@java.lang.Override\n public Type findValueByNumber(int number)", "public static com.google.protobuf.Internal.EnumVerifier \n internalGetVerifier()", "@java.lang.Override\n public boolean isInRange(int number)", "boolean hasTypeId()", "java.lang.String getTypeId()", "com.google.protobuf.ByteString\n getTypeIdBytes()", "boolean hasAllTargets()", "boolean getAllTargets()", "java.util.List<java.lang.String>\n getTargetIdList()", "int getTargetIdCount()", "java.lang.String getTargetId(int index)", "com.google.protobuf.ByteString\n getTargetIdBytes(int index)", "boolean hasForceBuild()", "boolean getForceBuild()", "@java.lang.Override\n public boolean hasTypeId()", "@java.lang.Override\n public java.lang.String getTypeId()", "@java.lang.Override\n public com.google.protobuf.ByteString\n getTypeIdBytes()", "private void setTypeId(\n java.lang.String value)", "private void clearTypeId()", "private void setTypeIdBytes(\n com.google.protobuf.ByteString value)", "@java.lang.Override\n public boolean hasAllTargets()", "@java.lang.Override\n public boolean getAllTargets()", "private void setAllTargets(boolean value)", "private void clearAllTargets()", "@java.lang.Override\n public java.util.List<java.lang.String> getTargetIdList()", "@java.lang.Override\n public int getTargetIdCount()", "@java.lang.Override\n public java.lang.String getTargetId(int index)", "@java.lang.Override\n public com.google.protobuf.ByteString\n getTargetIdBytes(int index)", "private void ensureTargetIdIsMutable()", "private void setTargetId(\n int index, java.lang.String value)", "private void addTargetId(\n java.lang.String value)", "private void addAllTargetId(\n java.lang.Iterable<java.lang.String> values)", "private void clearTargetId()", "private void addTargetIdBytes(\n com.google.protobuf.ByteString value)", "@java.lang.Override\n public boolean hasForceBuild()", "@java.lang.Override\n public boolean getForceBuild()", "private void setForceBuild(boolean value)", "private void clearForceBuild()", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.ParametersMessage.TargetTypeBuildScope parseFrom(\n java.nio.ByteBuffer data)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.ParametersMessage.TargetTypeBuildScope parseFrom(\n java.nio.ByteBuffer data,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.ParametersMessage.TargetTypeBuildScope parseFrom(\n com.google.protobuf.ByteString data)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.ParametersMessage.TargetTypeBuildScope parseFrom(\n com.google.protobuf.ByteString data,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.ParametersMessage.TargetTypeBuildScope parseFrom(byte[] data)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.ParametersMessage.TargetTypeBuildScope parseFrom(\n byte[] data,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.ParametersMessage.TargetTypeBuildScope parseFrom(java.io.InputStream input)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.ParametersMessage.TargetTypeBuildScope parseFrom(\n java.io.InputStream input,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.ParametersMessage.TargetTypeBuildScope parseDelimitedFrom(java.io.InputStream input)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.ParametersMessage.TargetTypeBuildScope parseDelimitedFrom(\n java.io.InputStream input,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.ParametersMessage.TargetTypeBuildScope parseFrom(\n com.google.protobuf.CodedInputStream input)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.ParametersMessage.TargetTypeBuildScope parseFrom(\n com.google.protobuf.CodedInputStream input,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static Builder newBuilder()", "public static Builder newBuilder(org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.ParametersMessage.TargetTypeBuildScope prototype)", "@java.lang.Override\n public boolean hasTypeId()", "@java.lang.Override\n public java.lang.String getTypeId()", "@java.lang.Override\n public com.google.protobuf.ByteString\n getTypeIdBytes()", "public Builder setTypeId(\n java.lang.String value)", "public Builder clearTypeId()", "public Builder setTypeIdBytes(\n com.google.protobuf.ByteString value)", "@java.lang.Override\n public boolean hasAllTargets()", "@java.lang.Override\n public boolean getAllTargets()", "public Builder setAllTargets(boolean value)", "public Builder clearAllTargets()", "@java.lang.Override\n public java.util.List<java.lang.String>\n getTargetIdList()", "@java.lang.Override\n public int getTargetIdCount()", "@java.lang.Override\n public java.lang.String getTargetId(int index)", "@java.lang.Override\n public com.google.protobuf.ByteString\n getTargetIdBytes(int index)", "public Builder setTargetId(\n int index, java.lang.String value)", "public Builder addTargetId(\n java.lang.String value)", "public Builder addAllTargetId(\n java.lang.Iterable<java.lang.String> values)", "public Builder clearTargetId()", "public Builder addTargetIdBytes(\n com.google.protobuf.ByteString value)", "@java.lang.Override\n public boolean hasForceBuild()", "@java.lang.Override\n public boolean getForceBuild()", "public Builder setForceBuild(boolean value)", "public Builder clearForceBuild()", "@java.lang.Override\n @java.lang.SuppressWarnings({\"unchecked\", \"fallthrough\"})\n protected final java.lang.Object dynamicMethod(\n com.google.protobuf.GeneratedMessageLite.MethodToInvoke method,\n java.lang.Object arg0, java.lang.Object arg1)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.ParametersMessage.TargetTypeBuildScope getDefaultInstance()", "public static com.google.protobuf.Parser<TargetTypeBuildScope> parser()", "@java.lang.Override\n public boolean hasBuildType()", "@java.lang.Override\n public org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.ParametersMessage.Type getBuildType()", "private void setBuildType(org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.ParametersMessage.Type value)", "private void clearBuildType()", "@java.lang.Override\n public boolean hasGlobalSettings()", "@java.lang.Override\n public org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.GlobalSettings getGlobalSettings()", "private void setGlobalSettings(org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.GlobalSettings value)", "@java.lang.SuppressWarnings({\"ReferenceEquality\"})\n private void mergeGlobalSettings(org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.GlobalSettings value)", "private void clearGlobalSettings()", "@java.lang.Override\n public boolean hasProjectId()", "@java.lang.Override\n public java.lang.String getProjectId()", "@java.lang.Override\n public com.google.protobuf.ByteString\n getProjectIdBytes()", "private void setProjectId(\n java.lang.String value)", "private void clearProjectId()", "private void setProjectIdBytes(\n com.google.protobuf.ByteString value)", "@java.lang.Override\n public java.util.List<org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.ParametersMessage.TargetTypeBuildScope> getScopeList()", "public java.util.List<? extends org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.ParametersMessage.TargetTypeBuildScopeOrBuilder> \n getScopeOrBuilderList()", "@java.lang.Override\n public int getScopeCount()", "@java.lang.Override\n public org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.ParametersMessage.TargetTypeBuildScope getScope(int index)", "public org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.ParametersMessage.TargetTypeBuildScopeOrBuilder getScopeOrBuilder(\n int index)", "private void ensureScopeIsMutable()", "private void setScope(\n int index, org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.ParametersMessage.TargetTypeBuildScope value)", "private void addScope(org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.ParametersMessage.TargetTypeBuildScope value)", "private void addScope(\n int index, org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.ParametersMessage.TargetTypeBuildScope value)", "private void addAllScope(\n java.lang.Iterable<? extends org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.ParametersMessage.TargetTypeBuildScope> values)", "private void clearScope()", "private void removeScope(int index)", "@java.lang.Override\n public java.util.List<java.lang.String> getFilePathList()", "@java.lang.Override\n public int getFilePathCount()", "@java.lang.Override\n public java.lang.String getFilePath(int index)", "@java.lang.Override\n public com.google.protobuf.ByteString\n getFilePathBytes(int index)", "private void ensureFilePathIsMutable()", "private void setFilePath(\n int index, java.lang.String value)", "private void addFilePath(\n java.lang.String value)", "private void addAllFilePath(\n java.lang.Iterable<java.lang.String> values)", "private void clearFilePath()", "private void addFilePathBytes(\n com.google.protobuf.ByteString value)", "@java.lang.Override\n public java.util.List<org.jetbrains.jps.api.CmdlineRemoteProto.Message.KeyValuePair> getBuilderParameterList()", "public java.util.List<? extends org.jetbrains.jps.api.CmdlineRemoteProto.Message.KeyValuePairOrBuilder> \n getBuilderParameterOrBuilderList()", "@java.lang.Override\n public int getBuilderParameterCount()", "@java.lang.Override\n public org.jetbrains.jps.api.CmdlineRemoteProto.Message.KeyValuePair getBuilderParameter(int index)", "public org.jetbrains.jps.api.CmdlineRemoteProto.Message.KeyValuePairOrBuilder getBuilderParameterOrBuilder(\n int index)", "private void ensureBuilderParameterIsMutable()", "private void setBuilderParameter(\n int index, org.jetbrains.jps.api.CmdlineRemoteProto.Message.KeyValuePair value)", "private void addBuilderParameter(org.jetbrains.jps.api.CmdlineRemoteProto.Message.KeyValuePair value)", "private void addBuilderParameter(\n int index, org.jetbrains.jps.api.CmdlineRemoteProto.Message.KeyValuePair value)", "private void addAllBuilderParameter(\n java.lang.Iterable<? extends org.jetbrains.jps.api.CmdlineRemoteProto.Message.KeyValuePair> values)", "private void clearBuilderParameter()", "private void removeBuilderParameter(int index)", "@java.lang.Override\n public boolean hasCacheDownloadSettings()", "@java.lang.Override\n public org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.CacheDownloadSettings getCacheDownloadSettings()", "private void setCacheDownloadSettings(org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.CacheDownloadSettings value)", "@java.lang.SuppressWarnings({\"ReferenceEquality\"})\n private void mergeCacheDownloadSettings(org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.CacheDownloadSettings value)", "private void clearCacheDownloadSettings()", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.ParametersMessage parseFrom(\n java.nio.ByteBuffer data)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.ParametersMessage parseFrom(\n java.nio.ByteBuffer data,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.ParametersMessage parseFrom(\n com.google.protobuf.ByteString data)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.ParametersMessage parseFrom(\n com.google.protobuf.ByteString data,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.ParametersMessage parseFrom(byte[] data)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.ParametersMessage parseFrom(\n byte[] data,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.ParametersMessage parseFrom(java.io.InputStream input)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.ParametersMessage parseFrom(\n java.io.InputStream input,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.ParametersMessage parseDelimitedFrom(java.io.InputStream input)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.ParametersMessage parseDelimitedFrom(\n java.io.InputStream input,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.ParametersMessage parseFrom(\n com.google.protobuf.CodedInputStream input)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.ParametersMessage parseFrom(\n com.google.protobuf.CodedInputStream input,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static Builder newBuilder()", "public static Builder newBuilder(org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.ParametersMessage prototype)", "@java.lang.Override\n public boolean hasBuildType()", "@java.lang.Override\n public org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.ParametersMessage.Type getBuildType()", "public Builder setBuildType(org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.ParametersMessage.Type value)", "public Builder clearBuildType()", "@java.lang.Override\n public boolean hasGlobalSettings()", "@java.lang.Override\n public org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.GlobalSettings getGlobalSettings()", "public Builder setGlobalSettings(org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.GlobalSettings value)", "public Builder setGlobalSettings(\n org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.GlobalSettings.Builder builderForValue)", "public Builder mergeGlobalSettings(org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.GlobalSettings value)", "public Builder clearGlobalSettings()", "@java.lang.Override\n public boolean hasProjectId()", "@java.lang.Override\n public java.lang.String getProjectId()", "@java.lang.Override\n public com.google.protobuf.ByteString\n getProjectIdBytes()", "public Builder setProjectId(\n java.lang.String value)", "public Builder clearProjectId()", "public Builder setProjectIdBytes(\n com.google.protobuf.ByteString value)", "@java.lang.Override\n public java.util.List<org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.ParametersMessage.TargetTypeBuildScope> getScopeList()", "@java.lang.Override\n public int getScopeCount()", "@java.lang.Override\n public org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.ParametersMessage.TargetTypeBuildScope getScope(int index)", "public Builder setScope(\n int index, org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.ParametersMessage.TargetTypeBuildScope value)", "public Builder setScope(\n int index, org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.ParametersMessage.TargetTypeBuildScope.Builder builderForValue)", "public Builder addScope(org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.ParametersMessage.TargetTypeBuildScope value)", "public Builder addScope(\n int index, org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.ParametersMessage.TargetTypeBuildScope value)", "public Builder addScope(\n org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.ParametersMessage.TargetTypeBuildScope.Builder builderForValue)", "public Builder addScope(\n int index, org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.ParametersMessage.TargetTypeBuildScope.Builder builderForValue)", "public Builder addAllScope(\n java.lang.Iterable<? extends org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.ParametersMessage.TargetTypeBuildScope> values)", "public Builder clearScope()", "public Builder removeScope(int index)", "@java.lang.Override\n public java.util.List<java.lang.String>\n getFilePathList()", "@java.lang.Override\n public int getFilePathCount()", "@java.lang.Override\n public java.lang.String getFilePath(int index)", "@java.lang.Override\n public com.google.protobuf.ByteString\n getFilePathBytes(int index)", "public Builder setFilePath(\n int index, java.lang.String value)", "public Builder addFilePath(\n java.lang.String value)", "public Builder addAllFilePath(\n java.lang.Iterable<java.lang.String> values)", "public Builder clearFilePath()", "public Builder addFilePathBytes(\n com.google.protobuf.ByteString value)", "@java.lang.Override\n public java.util.List<org.jetbrains.jps.api.CmdlineRemoteProto.Message.KeyValuePair> getBuilderParameterList()", "@java.lang.Override\n public int getBuilderParameterCount()", "@java.lang.Override\n public org.jetbrains.jps.api.CmdlineRemoteProto.Message.KeyValuePair getBuilderParameter(int index)", "public Builder setBuilderParameter(\n int index, org.jetbrains.jps.api.CmdlineRemoteProto.Message.KeyValuePair value)", "public Builder setBuilderParameter(\n int index, org.jetbrains.jps.api.CmdlineRemoteProto.Message.KeyValuePair.Builder builderForValue)", "public Builder addBuilderParameter(org.jetbrains.jps.api.CmdlineRemoteProto.Message.KeyValuePair value)", "public Builder addBuilderParameter(\n int index, org.jetbrains.jps.api.CmdlineRemoteProto.Message.KeyValuePair value)", "public Builder addBuilderParameter(\n org.jetbrains.jps.api.CmdlineRemoteProto.Message.KeyValuePair.Builder builderForValue)", "public Builder addBuilderParameter(\n int index, org.jetbrains.jps.api.CmdlineRemoteProto.Message.KeyValuePair.Builder builderForValue)", "public Builder addAllBuilderParameter(\n java.lang.Iterable<? extends org.jetbrains.jps.api.CmdlineRemoteProto.Message.KeyValuePair> values)", "public Builder clearBuilderParameter()", "public Builder removeBuilderParameter(int index)", "@java.lang.Override\n public boolean hasCacheDownloadSettings()", "@java.lang.Override\n public org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.CacheDownloadSettings getCacheDownloadSettings()", "public Builder setCacheDownloadSettings(org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.CacheDownloadSettings value)", "public Builder setCacheDownloadSettings(\n org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.CacheDownloadSettings.Builder builderForValue)", "public Builder mergeCacheDownloadSettings(org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.CacheDownloadSettings value)", "public Builder clearCacheDownloadSettings()", "@java.lang.Override\n @java.lang.SuppressWarnings({\"unchecked\", \"fallthrough\"})\n protected final java.lang.Object dynamicMethod(\n com.google.protobuf.GeneratedMessageLite.MethodToInvoke method,\n java.lang.Object arg0, java.lang.Object arg1)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.ParametersMessage getDefaultInstance()", "public static com.google.protobuf.Parser<ParametersMessage> parser()", "boolean hasOwnerClassName()", "java.lang.String getOwnerClassName()", "com.google.protobuf.ByteString\n getOwnerClassNameBytes()", "boolean hasFieldName()", "java.lang.String getFieldName()", "com.google.protobuf.ByteString\n getFieldNameBytes()", "boolean hasIsSuccess()", "boolean getIsSuccess()", "java.util.List<java.lang.String>\n getPathList()", "int getPathCount()", "java.lang.String getPath(int index)", "com.google.protobuf.ByteString\n getPathBytes(int index)", "@java.lang.Override\n public boolean hasOwnerClassName()", "@java.lang.Override\n public java.lang.String getOwnerClassName()", "@java.lang.Override\n public com.google.protobuf.ByteString\n getOwnerClassNameBytes()", "private void setOwnerClassName(\n java.lang.String value)", "private void clearOwnerClassName()", "private void setOwnerClassNameBytes(\n com.google.protobuf.ByteString value)", "@java.lang.Override\n public boolean hasFieldName()", "@java.lang.Override\n public java.lang.String getFieldName()", "@java.lang.Override\n public com.google.protobuf.ByteString\n getFieldNameBytes()", "private void setFieldName(\n java.lang.String value)", "private void clearFieldName()", "private void setFieldNameBytes(\n com.google.protobuf.ByteString value)", "@java.lang.Override\n public boolean hasIsSuccess()", "@java.lang.Override\n public boolean getIsSuccess()", "private void setIsSuccess(boolean value)", "private void clearIsSuccess()", "@java.lang.Override\n public java.util.List<java.lang.String> getPathList()", "@java.lang.Override\n public int getPathCount()", "@java.lang.Override\n public java.lang.String getPath(int index)", "@java.lang.Override\n public com.google.protobuf.ByteString\n getPathBytes(int index)", "private void ensurePathIsMutable()", "private void setPath(\n int index, java.lang.String value)", "private void addPath(\n java.lang.String value)", "private void addAllPath(\n java.lang.Iterable<java.lang.String> values)", "private void clearPath()", "private void addPathBytes(\n com.google.protobuf.ByteString value)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.ConstantSearchResult parseFrom(\n java.nio.ByteBuffer data)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.ConstantSearchResult parseFrom(\n java.nio.ByteBuffer data,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.ConstantSearchResult parseFrom(\n com.google.protobuf.ByteString data)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.ConstantSearchResult parseFrom(\n com.google.protobuf.ByteString data,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.ConstantSearchResult parseFrom(byte[] data)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.ConstantSearchResult parseFrom(\n byte[] data,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.ConstantSearchResult parseFrom(java.io.InputStream input)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.ConstantSearchResult parseFrom(\n java.io.InputStream input,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.ConstantSearchResult parseDelimitedFrom(java.io.InputStream input)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.ConstantSearchResult parseDelimitedFrom(\n java.io.InputStream input,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.ConstantSearchResult parseFrom(\n com.google.protobuf.CodedInputStream input)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.ConstantSearchResult parseFrom(\n com.google.protobuf.CodedInputStream input,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static Builder newBuilder()", "public static Builder newBuilder(org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.ConstantSearchResult prototype)", "@java.lang.Override\n public boolean hasOwnerClassName()", "@java.lang.Override\n public java.lang.String getOwnerClassName()", "@java.lang.Override\n public com.google.protobuf.ByteString\n getOwnerClassNameBytes()", "public Builder setOwnerClassName(\n java.lang.String value)", "public Builder clearOwnerClassName()", "public Builder setOwnerClassNameBytes(\n com.google.protobuf.ByteString value)", "@java.lang.Override\n public boolean hasFieldName()", "@java.lang.Override\n public java.lang.String getFieldName()", "@java.lang.Override\n public com.google.protobuf.ByteString\n getFieldNameBytes()", "public Builder setFieldName(\n java.lang.String value)", "public Builder clearFieldName()", "public Builder setFieldNameBytes(\n com.google.protobuf.ByteString value)", "@java.lang.Override\n public boolean hasIsSuccess()", "@java.lang.Override\n public boolean getIsSuccess()", "public Builder setIsSuccess(boolean value)", "public Builder clearIsSuccess()", "@java.lang.Override\n public java.util.List<java.lang.String>\n getPathList()", "@java.lang.Override\n public int getPathCount()", "@java.lang.Override\n public java.lang.String getPath(int index)", "@java.lang.Override\n public com.google.protobuf.ByteString\n getPathBytes(int index)", "public Builder setPath(\n int index, java.lang.String value)", "public Builder addPath(\n java.lang.String value)", "public Builder addAllPath(\n java.lang.Iterable<java.lang.String> values)", "public Builder clearPath()", "public Builder addPathBytes(\n com.google.protobuf.ByteString value)", "@java.lang.Override\n @java.lang.SuppressWarnings({\"unchecked\", \"fallthrough\"})\n protected final java.lang.Object dynamicMethod(\n com.google.protobuf.GeneratedMessageLite.MethodToInvoke method,\n java.lang.Object arg0, java.lang.Object arg1)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.ConstantSearchResult getDefaultInstance()", "public static com.google.protobuf.Parser<ConstantSearchResult> parser()", "int getAuthHeadersCount()", "boolean containsAuthHeaders(\n java.lang.String key)", "@java.lang.Deprecated\n java.util.Map<java.lang.String, java.lang.String>\n getAuthHeaders()", "java.util.Map<java.lang.String, java.lang.String>\n getAuthHeadersMap()", "java.lang.String getAuthHeadersOrDefault(\n java.lang.String key,\n java.lang.String defaultValue)", "java.lang.String getAuthHeadersOrThrow(\n java.lang.String key)", "boolean hasDownloadCommit()", "java.lang.String getDownloadCommit()", "com.google.protobuf.ByteString\n getDownloadCommitBytes()", "boolean hasCommitsCountLatestBuild()", "int getCommitsCountLatestBuild()", "boolean hasServerUrl()", "java.lang.String getServerUrl()", "com.google.protobuf.ByteString\n getServerUrlBytes()", "boolean hasDecompressionSpeed()", "long getDecompressionSpeed()", "boolean hasDeletionSpeed()", "long getDeletionSpeed()", "boolean hasForceDownload()", "boolean getForceDownload()", "boolean hasDisableDownload()", "boolean getDisableDownload()", "boolean hasMaxDownloadDuration()", "int getMaxDownloadDuration()", "boolean hasCleanupAsynchronously()", "boolean getCleanupAsynchronously()", "private com.google.protobuf.MapFieldLite<java.lang.String, java.lang.String>\n internalGetAuthHeaders()", "private com.google.protobuf.MapFieldLite<java.lang.String, java.lang.String>\n internalGetMutableAuthHeaders()", "@java.lang.Override\n\n public int getAuthHeadersCount()", "@java.lang.Override\n\n public boolean containsAuthHeaders(\n java.lang.String key)", "@java.lang.Override\n @java.lang.Deprecated\n public java.util.Map<java.lang.String, java.lang.String> getAuthHeaders()", "@java.lang.Override\n\n public java.util.Map<java.lang.String, java.lang.String> getAuthHeadersMap()", "@java.lang.Override\n\n public java.lang.String getAuthHeadersOrDefault(\n java.lang.String key,\n java.lang.String defaultValue)", "@java.lang.Override\n\n public java.lang.String getAuthHeadersOrThrow(\n java.lang.String key)", "private java.util.Map<java.lang.String, java.lang.String>\n getMutableAuthHeadersMap()", "@java.lang.Override\n public boolean hasDownloadCommit()", "@java.lang.Override\n public java.lang.String getDownloadCommit()", "@java.lang.Override\n public com.google.protobuf.ByteString\n getDownloadCommitBytes()", "private void setDownloadCommit(\n java.lang.String value)", "private void clearDownloadCommit()", "private void setDownloadCommitBytes(\n com.google.protobuf.ByteString value)", "@java.lang.Override\n public boolean hasCommitsCountLatestBuild()", "@java.lang.Override\n public int getCommitsCountLatestBuild()", "private void setCommitsCountLatestBuild(int value)", "private void clearCommitsCountLatestBuild()", "@java.lang.Override\n public boolean hasServerUrl()", "@java.lang.Override\n public java.lang.String getServerUrl()", "@java.lang.Override\n public com.google.protobuf.ByteString\n getServerUrlBytes()", "private void setServerUrl(\n java.lang.String value)", "private void clearServerUrl()", "private void setServerUrlBytes(\n com.google.protobuf.ByteString value)", "@java.lang.Override\n public boolean hasDecompressionSpeed()", "@java.lang.Override\n public long getDecompressionSpeed()", "private void setDecompressionSpeed(long value)", "private void clearDecompressionSpeed()", "@java.lang.Override\n public boolean hasDeletionSpeed()", "@java.lang.Override\n public long getDeletionSpeed()", "private void setDeletionSpeed(long value)", "private void clearDeletionSpeed()", "@java.lang.Override\n public boolean hasForceDownload()", "@java.lang.Override\n public boolean getForceDownload()", "private void setForceDownload(boolean value)", "private void clearForceDownload()", "@java.lang.Override\n public boolean hasDisableDownload()", "@java.lang.Override\n public boolean getDisableDownload()", "private void setDisableDownload(boolean value)", "private void clearDisableDownload()", "@java.lang.Override\n public boolean hasMaxDownloadDuration()", "@java.lang.Override\n public int getMaxDownloadDuration()", "private void setMaxDownloadDuration(int value)", "private void clearMaxDownloadDuration()", "@java.lang.Override\n public boolean hasCleanupAsynchronously()", "@java.lang.Override\n public boolean getCleanupAsynchronously()", "private void setCleanupAsynchronously(boolean value)", "private void clearCleanupAsynchronously()", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.CacheDownloadSettings parseFrom(\n java.nio.ByteBuffer data)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.CacheDownloadSettings parseFrom(\n java.nio.ByteBuffer data,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.CacheDownloadSettings parseFrom(\n com.google.protobuf.ByteString data)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.CacheDownloadSettings parseFrom(\n com.google.protobuf.ByteString data,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.CacheDownloadSettings parseFrom(byte[] data)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.CacheDownloadSettings parseFrom(\n byte[] data,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.CacheDownloadSettings parseFrom(java.io.InputStream input)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.CacheDownloadSettings parseFrom(\n java.io.InputStream input,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.CacheDownloadSettings parseDelimitedFrom(java.io.InputStream input)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.CacheDownloadSettings parseDelimitedFrom(\n java.io.InputStream input,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.CacheDownloadSettings parseFrom(\n com.google.protobuf.CodedInputStream input)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.CacheDownloadSettings parseFrom(\n com.google.protobuf.CodedInputStream input,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static Builder newBuilder()", "public static Builder newBuilder(org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.CacheDownloadSettings prototype)", "@java.lang.Override\n\n public int getAuthHeadersCount()", "@java.lang.Override\n\n public boolean containsAuthHeaders(\n java.lang.String key)", "public Builder clearAuthHeaders()", "public Builder removeAuthHeaders(\n java.lang.String key)", "@java.lang.Override\n @java.lang.Deprecated\n public java.util.Map<java.lang.String, java.lang.String> getAuthHeaders()", "@java.lang.Override\n public java.util.Map<java.lang.String, java.lang.String> getAuthHeadersMap()", "@java.lang.Override\n\n public java.lang.String getAuthHeadersOrDefault(\n java.lang.String key,\n java.lang.String defaultValue)", "@java.lang.Override\n\n public java.lang.String getAuthHeadersOrThrow(\n java.lang.String key)", "public Builder putAuthHeaders(\n java.lang.String key,\n java.lang.String value)", "public Builder putAllAuthHeaders(\n java.util.Map<java.lang.String, java.lang.String> values)", "@java.lang.Override\n public boolean hasDownloadCommit()", "@java.lang.Override\n public java.lang.String getDownloadCommit()", "@java.lang.Override\n public com.google.protobuf.ByteString\n getDownloadCommitBytes()", "public Builder setDownloadCommit(\n java.lang.String value)", "public Builder clearDownloadCommit()", "public Builder setDownloadCommitBytes(\n com.google.protobuf.ByteString value)", "@java.lang.Override\n public boolean hasCommitsCountLatestBuild()", "@java.lang.Override\n public int getCommitsCountLatestBuild()", "public Builder setCommitsCountLatestBuild(int value)", "public Builder clearCommitsCountLatestBuild()", "@java.lang.Override\n public boolean hasServerUrl()", "@java.lang.Override\n public java.lang.String getServerUrl()", "@java.lang.Override\n public com.google.protobuf.ByteString\n getServerUrlBytes()", "public Builder setServerUrl(\n java.lang.String value)", "public Builder clearServerUrl()", "public Builder setServerUrlBytes(\n com.google.protobuf.ByteString value)", "@java.lang.Override\n public boolean hasDecompressionSpeed()", "@java.lang.Override\n public long getDecompressionSpeed()", "public Builder setDecompressionSpeed(long value)", "public Builder clearDecompressionSpeed()", "@java.lang.Override\n public boolean hasDeletionSpeed()", "@java.lang.Override\n public long getDeletionSpeed()", "public Builder setDeletionSpeed(long value)", "public Builder clearDeletionSpeed()", "@java.lang.Override\n public boolean hasForceDownload()", "@java.lang.Override\n public boolean getForceDownload()", "public Builder setForceDownload(boolean value)", "public Builder clearForceDownload()", "@java.lang.Override\n public boolean hasDisableDownload()", "@java.lang.Override\n public boolean getDisableDownload()", "public Builder setDisableDownload(boolean value)", "public Builder clearDisableDownload()", "@java.lang.Override\n public boolean hasMaxDownloadDuration()", "@java.lang.Override\n public int getMaxDownloadDuration()", "public Builder setMaxDownloadDuration(int value)", "public Builder clearMaxDownloadDuration()", "@java.lang.Override\n public boolean hasCleanupAsynchronously()", "@java.lang.Override\n public boolean getCleanupAsynchronously()", "public Builder setCleanupAsynchronously(boolean value)", "public Builder clearCleanupAsynchronously()", "@java.lang.Override\n @java.lang.SuppressWarnings({\"unchecked\", \"fallthrough\"})\n protected final java.lang.Object dynamicMethod(\n com.google.protobuf.GeneratedMessageLite.MethodToInvoke method,\n java.lang.Object arg0, java.lang.Object arg1)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.CacheDownloadSettings getDefaultInstance()", "public static com.google.protobuf.Parser<CacheDownloadSettings> parser()", "@java.lang.Override\n public boolean hasType()", "@java.lang.Override\n public org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.Type getType()", "private void setType(org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.Type value)", "private void clearType()", "@java.lang.Override\n public boolean hasParamsMessage()", "@java.lang.Override\n public org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.ParametersMessage getParamsMessage()", "private void setParamsMessage(org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.ParametersMessage value)", "@java.lang.SuppressWarnings({\"ReferenceEquality\"})\n private void mergeParamsMessage(org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.ParametersMessage value)", "private void clearParamsMessage()", "@java.lang.Override\n public boolean hasFsEvent()", "@java.lang.Override\n public org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.FSEvent getFsEvent()", "private void setFsEvent(org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.FSEvent value)", "@java.lang.SuppressWarnings({\"ReferenceEquality\"})\n private void mergeFsEvent(org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.FSEvent value)", "private void clearFsEvent()", "@java.lang.Override\n public boolean hasConstantSearchResult()", "@java.lang.Override\n public org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.ConstantSearchResult getConstantSearchResult()", "private void setConstantSearchResult(org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.ConstantSearchResult value)", "@java.lang.SuppressWarnings({\"ReferenceEquality\"})\n private void mergeConstantSearchResult(org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.ConstantSearchResult value)", "private void clearConstantSearchResult()", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage parseFrom(\n java.nio.ByteBuffer data)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage parseFrom(\n java.nio.ByteBuffer data,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage parseFrom(\n com.google.protobuf.ByteString data)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage parseFrom(\n com.google.protobuf.ByteString data,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage parseFrom(byte[] data)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage parseFrom(\n byte[] data,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage parseFrom(java.io.InputStream input)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage parseFrom(\n java.io.InputStream input,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage parseDelimitedFrom(java.io.InputStream input)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage parseDelimitedFrom(\n java.io.InputStream input,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage parseFrom(\n com.google.protobuf.CodedInputStream input)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage parseFrom(\n com.google.protobuf.CodedInputStream input,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static Builder newBuilder()", "public static Builder newBuilder(org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage prototype)", "@java.lang.Override\n public boolean hasType()", "@java.lang.Override\n public org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.Type getType()", "public Builder setType(org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.Type value)", "public Builder clearType()", "@java.lang.Override\n public boolean hasParamsMessage()", "@java.lang.Override\n public org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.ParametersMessage getParamsMessage()", "public Builder setParamsMessage(org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.ParametersMessage value)", "public Builder setParamsMessage(\n org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.ParametersMessage.Builder builderForValue)", "public Builder mergeParamsMessage(org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.ParametersMessage value)", "public Builder clearParamsMessage()", "@java.lang.Override\n public boolean hasFsEvent()", "@java.lang.Override\n public org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.FSEvent getFsEvent()", "public Builder setFsEvent(org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.FSEvent value)", "public Builder setFsEvent(\n org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.FSEvent.Builder builderForValue)", "public Builder mergeFsEvent(org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.FSEvent value)", "public Builder clearFsEvent()", "@java.lang.Override\n public boolean hasConstantSearchResult()", "@java.lang.Override\n public org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.ConstantSearchResult getConstantSearchResult()", "public Builder setConstantSearchResult(org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.ConstantSearchResult value)", "public Builder setConstantSearchResult(\n org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.ConstantSearchResult.Builder builderForValue)", "public Builder mergeConstantSearchResult(org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.ConstantSearchResult value)", "public Builder clearConstantSearchResult()", "@java.lang.Override\n @java.lang.SuppressWarnings({\"unchecked\", \"fallthrough\"})\n protected final java.lang.Object dynamicMethod(\n com.google.protobuf.GeneratedMessageLite.MethodToInvoke method,\n java.lang.Object arg0, java.lang.Object arg1)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage getDefaultInstance()", "public static com.google.protobuf.Parser<ControllerMessage> parser()", "boolean hasType()", "org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.Type getType()", "boolean hasBuildEvent()", "org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.BuildEvent getBuildEvent()", "boolean hasCompileMessage()", "org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.CompileMessage getCompileMessage()", "boolean hasConstantSearchTask()", "org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.ConstantSearchTask getConstantSearchTask()", "boolean hasCacheDownloadMessage()", "org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.CacheDownloadMessage getCacheDownloadMessage()", "boolean hasCommitAndDownloadStatistics()", "org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.CommitAndDownloadStatistics getCommitAndDownloadStatistics()", "@java.lang.Override\n public final int getNumber()", "@java.lang.Deprecated\n public static Type valueOf(int value)", "public static Type forNumber(int value)", "public static com.google.protobuf.Internal.EnumLiteMap<Type>\n internalGetValueMap()", "@java.lang.Override\n public Type findValueByNumber(int number)", "public static com.google.protobuf.Internal.EnumVerifier \n internalGetVerifier()", "@java.lang.Override\n public boolean isInRange(int number)", "boolean hasEventType()", "org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.BuildEvent.Type getEventType()", "boolean hasDescription()", "java.lang.String getDescription()", "com.google.protobuf.ByteString\n getDescriptionBytes()", "boolean hasCompletionStatus()", "org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.BuildEvent.Status getCompletionStatus()", "java.util.List<org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.BuildEvent.GeneratedFile> \n getGeneratedFilesList()", "org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.BuildEvent.GeneratedFile getGeneratedFiles(int index)", "int getGeneratedFilesCount()", "boolean hasCustomBuilderMessage()", "org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.BuildEvent.CustomBuilderMessage getCustomBuilderMessage()", "@java.lang.Override\n public final int getNumber()", "@java.lang.Deprecated\n public static Type valueOf(int value)", "public static Type forNumber(int value)", "public static com.google.protobuf.Internal.EnumLiteMap<Type>\n internalGetValueMap()", "@java.lang.Override\n public Type findValueByNumber(int number)", "public static com.google.protobuf.Internal.EnumVerifier \n internalGetVerifier()", "@java.lang.Override\n public boolean isInRange(int number)", "@java.lang.Override\n public final int getNumber()", "@java.lang.Deprecated\n public static Status valueOf(int value)", "public static Status forNumber(int value)", "public static com.google.protobuf.Internal.EnumLiteMap<Status>\n internalGetValueMap()", "@java.lang.Override\n public Status findValueByNumber(int number)", "public static com.google.protobuf.Internal.EnumVerifier \n internalGetVerifier()", "@java.lang.Override\n public boolean isInRange(int number)", "boolean hasOutputRoot()", "java.lang.String getOutputRoot()", "com.google.protobuf.ByteString\n getOutputRootBytes()", "boolean hasRelativePath()", "java.lang.String getRelativePath()", "com.google.protobuf.ByteString\n getRelativePathBytes()", "@java.lang.Override\n public boolean hasOutputRoot()", "@java.lang.Override\n public java.lang.String getOutputRoot()", "@java.lang.Override\n public com.google.protobuf.ByteString\n getOutputRootBytes()", "private void setOutputRoot(\n java.lang.String value)", "private void clearOutputRoot()", "private void setOutputRootBytes(\n com.google.protobuf.ByteString value)", "@java.lang.Override\n public boolean hasRelativePath()", "@java.lang.Override\n public java.lang.String getRelativePath()", "@java.lang.Override\n public com.google.protobuf.ByteString\n getRelativePathBytes()", "private void setRelativePath(\n java.lang.String value)", "private void clearRelativePath()", "private void setRelativePathBytes(\n com.google.protobuf.ByteString value)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.BuildEvent.GeneratedFile parseFrom(\n java.nio.ByteBuffer data)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.BuildEvent.GeneratedFile parseFrom(\n java.nio.ByteBuffer data,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.BuildEvent.GeneratedFile parseFrom(\n com.google.protobuf.ByteString data)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.BuildEvent.GeneratedFile parseFrom(\n com.google.protobuf.ByteString data,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.BuildEvent.GeneratedFile parseFrom(byte[] data)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.BuildEvent.GeneratedFile parseFrom(\n byte[] data,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.BuildEvent.GeneratedFile parseFrom(java.io.InputStream input)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.BuildEvent.GeneratedFile parseFrom(\n java.io.InputStream input,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.BuildEvent.GeneratedFile parseDelimitedFrom(java.io.InputStream input)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.BuildEvent.GeneratedFile parseDelimitedFrom(\n java.io.InputStream input,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.BuildEvent.GeneratedFile parseFrom(\n com.google.protobuf.CodedInputStream input)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.BuildEvent.GeneratedFile parseFrom(\n com.google.protobuf.CodedInputStream input,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static Builder newBuilder()", "public static Builder newBuilder(org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.BuildEvent.GeneratedFile prototype)", "@java.lang.Override\n public boolean hasOutputRoot()", "@java.lang.Override\n public java.lang.String getOutputRoot()", "@java.lang.Override\n public com.google.protobuf.ByteString\n getOutputRootBytes()", "public Builder setOutputRoot(\n java.lang.String value)", "public Builder clearOutputRoot()", "public Builder setOutputRootBytes(\n com.google.protobuf.ByteString value)", "@java.lang.Override\n public boolean hasRelativePath()", "@java.lang.Override\n public java.lang.String getRelativePath()", "@java.lang.Override\n public com.google.protobuf.ByteString\n getRelativePathBytes()", "public Builder setRelativePath(\n java.lang.String value)", "public Builder clearRelativePath()", "public Builder setRelativePathBytes(\n com.google.protobuf.ByteString value)", "@java.lang.Override\n @java.lang.SuppressWarnings({\"unchecked\", \"fallthrough\"})\n protected final java.lang.Object dynamicMethod(\n com.google.protobuf.GeneratedMessageLite.MethodToInvoke method,\n java.lang.Object arg0, java.lang.Object arg1)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.BuildEvent.GeneratedFile getDefaultInstance()", "public static com.google.protobuf.Parser<GeneratedFile> parser()", "boolean hasBuilderId()", "java.lang.String getBuilderId()", "com.google.protobuf.ByteString\n getBuilderIdBytes()", "boolean hasMessageType()", "java.lang.String getMessageType()", "com.google.protobuf.ByteString\n getMessageTypeBytes()", "boolean hasMessageText()", "java.lang.String getMessageText()", "com.google.protobuf.ByteString\n getMessageTextBytes()", "@java.lang.Override\n public boolean hasBuilderId()", "@java.lang.Override\n public java.lang.String getBuilderId()", "@java.lang.Override\n public com.google.protobuf.ByteString\n getBuilderIdBytes()", "private void setBuilderId(\n java.lang.String value)", "private void clearBuilderId()", "private void setBuilderIdBytes(\n com.google.protobuf.ByteString value)", "@java.lang.Override\n public boolean hasMessageType()", "@java.lang.Override\n public java.lang.String getMessageType()", "@java.lang.Override\n public com.google.protobuf.ByteString\n getMessageTypeBytes()", "private void setMessageType(\n java.lang.String value)", "private void clearMessageType()", "private void setMessageTypeBytes(\n com.google.protobuf.ByteString value)", "@java.lang.Override\n public boolean hasMessageText()", "@java.lang.Override\n public java.lang.String getMessageText()", "@java.lang.Override\n public com.google.protobuf.ByteString\n getMessageTextBytes()", "private void setMessageText(\n java.lang.String value)", "private void clearMessageText()", "private void setMessageTextBytes(\n com.google.protobuf.ByteString value)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.BuildEvent.CustomBuilderMessage parseFrom(\n java.nio.ByteBuffer data)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.BuildEvent.CustomBuilderMessage parseFrom(\n java.nio.ByteBuffer data,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.BuildEvent.CustomBuilderMessage parseFrom(\n com.google.protobuf.ByteString data)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.BuildEvent.CustomBuilderMessage parseFrom(\n com.google.protobuf.ByteString data,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.BuildEvent.CustomBuilderMessage parseFrom(byte[] data)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.BuildEvent.CustomBuilderMessage parseFrom(\n byte[] data,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.BuildEvent.CustomBuilderMessage parseFrom(java.io.InputStream input)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.BuildEvent.CustomBuilderMessage parseFrom(\n java.io.InputStream input,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.BuildEvent.CustomBuilderMessage parseDelimitedFrom(java.io.InputStream input)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.BuildEvent.CustomBuilderMessage parseDelimitedFrom(\n java.io.InputStream input,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.BuildEvent.CustomBuilderMessage parseFrom(\n com.google.protobuf.CodedInputStream input)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.BuildEvent.CustomBuilderMessage parseFrom(\n com.google.protobuf.CodedInputStream input,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static Builder newBuilder()", "public static Builder newBuilder(org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.BuildEvent.CustomBuilderMessage prototype)", "@java.lang.Override\n public boolean hasBuilderId()", "@java.lang.Override\n public java.lang.String getBuilderId()", "@java.lang.Override\n public com.google.protobuf.ByteString\n getBuilderIdBytes()", "public Builder setBuilderId(\n java.lang.String value)", "public Builder clearBuilderId()", "public Builder setBuilderIdBytes(\n com.google.protobuf.ByteString value)", "@java.lang.Override\n public boolean hasMessageType()", "@java.lang.Override\n public java.lang.String getMessageType()", "@java.lang.Override\n public com.google.protobuf.ByteString\n getMessageTypeBytes()", "public Builder setMessageType(\n java.lang.String value)", "public Builder clearMessageType()", "public Builder setMessageTypeBytes(\n com.google.protobuf.ByteString value)", "@java.lang.Override\n public boolean hasMessageText()", "@java.lang.Override\n public java.lang.String getMessageText()", "@java.lang.Override\n public com.google.protobuf.ByteString\n getMessageTextBytes()", "public Builder setMessageText(\n java.lang.String value)", "public Builder clearMessageText()", "public Builder setMessageTextBytes(\n com.google.protobuf.ByteString value)", "@java.lang.Override\n @java.lang.SuppressWarnings({\"unchecked\", \"fallthrough\"})\n protected final java.lang.Object dynamicMethod(\n com.google.protobuf.GeneratedMessageLite.MethodToInvoke method,\n java.lang.Object arg0, java.lang.Object arg1)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.BuildEvent.CustomBuilderMessage getDefaultInstance()", "public static com.google.protobuf.Parser<CustomBuilderMessage> parser()", "@java.lang.Override\n public boolean hasEventType()", "@java.lang.Override\n public org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.BuildEvent.Type getEventType()", "private void setEventType(org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.BuildEvent.Type value)", "private void clearEventType()", "@java.lang.Override\n public boolean hasDescription()", "@java.lang.Override\n public java.lang.String getDescription()", "@java.lang.Override\n public com.google.protobuf.ByteString\n getDescriptionBytes()", "private void setDescription(\n java.lang.String value)", "private void clearDescription()", "private void setDescriptionBytes(\n com.google.protobuf.ByteString value)", "@java.lang.Override\n public boolean hasCompletionStatus()", "@java.lang.Override\n public org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.BuildEvent.Status getCompletionStatus()", "private void setCompletionStatus(org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.BuildEvent.Status value)", "private void clearCompletionStatus()", "@java.lang.Override\n public java.util.List<org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.BuildEvent.GeneratedFile> getGeneratedFilesList()", "public java.util.List<? extends org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.BuildEvent.GeneratedFileOrBuilder> \n getGeneratedFilesOrBuilderList()", "@java.lang.Override\n public int getGeneratedFilesCount()", "@java.lang.Override\n public org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.BuildEvent.GeneratedFile getGeneratedFiles(int index)", "public org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.BuildEvent.GeneratedFileOrBuilder getGeneratedFilesOrBuilder(\n int index)", "private void ensureGeneratedFilesIsMutable()", "private void setGeneratedFiles(\n int index, org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.BuildEvent.GeneratedFile value)", "private void addGeneratedFiles(org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.BuildEvent.GeneratedFile value)", "private void addGeneratedFiles(\n int index, org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.BuildEvent.GeneratedFile value)", "private void addAllGeneratedFiles(\n java.lang.Iterable<? extends org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.BuildEvent.GeneratedFile> values)", "private void clearGeneratedFiles()", "private void removeGeneratedFiles(int index)", "@java.lang.Override\n public boolean hasCustomBuilderMessage()", "@java.lang.Override\n public org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.BuildEvent.CustomBuilderMessage getCustomBuilderMessage()", "private void setCustomBuilderMessage(org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.BuildEvent.CustomBuilderMessage value)", "@java.lang.SuppressWarnings({\"ReferenceEquality\"})\n private void mergeCustomBuilderMessage(org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.BuildEvent.CustomBuilderMessage value)", "private void clearCustomBuilderMessage()", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.BuildEvent parseFrom(\n java.nio.ByteBuffer data)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.BuildEvent parseFrom(\n java.nio.ByteBuffer data,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.BuildEvent parseFrom(\n com.google.protobuf.ByteString data)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.BuildEvent parseFrom(\n com.google.protobuf.ByteString data,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.BuildEvent parseFrom(byte[] data)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.BuildEvent parseFrom(\n byte[] data,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.BuildEvent parseFrom(java.io.InputStream input)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.BuildEvent parseFrom(\n java.io.InputStream input,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.BuildEvent parseDelimitedFrom(java.io.InputStream input)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.BuildEvent parseDelimitedFrom(\n java.io.InputStream input,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.BuildEvent parseFrom(\n com.google.protobuf.CodedInputStream input)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.BuildEvent parseFrom(\n com.google.protobuf.CodedInputStream input,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static Builder newBuilder()", "public static Builder newBuilder(org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.BuildEvent prototype)", "@java.lang.Override\n public boolean hasEventType()", "@java.lang.Override\n public org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.BuildEvent.Type getEventType()", "public Builder setEventType(org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.BuildEvent.Type value)", "public Builder clearEventType()", "@java.lang.Override\n public boolean hasDescription()", "@java.lang.Override\n public java.lang.String getDescription()", "@java.lang.Override\n public com.google.protobuf.ByteString\n getDescriptionBytes()", "public Builder setDescription(\n java.lang.String value)", "public Builder clearDescription()", "public Builder setDescriptionBytes(\n com.google.protobuf.ByteString value)", "@java.lang.Override\n public boolean hasCompletionStatus()", "@java.lang.Override\n public org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.BuildEvent.Status getCompletionStatus()", "public Builder setCompletionStatus(org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.BuildEvent.Status value)", "public Builder clearCompletionStatus()", "@java.lang.Override\n public java.util.List<org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.BuildEvent.GeneratedFile> getGeneratedFilesList()", "@java.lang.Override\n public int getGeneratedFilesCount()", "@java.lang.Override\n public org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.BuildEvent.GeneratedFile getGeneratedFiles(int index)", "public Builder setGeneratedFiles(\n int index, org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.BuildEvent.GeneratedFile value)", "public Builder setGeneratedFiles(\n int index, org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.BuildEvent.GeneratedFile.Builder builderForValue)", "public Builder addGeneratedFiles(org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.BuildEvent.GeneratedFile value)", "public Builder addGeneratedFiles(\n int index, org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.BuildEvent.GeneratedFile value)", "public Builder addGeneratedFiles(\n org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.BuildEvent.GeneratedFile.Builder builderForValue)", "public Builder addGeneratedFiles(\n int index, org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.BuildEvent.GeneratedFile.Builder builderForValue)", "public Builder addAllGeneratedFiles(\n java.lang.Iterable<? extends org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.BuildEvent.GeneratedFile> values)", "public Builder clearGeneratedFiles()", "public Builder removeGeneratedFiles(int index)", "@java.lang.Override\n public boolean hasCustomBuilderMessage()", "@java.lang.Override\n public org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.BuildEvent.CustomBuilderMessage getCustomBuilderMessage()", "public Builder setCustomBuilderMessage(org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.BuildEvent.CustomBuilderMessage value)", "public Builder setCustomBuilderMessage(\n org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.BuildEvent.CustomBuilderMessage.Builder builderForValue)", "public Builder mergeCustomBuilderMessage(org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.BuildEvent.CustomBuilderMessage value)", "public Builder clearCustomBuilderMessage()", "@java.lang.Override\n @java.lang.SuppressWarnings({\"unchecked\", \"fallthrough\"})\n protected final java.lang.Object dynamicMethod(\n com.google.protobuf.GeneratedMessageLite.MethodToInvoke method,\n java.lang.Object arg0, java.lang.Object arg1)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.BuildEvent getDefaultInstance()", "public static com.google.protobuf.Parser<BuildEvent> parser()", "boolean hasKind()", "org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.CompileMessage.Kind getKind()", "boolean hasText()", "java.lang.String getText()", "com.google.protobuf.ByteString\n getTextBytes()", "boolean hasSourceFilePath()", "java.lang.String getSourceFilePath()", "com.google.protobuf.ByteString\n getSourceFilePathBytes()", "boolean hasProblemBeginOffset()", "long getProblemBeginOffset()", "boolean hasProblemEndOffset()", "long getProblemEndOffset()", "boolean hasProblemLocationOffset()", "long getProblemLocationOffset()", "boolean hasLine()", "long getLine()", "boolean hasColumn()", "long getColumn()", "boolean hasDone()", "float getDone()", "java.util.List<java.lang.String>\n getModuleNamesList()", "int getModuleNamesCount()", "java.lang.String getModuleNames(int index)", "com.google.protobuf.ByteString\n getModuleNamesBytes(int index)", "@java.lang.Override\n public final int getNumber()", "@java.lang.Deprecated\n public static Kind valueOf(int value)", "public static Kind forNumber(int value)", "public static com.google.protobuf.Internal.EnumLiteMap<Kind>\n internalGetValueMap()", "@java.lang.Override\n public Kind findValueByNumber(int number)", "public static com.google.protobuf.Internal.EnumVerifier \n internalGetVerifier()", "@java.lang.Override\n public boolean isInRange(int number)", "@java.lang.Override\n public boolean hasKind()", "@java.lang.Override\n public org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.CompileMessage.Kind getKind()", "private void setKind(org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.CompileMessage.Kind value)", "private void clearKind()", "@java.lang.Override\n public boolean hasText()", "@java.lang.Override\n public java.lang.String getText()", "@java.lang.Override\n public com.google.protobuf.ByteString\n getTextBytes()", "private void setText(\n java.lang.String value)", "private void clearText()", "private void setTextBytes(\n com.google.protobuf.ByteString value)", "@java.lang.Override\n public boolean hasSourceFilePath()", "@java.lang.Override\n public java.lang.String getSourceFilePath()", "@java.lang.Override\n public com.google.protobuf.ByteString\n getSourceFilePathBytes()", "private void setSourceFilePath(\n java.lang.String value)", "private void clearSourceFilePath()", "private void setSourceFilePathBytes(\n com.google.protobuf.ByteString value)", "@java.lang.Override\n public boolean hasProblemBeginOffset()", "@java.lang.Override\n public long getProblemBeginOffset()", "private void setProblemBeginOffset(long value)", "private void clearProblemBeginOffset()", "@java.lang.Override\n public boolean hasProblemEndOffset()", "@java.lang.Override\n public long getProblemEndOffset()", "private void setProblemEndOffset(long value)", "private void clearProblemEndOffset()", "@java.lang.Override\n public boolean hasProblemLocationOffset()", "@java.lang.Override\n public long getProblemLocationOffset()", "private void setProblemLocationOffset(long value)", "private void clearProblemLocationOffset()", "@java.lang.Override\n public boolean hasLine()", "@java.lang.Override\n public long getLine()", "private void setLine(long value)", "private void clearLine()", "@java.lang.Override\n public boolean hasColumn()", "@java.lang.Override\n public long getColumn()", "private void setColumn(long value)", "private void clearColumn()", "@java.lang.Override\n public boolean hasDone()", "@java.lang.Override\n public float getDone()", "private void setDone(float value)", "private void clearDone()", "@java.lang.Override\n public java.util.List<java.lang.String> getModuleNamesList()", "@java.lang.Override\n public int getModuleNamesCount()", "@java.lang.Override\n public java.lang.String getModuleNames(int index)", "@java.lang.Override\n public com.google.protobuf.ByteString\n getModuleNamesBytes(int index)", "private void ensureModuleNamesIsMutable()", "private void setModuleNames(\n int index, java.lang.String value)", "private void addModuleNames(\n java.lang.String value)", "private void addAllModuleNames(\n java.lang.Iterable<java.lang.String> values)", "private void clearModuleNames()", "private void addModuleNamesBytes(\n com.google.protobuf.ByteString value)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.CompileMessage parseFrom(\n java.nio.ByteBuffer data)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.CompileMessage parseFrom(\n java.nio.ByteBuffer data,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.CompileMessage parseFrom(\n com.google.protobuf.ByteString data)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.CompileMessage parseFrom(\n com.google.protobuf.ByteString data,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.CompileMessage parseFrom(byte[] data)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.CompileMessage parseFrom(\n byte[] data,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.CompileMessage parseFrom(java.io.InputStream input)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.CompileMessage parseFrom(\n java.io.InputStream input,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.CompileMessage parseDelimitedFrom(java.io.InputStream input)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.CompileMessage parseDelimitedFrom(\n java.io.InputStream input,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.CompileMessage parseFrom(\n com.google.protobuf.CodedInputStream input)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.CompileMessage parseFrom(\n com.google.protobuf.CodedInputStream input,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static Builder newBuilder()", "public static Builder newBuilder(org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.CompileMessage prototype)", "@java.lang.Override\n public boolean hasKind()", "@java.lang.Override\n public org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.CompileMessage.Kind getKind()", "public Builder setKind(org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.CompileMessage.Kind value)", "public Builder clearKind()", "@java.lang.Override\n public boolean hasText()", "@java.lang.Override\n public java.lang.String getText()", "@java.lang.Override\n public com.google.protobuf.ByteString\n getTextBytes()", "public Builder setText(\n java.lang.String value)", "public Builder clearText()", "public Builder setTextBytes(\n com.google.protobuf.ByteString value)", "@java.lang.Override\n public boolean hasSourceFilePath()", "@java.lang.Override\n public java.lang.String getSourceFilePath()", "@java.lang.Override\n public com.google.protobuf.ByteString\n getSourceFilePathBytes()", "public Builder setSourceFilePath(\n java.lang.String value)", "public Builder clearSourceFilePath()", "public Builder setSourceFilePathBytes(\n com.google.protobuf.ByteString value)", "@java.lang.Override\n public boolean hasProblemBeginOffset()", "@java.lang.Override\n public long getProblemBeginOffset()", "public Builder setProblemBeginOffset(long value)", "public Builder clearProblemBeginOffset()", "@java.lang.Override\n public boolean hasProblemEndOffset()", "@java.lang.Override\n public long getProblemEndOffset()", "public Builder setProblemEndOffset(long value)", "public Builder clearProblemEndOffset()", "@java.lang.Override\n public boolean hasProblemLocationOffset()", "@java.lang.Override\n public long getProblemLocationOffset()", "public Builder setProblemLocationOffset(long value)", "public Builder clearProblemLocationOffset()", "@java.lang.Override\n public boolean hasLine()", "@java.lang.Override\n public long getLine()", "public Builder setLine(long value)", "public Builder clearLine()", "@java.lang.Override\n public boolean hasColumn()", "@java.lang.Override\n public long getColumn()", "public Builder setColumn(long value)", "public Builder clearColumn()", "@java.lang.Override\n public boolean hasDone()", "@java.lang.Override\n public float getDone()", "public Builder setDone(float value)", "public Builder clearDone()", "@java.lang.Override\n public java.util.List<java.lang.String>\n getModuleNamesList()", "@java.lang.Override\n public int getModuleNamesCount()", "@java.lang.Override\n public java.lang.String getModuleNames(int index)", "@java.lang.Override\n public com.google.protobuf.ByteString\n getModuleNamesBytes(int index)", "public Builder setModuleNames(\n int index, java.lang.String value)", "public Builder addModuleNames(\n java.lang.String value)", "public Builder addAllModuleNames(\n java.lang.Iterable<java.lang.String> values)", "public Builder clearModuleNames()", "public Builder addModuleNamesBytes(\n com.google.protobuf.ByteString value)", "@java.lang.Override\n @java.lang.SuppressWarnings({\"unchecked\", \"fallthrough\"})\n protected final java.lang.Object dynamicMethod(\n com.google.protobuf.GeneratedMessageLite.MethodToInvoke method,\n java.lang.Object arg0, java.lang.Object arg1)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.CompileMessage getDefaultInstance()", "public static com.google.protobuf.Parser<CompileMessage> parser()", "boolean hasOwnerClassName()", "java.lang.String getOwnerClassName()", "com.google.protobuf.ByteString\n getOwnerClassNameBytes()", "boolean hasFieldName()", "java.lang.String getFieldName()", "com.google.protobuf.ByteString\n getFieldNameBytes()", "boolean hasAccessFlags()", "int getAccessFlags()", "boolean hasIsAccessChanged()", "boolean getIsAccessChanged()", "boolean hasIsFieldRemoved()", "boolean getIsFieldRemoved()", "@java.lang.Override\n public boolean hasOwnerClassName()", "@java.lang.Override\n public java.lang.String getOwnerClassName()", "@java.lang.Override\n public com.google.protobuf.ByteString\n getOwnerClassNameBytes()", "private void setOwnerClassName(\n java.lang.String value)", "private void clearOwnerClassName()", "private void setOwnerClassNameBytes(\n com.google.protobuf.ByteString value)", "@java.lang.Override\n public boolean hasFieldName()", "@java.lang.Override\n public java.lang.String getFieldName()", "@java.lang.Override\n public com.google.protobuf.ByteString\n getFieldNameBytes()", "private void setFieldName(\n java.lang.String value)", "private void clearFieldName()", "private void setFieldNameBytes(\n com.google.protobuf.ByteString value)", "@java.lang.Override\n public boolean hasAccessFlags()", "@java.lang.Override\n public int getAccessFlags()", "private void setAccessFlags(int value)", "private void clearAccessFlags()", "@java.lang.Override\n public boolean hasIsAccessChanged()", "@java.lang.Override\n public boolean getIsAccessChanged()", "private void setIsAccessChanged(boolean value)", "private void clearIsAccessChanged()", "@java.lang.Override\n public boolean hasIsFieldRemoved()", "@java.lang.Override\n public boolean getIsFieldRemoved()", "private void setIsFieldRemoved(boolean value)", "private void clearIsFieldRemoved()", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.ConstantSearchTask parseFrom(\n java.nio.ByteBuffer data)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.ConstantSearchTask parseFrom(\n java.nio.ByteBuffer data,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.ConstantSearchTask parseFrom(\n com.google.protobuf.ByteString data)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.ConstantSearchTask parseFrom(\n com.google.protobuf.ByteString data,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.ConstantSearchTask parseFrom(byte[] data)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.ConstantSearchTask parseFrom(\n byte[] data,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.ConstantSearchTask parseFrom(java.io.InputStream input)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.ConstantSearchTask parseFrom(\n java.io.InputStream input,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.ConstantSearchTask parseDelimitedFrom(java.io.InputStream input)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.ConstantSearchTask parseDelimitedFrom(\n java.io.InputStream input,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.ConstantSearchTask parseFrom(\n com.google.protobuf.CodedInputStream input)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.ConstantSearchTask parseFrom(\n com.google.protobuf.CodedInputStream input,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static Builder newBuilder()", "public static Builder newBuilder(org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.ConstantSearchTask prototype)", "@java.lang.Override\n public boolean hasOwnerClassName()", "@java.lang.Override\n public java.lang.String getOwnerClassName()", "@java.lang.Override\n public com.google.protobuf.ByteString\n getOwnerClassNameBytes()", "public Builder setOwnerClassName(\n java.lang.String value)", "public Builder clearOwnerClassName()", "public Builder setOwnerClassNameBytes(\n com.google.protobuf.ByteString value)", "@java.lang.Override\n public boolean hasFieldName()", "@java.lang.Override\n public java.lang.String getFieldName()", "@java.lang.Override\n public com.google.protobuf.ByteString\n getFieldNameBytes()", "public Builder setFieldName(\n java.lang.String value)", "public Builder clearFieldName()", "public Builder setFieldNameBytes(\n com.google.protobuf.ByteString value)", "@java.lang.Override\n public boolean hasAccessFlags()", "@java.lang.Override\n public int getAccessFlags()", "public Builder setAccessFlags(int value)", "public Builder clearAccessFlags()", "@java.lang.Override\n public boolean hasIsAccessChanged()", "@java.lang.Override\n public boolean getIsAccessChanged()", "public Builder setIsAccessChanged(boolean value)", "public Builder clearIsAccessChanged()", "@java.lang.Override\n public boolean hasIsFieldRemoved()", "@java.lang.Override\n public boolean getIsFieldRemoved()", "public Builder setIsFieldRemoved(boolean value)", "public Builder clearIsFieldRemoved()", "@java.lang.Override\n @java.lang.SuppressWarnings({\"unchecked\", \"fallthrough\"})\n protected final java.lang.Object dynamicMethod(\n com.google.protobuf.GeneratedMessageLite.MethodToInvoke method,\n java.lang.Object arg0, java.lang.Object arg1)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.ConstantSearchTask getDefaultInstance()", "public static com.google.protobuf.Parser<ConstantSearchTask> parser()", "boolean hasDescriptionText()", "java.lang.String getDescriptionText()", "com.google.protobuf.ByteString\n getDescriptionTextBytes()", "boolean hasDone()", "float getDone()", "@java.lang.Override\n public boolean hasDescriptionText()", "@java.lang.Override\n public java.lang.String getDescriptionText()", "@java.lang.Override\n public com.google.protobuf.ByteString\n getDescriptionTextBytes()", "private void setDescriptionText(\n java.lang.String value)", "private void clearDescriptionText()", "private void setDescriptionTextBytes(\n com.google.protobuf.ByteString value)", "@java.lang.Override\n public boolean hasDone()", "@java.lang.Override\n public float getDone()", "private void setDone(float value)", "private void clearDone()", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.CacheDownloadMessage parseFrom(\n java.nio.ByteBuffer data)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.CacheDownloadMessage parseFrom(\n java.nio.ByteBuffer data,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.CacheDownloadMessage parseFrom(\n com.google.protobuf.ByteString data)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.CacheDownloadMessage parseFrom(\n com.google.protobuf.ByteString data,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.CacheDownloadMessage parseFrom(byte[] data)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.CacheDownloadMessage parseFrom(\n byte[] data,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.CacheDownloadMessage parseFrom(java.io.InputStream input)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.CacheDownloadMessage parseFrom(\n java.io.InputStream input,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.CacheDownloadMessage parseDelimitedFrom(java.io.InputStream input)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.CacheDownloadMessage parseDelimitedFrom(\n java.io.InputStream input,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.CacheDownloadMessage parseFrom(\n com.google.protobuf.CodedInputStream input)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.CacheDownloadMessage parseFrom(\n com.google.protobuf.CodedInputStream input,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static Builder newBuilder()", "public static Builder newBuilder(org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.CacheDownloadMessage prototype)", "@java.lang.Override\n public boolean hasDescriptionText()", "@java.lang.Override\n public java.lang.String getDescriptionText()", "@java.lang.Override\n public com.google.protobuf.ByteString\n getDescriptionTextBytes()", "public Builder setDescriptionText(\n java.lang.String value)", "public Builder clearDescriptionText()", "public Builder setDescriptionTextBytes(\n com.google.protobuf.ByteString value)", "@java.lang.Override\n public boolean hasDone()", "@java.lang.Override\n public float getDone()", "public Builder setDone(float value)", "public Builder clearDone()", "@java.lang.Override\n @java.lang.SuppressWarnings({\"unchecked\", \"fallthrough\"})\n protected final java.lang.Object dynamicMethod(\n com.google.protobuf.GeneratedMessageLite.MethodToInvoke method,\n java.lang.Object arg0, java.lang.Object arg1)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.CacheDownloadMessage getDefaultInstance()", "public static com.google.protobuf.Parser<CacheDownloadMessage> parser()", "boolean hasCommit()", "java.lang.String getCommit()", "com.google.protobuf.ByteString\n getCommitBytes()", "boolean hasDecompressionSpeed()", "long getDecompressionSpeed()", "boolean hasDeletionSpeed()", "long getDeletionSpeed()", "@java.lang.Override\n public boolean hasCommit()", "@java.lang.Override\n public java.lang.String getCommit()", "@java.lang.Override\n public com.google.protobuf.ByteString\n getCommitBytes()", "private void setCommit(\n java.lang.String value)", "private void clearCommit()", "private void setCommitBytes(\n com.google.protobuf.ByteString value)", "@java.lang.Override\n public boolean hasDecompressionSpeed()", "@java.lang.Override\n public long getDecompressionSpeed()", "private void setDecompressionSpeed(long value)", "private void clearDecompressionSpeed()", "@java.lang.Override\n public boolean hasDeletionSpeed()", "@java.lang.Override\n public long getDeletionSpeed()", "private void setDeletionSpeed(long value)", "private void clearDeletionSpeed()", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.CommitAndDownloadStatistics parseFrom(\n java.nio.ByteBuffer data)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.CommitAndDownloadStatistics parseFrom(\n java.nio.ByteBuffer data,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.CommitAndDownloadStatistics parseFrom(\n com.google.protobuf.ByteString data)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.CommitAndDownloadStatistics parseFrom(\n com.google.protobuf.ByteString data,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.CommitAndDownloadStatistics parseFrom(byte[] data)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.CommitAndDownloadStatistics parseFrom(\n byte[] data,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.CommitAndDownloadStatistics parseFrom(java.io.InputStream input)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.CommitAndDownloadStatistics parseFrom(\n java.io.InputStream input,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.CommitAndDownloadStatistics parseDelimitedFrom(java.io.InputStream input)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.CommitAndDownloadStatistics parseDelimitedFrom(\n java.io.InputStream input,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.CommitAndDownloadStatistics parseFrom(\n com.google.protobuf.CodedInputStream input)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.CommitAndDownloadStatistics parseFrom(\n com.google.protobuf.CodedInputStream input,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static Builder newBuilder()", "public static Builder newBuilder(org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.CommitAndDownloadStatistics prototype)", "@java.lang.Override\n public boolean hasCommit()", "@java.lang.Override\n public java.lang.String getCommit()", "@java.lang.Override\n public com.google.protobuf.ByteString\n getCommitBytes()", "public Builder setCommit(\n java.lang.String value)", "public Builder clearCommit()", "public Builder setCommitBytes(\n com.google.protobuf.ByteString value)", "@java.lang.Override\n public boolean hasDecompressionSpeed()", "@java.lang.Override\n public long getDecompressionSpeed()", "public Builder setDecompressionSpeed(long value)", "public Builder clearDecompressionSpeed()", "@java.lang.Override\n public boolean hasDeletionSpeed()", "@java.lang.Override\n public long getDeletionSpeed()", "public Builder setDeletionSpeed(long value)", "public Builder clearDeletionSpeed()", "@java.lang.Override\n @java.lang.SuppressWarnings({\"unchecked\", \"fallthrough\"})\n protected final java.lang.Object dynamicMethod(\n com.google.protobuf.GeneratedMessageLite.MethodToInvoke method,\n java.lang.Object arg0, java.lang.Object arg1)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.CommitAndDownloadStatistics getDefaultInstance()", "public static com.google.protobuf.Parser<CommitAndDownloadStatistics> parser()", "@java.lang.Override\n public boolean hasType()", "@java.lang.Override\n public org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.Type getType()", "private void setType(org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.Type value)", "private void clearType()", "@java.lang.Override\n public boolean hasBuildEvent()", "@java.lang.Override\n public org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.BuildEvent getBuildEvent()", "private void setBuildEvent(org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.BuildEvent value)", "@java.lang.SuppressWarnings({\"ReferenceEquality\"})\n private void mergeBuildEvent(org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.BuildEvent value)", "private void clearBuildEvent()", "@java.lang.Override\n public boolean hasCompileMessage()", "@java.lang.Override\n public org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.CompileMessage getCompileMessage()", "private void setCompileMessage(org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.CompileMessage value)", "@java.lang.SuppressWarnings({\"ReferenceEquality\"})\n private void mergeCompileMessage(org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.CompileMessage value)", "private void clearCompileMessage()", "@java.lang.Override\n public boolean hasConstantSearchTask()", "@java.lang.Override\n public org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.ConstantSearchTask getConstantSearchTask()", "private void setConstantSearchTask(org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.ConstantSearchTask value)", "@java.lang.SuppressWarnings({\"ReferenceEquality\"})\n private void mergeConstantSearchTask(org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.ConstantSearchTask value)", "private void clearConstantSearchTask()", "@java.lang.Override\n public boolean hasCacheDownloadMessage()", "@java.lang.Override\n public org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.CacheDownloadMessage getCacheDownloadMessage()", "private void setCacheDownloadMessage(org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.CacheDownloadMessage value)", "@java.lang.SuppressWarnings({\"ReferenceEquality\"})\n private void mergeCacheDownloadMessage(org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.CacheDownloadMessage value)", "private void clearCacheDownloadMessage()", "@java.lang.Override\n public boolean hasCommitAndDownloadStatistics()", "@java.lang.Override\n public org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.CommitAndDownloadStatistics getCommitAndDownloadStatistics()", "private void setCommitAndDownloadStatistics(org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.CommitAndDownloadStatistics value)", "@java.lang.SuppressWarnings({\"ReferenceEquality\"})\n private void mergeCommitAndDownloadStatistics(org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.CommitAndDownloadStatistics value)", "private void clearCommitAndDownloadStatistics()", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage parseFrom(\n java.nio.ByteBuffer data)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage parseFrom(\n java.nio.ByteBuffer data,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage parseFrom(\n com.google.protobuf.ByteString data)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage parseFrom(\n com.google.protobuf.ByteString data,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage parseFrom(byte[] data)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage parseFrom(\n byte[] data,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage parseFrom(java.io.InputStream input)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage parseFrom(\n java.io.InputStream input,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage parseDelimitedFrom(java.io.InputStream input)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage parseDelimitedFrom(\n java.io.InputStream input,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage parseFrom(\n com.google.protobuf.CodedInputStream input)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage parseFrom(\n com.google.protobuf.CodedInputStream input,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static Builder newBuilder()", "public static Builder newBuilder(org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage prototype)", "@java.lang.Override\n public boolean hasType()", "@java.lang.Override\n public org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.Type getType()", "public Builder setType(org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.Type value)", "public Builder clearType()", "@java.lang.Override\n public boolean hasBuildEvent()", "@java.lang.Override\n public org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.BuildEvent getBuildEvent()", "public Builder setBuildEvent(org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.BuildEvent value)", "public Builder setBuildEvent(\n org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.BuildEvent.Builder builderForValue)", "public Builder mergeBuildEvent(org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.BuildEvent value)", "public Builder clearBuildEvent()", "@java.lang.Override\n public boolean hasCompileMessage()", "@java.lang.Override\n public org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.CompileMessage getCompileMessage()", "public Builder setCompileMessage(org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.CompileMessage value)", "public Builder setCompileMessage(\n org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.CompileMessage.Builder builderForValue)", "public Builder mergeCompileMessage(org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.CompileMessage value)", "public Builder clearCompileMessage()", "@java.lang.Override\n public boolean hasConstantSearchTask()", "@java.lang.Override\n public org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.ConstantSearchTask getConstantSearchTask()", "public Builder setConstantSearchTask(org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.ConstantSearchTask value)", "public Builder setConstantSearchTask(\n org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.ConstantSearchTask.Builder builderForValue)", "public Builder mergeConstantSearchTask(org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.ConstantSearchTask value)", "public Builder clearConstantSearchTask()", "@java.lang.Override\n public boolean hasCacheDownloadMessage()", "@java.lang.Override\n public org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.CacheDownloadMessage getCacheDownloadMessage()", "public Builder setCacheDownloadMessage(org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.CacheDownloadMessage value)", "public Builder setCacheDownloadMessage(\n org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.CacheDownloadMessage.Builder builderForValue)", "public Builder mergeCacheDownloadMessage(org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.CacheDownloadMessage value)", "public Builder clearCacheDownloadMessage()", "@java.lang.Override\n public boolean hasCommitAndDownloadStatistics()", "@java.lang.Override\n public org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.CommitAndDownloadStatistics getCommitAndDownloadStatistics()", "public Builder setCommitAndDownloadStatistics(org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.CommitAndDownloadStatistics value)", "public Builder setCommitAndDownloadStatistics(\n org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.CommitAndDownloadStatistics.Builder builderForValue)", "public Builder mergeCommitAndDownloadStatistics(org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.CommitAndDownloadStatistics value)", "public Builder clearCommitAndDownloadStatistics()", "@java.lang.Override\n @java.lang.SuppressWarnings({\"unchecked\", \"fallthrough\"})\n protected final java.lang.Object dynamicMethod(\n com.google.protobuf.GeneratedMessageLite.MethodToInvoke method,\n java.lang.Object arg0, java.lang.Object arg1)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage getDefaultInstance()", "public static com.google.protobuf.Parser<BuilderMessage> parser()", "@java.lang.Override\n public boolean hasSessionId()", "@java.lang.Override\n public org.jetbrains.jps.api.CmdlineRemoteProto.Message.UUID getSessionId()", "private void setSessionId(org.jetbrains.jps.api.CmdlineRemoteProto.Message.UUID value)", "@java.lang.SuppressWarnings({\"ReferenceEquality\"})\n private void mergeSessionId(org.jetbrains.jps.api.CmdlineRemoteProto.Message.UUID value)", "private void clearSessionId()", "@java.lang.Override\n public boolean hasType()", "@java.lang.Override\n public org.jetbrains.jps.api.CmdlineRemoteProto.Message.Type getType()", "private void setType(org.jetbrains.jps.api.CmdlineRemoteProto.Message.Type value)", "private void clearType()", "@java.lang.Override\n public boolean hasControllerMessage()", "@java.lang.Override\n public org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage getControllerMessage()", "private void setControllerMessage(org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage value)", "@java.lang.SuppressWarnings({\"ReferenceEquality\"})\n private void mergeControllerMessage(org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage value)", "private void clearControllerMessage()", "@java.lang.Override\n public boolean hasBuilderMessage()", "@java.lang.Override\n public org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage getBuilderMessage()", "private void setBuilderMessage(org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage value)", "@java.lang.SuppressWarnings({\"ReferenceEquality\"})\n private void mergeBuilderMessage(org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage value)", "private void clearBuilderMessage()", "@java.lang.Override\n public boolean hasFailure()", "@java.lang.Override\n public org.jetbrains.jps.api.CmdlineRemoteProto.Message.Failure getFailure()", "private void setFailure(org.jetbrains.jps.api.CmdlineRemoteProto.Message.Failure value)", "@java.lang.SuppressWarnings({\"ReferenceEquality\"})\n private void mergeFailure(org.jetbrains.jps.api.CmdlineRemoteProto.Message.Failure value)", "private void clearFailure()", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message parseFrom(\n java.nio.ByteBuffer data)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message parseFrom(\n java.nio.ByteBuffer data,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message parseFrom(\n com.google.protobuf.ByteString data)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message parseFrom(\n com.google.protobuf.ByteString data,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message parseFrom(byte[] data)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message parseFrom(\n byte[] data,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message parseFrom(java.io.InputStream input)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message parseFrom(\n java.io.InputStream input,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message parseDelimitedFrom(java.io.InputStream input)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message parseDelimitedFrom(\n java.io.InputStream input,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message parseFrom(\n com.google.protobuf.CodedInputStream input)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message parseFrom(\n com.google.protobuf.CodedInputStream input,\n com.google.protobuf.ExtensionRegistryLite extensionRegistry)", "public static Builder newBuilder()", "public static Builder newBuilder(org.jetbrains.jps.api.CmdlineRemoteProto.Message prototype)", "@java.lang.Override\n public boolean hasSessionId()", "@java.lang.Override\n public org.jetbrains.jps.api.CmdlineRemoteProto.Message.UUID getSessionId()", "public Builder setSessionId(org.jetbrains.jps.api.CmdlineRemoteProto.Message.UUID value)", "public Builder setSessionId(\n org.jetbrains.jps.api.CmdlineRemoteProto.Message.UUID.Builder builderForValue)", "public Builder mergeSessionId(org.jetbrains.jps.api.CmdlineRemoteProto.Message.UUID value)", "public Builder clearSessionId()", "@java.lang.Override\n public boolean hasType()", "@java.lang.Override\n public org.jetbrains.jps.api.CmdlineRemoteProto.Message.Type getType()", "public Builder setType(org.jetbrains.jps.api.CmdlineRemoteProto.Message.Type value)", "public Builder clearType()", "@java.lang.Override\n public boolean hasControllerMessage()", "@java.lang.Override\n public org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage getControllerMessage()", "public Builder setControllerMessage(org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage value)", "public Builder setControllerMessage(\n org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage.Builder builderForValue)", "public Builder mergeControllerMessage(org.jetbrains.jps.api.CmdlineRemoteProto.Message.ControllerMessage value)", "public Builder clearControllerMessage()", "@java.lang.Override\n public boolean hasBuilderMessage()", "@java.lang.Override\n public org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage getBuilderMessage()", "public Builder setBuilderMessage(org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage value)", "public Builder setBuilderMessage(\n org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage.Builder builderForValue)", "public Builder mergeBuilderMessage(org.jetbrains.jps.api.CmdlineRemoteProto.Message.BuilderMessage value)", "public Builder clearBuilderMessage()", "@java.lang.Override\n public boolean hasFailure()", "@java.lang.Override\n public org.jetbrains.jps.api.CmdlineRemoteProto.Message.Failure getFailure()", "public Builder setFailure(org.jetbrains.jps.api.CmdlineRemoteProto.Message.Failure value)", "public Builder setFailure(\n org.jetbrains.jps.api.CmdlineRemoteProto.Message.Failure.Builder builderForValue)", "public Builder mergeFailure(org.jetbrains.jps.api.CmdlineRemoteProto.Message.Failure value)", "public Builder clearFailure()", "@java.lang.Override\n @java.lang.SuppressWarnings({\"unchecked\", \"fallthrough\"})\n protected final java.lang.Object dynamicMethod(\n com.google.protobuf.GeneratedMessageLite.MethodToInvoke method,\n java.lang.Object arg0, java.lang.Object arg1)", "public static org.jetbrains.jps.api.CmdlineRemoteProto.Message getDefaultInstance()", "public static com.google.protobuf.Parser<Message> parser()" ]
intellij-community/jps/jps-builders/gen/org/jetbrains/jps/api/CmdlineRemoteProto.java
6,979
isSearchInLibraries
@Override public boolean isSearchInLibraries() { return true; }
[ 27, 46 ]
@Override public boolean isSearchInLibraries()
71
public final class MockGlobalSearchScope extends GlobalSearchScope
[ "@Override\n public boolean contains(@NotNull final VirtualFile file)", "@Override\n public boolean isSearchInModuleContent(@NotNull final Module aModule)", "@Override\n public boolean isSearchInLibraries()" ]
intellij-community/platform/lang-impl/src/com/intellij/mock/MockGlobalSearchScope.java
272,791
containsAny
private static boolean containsAny(String line, List<String> patterns) { Set<String> lines = null; for (ConsoleLineModifier modifier : ConsoleLineModifier.EP_NAME.getExtensionList()) { String modifiedLine = modifier.modify(line); if (modifiedLine != null) { if (lines == null) { lines = new HashSet<>(); lines.add(line); } lines.add(modifiedLine); } } Condition<String> containsPredicate = l -> { for (String pattern : patterns) { if (l.contains(pattern)) { return true; } } return false; }; if (lines == null) { return containsPredicate.value(line); } return ContainerUtil.exists(lines, containsPredicate); }
[ 23, 34 ]
private static boolean containsAny(String line, List<String> patterns)
758
@State(name = "ConsoleFoldingSettings", storages = @Storage("consoleFolding.xml"), category = SettingsCategory.CODE) public final class ConsoleFoldingSettings implements PersistentStateComponent<ConsoleFoldingSettings.MyBean>
[ "@Override\n public void extensionAdded(@NotNull CustomizableConsoleFoldingBean extension, @NotNull PluginDescriptor pluginDescriptor)", "@Override\n public void extensionRemoved(@NotNull CustomizableConsoleFoldingBean extension, @NotNull PluginDescriptor pluginDescriptor)", "public static ConsoleFoldingSettings getSettings()", "public boolean shouldFoldLine(String line)", "private static boolean containsAny(String line, List<String> patterns)", "public List<String> getPositivePatterns()", "public List<String> getNegativePatterns()", "@Override\n public MyBean getState()", "private void writeDiff(List<? super String> added, List<? super String> removed, boolean negated)", "private List<String> patternList(boolean negated)", "private static Collection<String> filterEmptyStringsFromCollection(Collection<String> collection)", "@Override\n public void loadState(@NotNull MyBean state)" ]
intellij-community/platform/lang-impl/src/com/intellij/execution/console/ConsoleFoldingSettings.java
269,095
isOpenProjectSettingsAfter
public boolean isOpenProjectSettingsAfter() { return false; }
[ 15, 41 ]
public boolean isOpenProjectSettingsAfter()
67
public abstract class ProjectBuilder
[ "public boolean isUpdate()", "public abstract @Nullable List<Module> commit(@NotNull Project project, @Nullable ModifiableModuleModel model, ModulesProvider modulesProvider)", "public @Nullable List<Module> commit(@NotNull Project project, @Nullable ModifiableModuleModel model)", "public @Nullable List<Module> commit(@NotNull Project project)", "public boolean validate(@Nullable Project currentProject, @NotNull Project project)", "public void cleanup()", "public boolean isOpenProjectSettingsAfter()", "public boolean isSuitableSdkType(SdkTypeId sdkType)", "public @Nullable Project createProject(String name, String path)", "@Nullable\n public Consumer<Module> createModuleConfigurator()" ]
intellij-community/platform/lang-core/src/com/intellij/ide/util/projectWizard/ProjectBuilder.java
291,454
getClassesFile
@NotNull public Set<String> getClassesFile() { return classesFile; }
[ 32, 46 ]
@NotNull public Set<String> getClassesFile()
82
public final class BuildScriptClasspathData extends AbstractExternalEntityData
[ "@Nullable\n public File getGradleHomeDir()", "public void setGradleHomeDir(@Nullable File gradleHomeDir)", "@Override\n public boolean equals(Object o)", "@Override\n public int hashCode()", "@NotNull\n public List<ClasspathEntry> getClasspathEntries()", "public static ClasspathEntry create(@NotNull Set<String> classesFile,\n @NotNull Set<String> sourcesFile,\n @NotNull Set<String> javadocFile)", "@NotNull\n public Set<String> getClassesFile()", "@NotNull\n public Set<String> getSourcesFile()", "@NotNull\n public Set<String> getJavadocFile()", "@Override\n public boolean equals(Object o)", "@Override\n public int hashCode()" ]
intellij-community/plugins/gradle/src/org/jetbrains/plugins/gradle/model/data/BuildScriptClasspathData.java
50,252
suggestSubTypes
private static LookupElement[] suggestSubTypes(ExpressionContext context, PsiType type) { final PsiFile file = PsiDocumentManager.getInstance(context.getProject()).getPsiFile(context.getEditor().getDocument()); final PsiElement element = file.findElementAt(context.getStartOffset()); final Set<LookupElement> set = new LinkedHashSet<>(); JavaTemplateUtil.addTypeLookupItem(set, type); CodeInsightUtil.processSubTypes(type, element, false, PrefixMatcher.ALWAYS_TRUE, psiType -> JavaTemplateUtil.addTypeLookupItem(set, psiType)); return set.toArray(LookupElement.EMPTY_ARRAY); }
[ 31, 46 ]
private static LookupElement[] suggestSubTypes(ExpressionContext context, PsiType type)
639
public final class SubtypesMacro extends Macro
[ "@Override\n public String getName()", "@Override\n public String getPresentableName()", "@Override\n public @NotNull String getDefaultValue()", "@Override\n public Result calculateResult(Expression @NotNull [] params, ExpressionContext context)", "@Override\n public Result calculateQuickResult(Expression @NotNull [] params, ExpressionContext context)", "@Override\n public LookupElement[] calculateLookupItems(Expression @NotNull [] params, ExpressionContext context)", "private static LookupElement[] suggestSubTypes(ExpressionContext context, PsiType type)", "@Override\n public boolean isAcceptableInContext(TemplateContextType context)" ]
intellij-community/java/java-impl/src/com/intellij/codeInsight/template/macro/SubtypesMacro.java
432,037
hasBeenExpanded
@Override public boolean hasBeenExpanded(TreePath path) { if (expandImpl != null) { return expandImpl.hasBeenExpanded(path); } else { return super.hasBeenExpanded(path); } }
[ 27, 42 ]
@Override public boolean hasBeenExpanded(TreePath path)
205
public class Tree extends JTree implements ComponentWithEmptyText, ComponentWithExpandableItems<Integer>, Queryable, ComponentWithFileColors, TreePathBackgroundSupplier, CachedTreePresentationSupport
[ "@ApiStatus.Internal\n public static boolean isBulkExpandCollapseSupported()", "@ApiStatus.Internal\n public static boolean isExpandWithSingleClickSettingEnabled()", "@Override\n protected boolean isStatusVisible()", "@Override\n public void mouseMoved(MouseEvent e)", "@Override\n public void setUI(TreeUI ui)", "@Override\n public void setToggleClickCount(int clickCount)", "@Override\n public void addTreeExpansionListener(TreeExpansionListener listener)", "@Override\n public void removeTreeExpansionListener(TreeExpansionListener listener)", "@Override\n protected Graphics getComponentGraphics(Graphics graphics)", "@ApiStatus.Internal\n public void startMeasuringExpandDuration(@NotNull TreePath path)", "public boolean isEmpty()", "protected boolean isWideSelection()", "protected @NotNull Condition<Integer> getWideSelectionBackgroundCondition()", "@Override\n public boolean isFileColorsEnabled()", "protected boolean isEmptyTextVisible()", "@Override\n public @NotNull StatusText getEmptyText()", "@Override\n public @NotNull ExpandableItemsHandler<Integer> getExpandableItemsHandler()", "@Override\n public void setExpandableItemsEnabled(boolean enabled)", "@Override\n public Color getBackground()", "@Override\n public Color getForeground()", "@Override\n public void addNotify()", "@Override\n public void removeNotify()", "@Override\n public void doLayout()", "private void updateBusyIconLocation()", "@Override\n public void paint(Graphics g)", "public void setPaintBusy(boolean paintBusy)", "private void updateBusy()", "protected boolean shouldShowBusyIconIfNeeded()", "protected boolean paintNodes()", "@Override\n protected void paintComponent(Graphics g)", "protected void paintFileColorGutter(Graphics g)", "@Override\n public @Nullable Color getPathBackground(@NotNull TreePath path, int row)", "public @Nullable Color getFileColorForRow(int row)", "public @Nullable Color getFileColorForPath(@NotNull TreePath path)", "public @Nullable Color getFileColorFor(Object object)", "@Override\n protected void processKeyEvent(KeyEvent e)", "@Override\n public boolean getDragEnabled()", "@Override\n protected void processMouseEvent(MouseEvent e)", "@Override\n public TreePath getNextMatch(String prefix, int startingRow, Position.Bias bias)", "public TreePath getPath(@NotNull PresentableNodeDescriptor node)", "@Nullable CachingTreePath getPath(@Nullable TreeModelEvent event)", "public void expandPaths(@NotNull Iterable<@NotNull TreePath> paths)", "@Override\n public void collapsePath(TreePath path)", "public void collapsePaths(@NotNull Iterable<@NotNull TreePath> paths)", "private boolean isAlwaysExpanded(TreePath path)", "@ApiStatus.Internal\n public void suspendExpandCollapseAccessibilityAnnouncements()", "@ApiStatus.Internal\n public void resumeExpandCollapseAccessibilityAnnouncements()", "@ApiStatus.Internal\n public void fireAccessibleTreeExpanded(@NotNull TreePath path)", "@ApiStatus.Internal\n public void fireAccessibleTreeCollapsed(@NotNull TreePath path)", "@Override\n protected void firePropertyChange(String propertyName, Object oldValue, Object newValue)", "@Override\n public void fireTreeExpanded(@NotNull TreePath path)", "@Override\n public void fireTreeCollapsed(@NotNull TreePath path)", "private void fireBulkExpandStarted()", "private void fireBulkExpandEnded()", "private void fireBulkCollapseStarted()", "private void fireBulkCollapseEnded()", "@ApiStatus.Internal\n public void fireTreeStateRestoreStarted()", "@ApiStatus.Internal\n public void fireTreeStateCachedStateRestored()", "@ApiStatus.Internal\n public void fireTreeStateRestoreFinished()", "private boolean expandAccessibilityAnnouncementsAllowed()", "public @NotNull Set<TreePath> getExpandedPaths()", "private @Nullable TreePath getRootPath()", "@Override\n public Enumeration<TreePath> getExpandedDescendants(TreePath parent)", "@Override\n public boolean hasBeenExpanded(TreePath path)", "@Override\n public boolean isExpanded(TreePath path)", "@Override\n public boolean isExpanded(int row)", "@Override\n protected void setExpandedState(TreePath path, boolean state)", "@Override\n protected Enumeration<TreePath> getDescendantToggledPaths(TreePath parent)", "@Override\n protected void removeDescendantToggledPaths(Enumeration<TreePath> toRemove)", "@Override\n protected void clearToggledPaths()", "@Override\n protected TreeModelListener createTreeModelListener()", "private void blockAutoScrollFromSource()", "@ApiStatus.Internal\n public void unblockAutoScrollFromSource()", "@Override\n protected void fireValueChanged(TreeSelectionEvent e)", "public void holdSelection()", "public void unholdSelection()", "@Override\n public void mousePressed(MouseEvent event)", "@Override\n public void mouseReleased(MouseEvent event)", "@Override\n public void mouseExited(MouseEvent e)", "private void setPressed(MouseEvent e, boolean pressed)", "private void focusChanges()", "@Override\n public void focusGained(FocusEvent e)", "@Override\n public void focusLost(FocusEvent e)", "@Deprecated\n public final void setLineStyleAngled()", "public <T> T @NotNull [] getSelectedNodes(Class<T> nodeType, @Nullable NodeFilter<? super T> filter)", "boolean accept(T node)", "@Override\n public void putInfo(@NotNull Map<? super String, ? super String> info)", "public void setHoldSize(boolean hold)", "public void setAdditionalRowsCount(int additionalRowsCount)", "public int getAdditionalRowsCount()", "public int getEffectiveAdditionalRowsCount()", "@Override\n public Dimension getPreferredSize()", "private int getAdditionalRowsHeight()", "private int getDefaultRowHeight()", "@Override\n public void scrollPathToVisible(@Nullable TreePath path)", "public boolean isHorizontalAutoScrollingEnabled()", "public void setHorizontalAutoScrollingEnabled(boolean enabled)", "@Override\n public int getScrollableUnitIncrement(Rectangle visibleRect, int orientation, int direction)", "public @Nullable Component getDeepestRendererComponentAt(int x, int y)", "@Override\n public void setTransferHandler(TransferHandler handler)", "@Override\n public InputMethodRequests getInputMethodRequests()", "private @Nullable CachedTreePresentation getCachedPresentation()", "@ApiStatus.Internal\n @Override\n public void setCachedPresentation(@Nullable CachedTreePresentation presentation)", "void setExpanded(@NotNull TreePath path, boolean isExpanded)", "void updateExpandedNodes(@NotNull TreePath parent)", "private @NotNull Iterable<TreePath> collectCachedExpandedPaths(@NotNull TreePath parent)", "@Nullable CachedTreePresentation getCachedPresentation()", "@Override\n public void setCachedPresentation(@Nullable CachedTreePresentation presentation)", "void markPathExpanded(@NotNull TreePath path)", "void markPathCollapsed(TreePath path)", "@NotNull Set<TreePath> getExpandedPaths()", "@Nullable Enumeration<TreePath> getExpandedDescendants(@Nullable TreePath parent)", "boolean hasBeenExpanded(@Nullable TreePath path)", "boolean isExpanded(@Nullable TreePath path)", "boolean isExpanded(int row)", "void expandPaths(@NotNull Iterable<@NotNull TreePath> paths)", "private boolean isNotLeaf(@NotNull TreePath path)", "private void beginBulkOperation()", "private void endBulkOperation()", "void collapsePaths(@NotNull Iterable<@NotNull TreePath> paths)", "private static @NotNull ArrayList<TreePath> toList(@NotNull Iterable<@NotNull TreePath> paths)", "private boolean shouldAllParentsBeExpanded(\n @NotNull TreePath path,\n @NotNull Set<@NotNull TreePath> toExpand,\n @NotNull Set<@NotNull TreePath> toNotExpand\n )", "void setExpandedState(@Nullable TreePath path, boolean state)", "private boolean expandParentPaths(@NotNull TreePath path)", "private void expandPath(@NotNull TreePath path)", "private void collapsePath(@NotNull TreePath path)", "@Nullable Enumeration<TreePath> getDescendantToggledPaths(@Nullable TreePath parent)", "void removeDescendantToggledPaths(Enumeration<TreePath> toRemove)", "void clearToggledPaths()", "TreeModelListener createTreeModelListener()", "@Override\n public void treeNodesChanged(TreeModelEvent e)", "@Override\n public void treeNodesInserted(TreeModelEvent e)", "@Override\n public void treeStructureChanged(TreeModelEvent e)", "@Override\n public void treeNodesRemoved(TreeModelEvent e)", "private void removeDescendantSelectedPaths(TreeModelEvent e)", "@Override\n public void uiSettingsChanged(@NotNull UISettings uiSettings)", "void setToggleClickCountCalled()", "void connect()", "void disconnect()" ]
intellij-community/platform/platform-api/src/com/intellij/ui/treeStructure/Tree.java
233,810
sessionResumed
@Override public void sessionResumed() { if (myIsActive) { XDebugSessionListener additionalSessionListener = getAdditionalSessionListener(); if (additionalSessionListener != null) additionalSessionListener.sessionResumed(); ApplicationManager.getApplication().invokeLater( () -> myTable.hideContent(XDebuggerBundle.message("memory.view.empty.running"))); mySingleAlarm.cancelAllRequests(); } }
[ 26, 40 ]
@Override public void sessionResumed()
466
public abstract class ClassesFilteredViewBase extends BorderLayoutPanel implements Disposable
[ "@Override\n public void sessionStopped()", "@Override\n public void keyTyped(KeyEvent e)", "@Override\n public void keyPressed(KeyEvent e)", "@Override\n public void keyReleased(KeyEvent e)", "private void dispatch(KeyEvent e)", "@Override\n protected void textChanged(@NotNull DocumentEvent e)", "public JComponent getDefaultFocusedComponent()", "@NotNull\n protected ClassesTable createClassesTable(MemoryViewManagerState memoryViewManagerState)", "protected abstract void scheduleUpdateClassesCommand(XSuspendContext context)", "@Nullable\n protected TrackerForNewInstancesBase getStrategy(@NotNull TypeInfo ref)", "protected void handleClassSelection(@Nullable TypeInfo ref)", "protected abstract InstancesWindowBase getInstancesWindow(@NotNull TypeInfo ref, XDebugSession debugSession)", "protected void updateClassesAndCounts(boolean immediate)", "@Contract(\"null -> false\")\n private boolean shouldBeUpdated(@Nullable XDebugSession session)", "protected void doActivate()", "private void makeTableClickable()", "protected void doPause()", "private boolean isContentObsolete()", "protected void viewUpdated()", "public ClassesTable getTable()", "public Object getData(@NotNull String dataId)", "@Override\n protected void showPopup()", "@Nullable\n protected XDebugSessionListener getAdditionalSessionListener()", "void setActive(boolean value)", "@Override\n public void sessionResumed()", "@Override\n public void sessionStopped()", "@Override\n public void sessionPaused()" ]
intellij-community/platform/xdebugger-impl/src/com/intellij/xdebugger/memory/ui/ClassesFilteredViewBase.java
321,796
callRebase
private @NotNull GitRebaseCommandResult callRebase(@NotNull GitRepository repository, @Nullable GitRebaseResumeMode mode, GitLineHandlerListener @NotNull ... listeners) { if (mode == null) { GitRebaseParams params = Objects.requireNonNull(myRebaseSpec.getParams()); return myGit.rebase(repository, params, listeners); } else if (mode == GitRebaseResumeMode.SKIP) { return myGit.rebaseSkip(repository, listeners); } else { LOG.assertTrue(mode == GitRebaseResumeMode.CONTINUE, "Unexpected rebase mode: " + mode); return myGit.rebaseContinue(repository, listeners); } }
[ 40, 50 ]
private @NotNull GitRebaseCommandResult callRebase(@NotNull GitRepository repository, @Nullable GitRebaseResumeMode mode, GitLineHandlerListener @NotNull ... listeners)
728
public class GitRebaseProcess
[ "public void rebase()", "private void doRebase()", "private void saveUpdatedSpec(@NotNull Map<GitRepository, GitRebaseStatus> statuses)", "private @NotNull GitRebaseStatus rebaseSingleRoot(@NotNull GitRepository repository,\n @Nullable GitRebaseResumeMode customMode,\n @NotNull Map<GitRepository, GitSuccessfulRebase> alreadyRebased,\n @NotNull ProgressIndicator indicator)", "private static @NotNull @Nls String getErrorMessage(GitRebaseCommandResult rebaseCommandResult,\n GitCommandResult result,\n String repoName)", "private @NotNull GitRebaseCommandResult callRebase(@NotNull GitRepository repository,\n @Nullable GitRebaseResumeMode mode,\n GitLineHandlerListener @NotNull ... listeners)", "@VisibleForTesting\n protected @NotNull Collection<GitRepository> getDirtyRoots(@NotNull Collection<GitRepository> repositories)", "private boolean saveDirtyRootsInitially(@NotNull List<? extends GitRepository> repositories)", "private @Nullable @Nls String saveLocalChanges(@NotNull Collection<? extends VirtualFile> rootsToSave)", "private Collection<GitRepository> findRootsWithLocalChanges(@NotNull Collection<GitRepository> repositories)", "@RequiresBackgroundThread\n protected void notifySuccess()", "private static @Nullable String getCommonCurrentBranchNameIfAllTheSame(@NotNull Collection<? extends GitRepository> repositories)", "@Contract(\"_, !null -> !null\")\n private static <T> T getItemIfAllTheSame(@NotNull Collection<? extends T> collection, @Nullable T defaultItem)", "private void notifyNotAllConflictsResolved(@NotNull GitRepository conflictingRepository)", "private @NotNull ResolveConflictResult showConflictResolver(@NotNull GitRepository conflicting, boolean calledFromNotification)", "private void showStoppedForEditingMessage()", "private void showFatalError(final @NotNull @Nls String error,\n final @NotNull GitRepository currentRepository,\n boolean somethingWasRebased,\n final @NotNull Collection<GitRepository> successful)", "private void showUntrackedFilesError(@NotNull Set<String> untrackedPaths,\n @NotNull GitRepository currentRepository,\n boolean somethingWasRebased,\n @NotNull Collection<GitRepository> successful)", "private static @NotNull Map<GitRepository, GitSuccessfulRebase> getSuccessfulRepositories(@NotNull Map<GitRepository, GitRebaseStatus> statuses)", "private boolean checkForRebasingPublishedCommits()", "public static boolean isRebasingPublishedCommit(@NotNull GitRepository repository,\n @Nullable String baseBranch,\n @NotNull String rebasingBranch)", "public static boolean askIfShouldRebasePublishedCommit()", "@Override\n protected void notifyUnresolvedRemain()", "@RequiresBackgroundThread\n @Override\n protected boolean proceedAfterAllMerged()", "@Override\n protected boolean proceedIfNothingToMerge()", "private @NotNull NotificationAction createResolveNotificationAction(@NotNull GitRepository currentRepository)", "private void resolveConflicts(@NotNull GitRepository currentRepository, @NotNull Notification notification)", "private void abort()", "private void retry(@NotNull @Nls String processTitle)", "@Override\n public void onLineAvailable(@NotNull String line, @NotNull Key outputType)" ]
intellij-community/plugins/git4idea/src/git4idea/rebase/GitRebaseProcess.java
61,058
getCommitCount
@Override public int getCommitCount() { return myCommitCount; }
[ 25, 39 ]
@Override public int getCommitCount()
77
public class VcsLogRefresherImpl implements VcsLogRefresher, Disposable
[ "@Override\n protected @NotNull SingleTask startNewBackgroundTask()", "protected SingleTaskController.SingleTask startNewBackgroundTask(final @NotNull Task.Backgroundable refreshTask)", "@Override\n public @NotNull DataPack getCurrentDataPack()", "private @NotNull DataPack readFirstBlock()", "@NotNull\n private DataPack loadRecentData(@NotNull Map<VirtualFile, VcsLogProvider.Requirements> requirements,\n int commitCount, boolean isSmallPack)", "private @NotNull LogInfo loadRecentData(final @NotNull Map<VirtualFile, VcsLogProvider.Requirements> requirements)", "private @NotNull Map<VirtualFile, VcsLogProvider> getProvidersForRoots(@NotNull Set<? extends VirtualFile> roots)", "@Override\n public void initialize()", "@Override\n public void refresh(@NotNull Collection<VirtualFile> rootsToRefresh, boolean optimize)", "private static @NotNull <T extends GraphCommit<Integer>> List<T> multiRepoJoin(@NotNull Collection<? extends List<T>> commits)", "private @NotNull List<GraphCommit<Integer>> compactCommits(@NotNull List<? extends TimedVcsCommit> commits, @NotNull VirtualFile root)", "private @NotNull GraphCommit<Integer> compactCommit(@NotNull TimedVcsCommit commit, @NotNull VirtualFile root)", "private void storeUsersAndDetails(@NotNull List<? extends VcsCommitMetadata> metadatas)", "public @NotNull VcsLogProgress getProgress()", "@Override\n public void dispose()", "@Override\n public void run(@NotNull ProgressIndicator indicator)", "@Override\n public void run(@NotNull ProgressIndicator indicator)", "private static boolean isSmallDataPackEnabled()", "private @NotNull Collection<VirtualFile> getRootsToRefresh(@NotNull List<? extends RefreshRequest> requests)", "private @NotNull DataPack doRefresh(@NotNull Collection<? extends VirtualFile> roots, boolean supportsIncrementalRefresh)", "private static @NotNull Map<VirtualFile, CompressedRefs> getAllNewRefs(@NotNull LogInfo newInfo,\n @NotNull Map<VirtualFile, CompressedRefs> previousRefs)", "private void loadLogAndRefs(@NotNull Collection<? extends VirtualFile> roots,\n @NotNull Map<VirtualFile, CompressedRefs> prevRefs,\n int commitCount)", "private static @NotNull Map<VirtualFile, VcsLogProvider.Requirements> prepareRequirements(@NotNull Collection<? extends VirtualFile> roots,\n int commitCount,\n @Nullable Map<VirtualFile, CompressedRefs> prevRefs)", "private @Nullable List<? extends GraphCommit<Integer>> join(@NotNull List<? extends GraphCommit<Integer>> recentCommits,\n @NotNull List<? extends GraphCommit<Integer>> fullLog,\n @NotNull Map<VirtualFile, CompressedRefs> previousRefs,\n @NotNull Map<VirtualFile, CompressedRefs> newRefs)", "private @NotNull DataPack loadFullLog()", "private @NotNull LogInfo readFullLogFromVcs()", "private @NotNull DataPack buildSmallDataPack()", "@Override\n public @NonNls String toString()", "@Override\n public @NonNls String toString()", "@Override\n public String toString()", "@Override\n public int getCommitCount()", "@NotNull\n Map<VirtualFile, VcsLogProvider.Requirements> asMap(@NotNull Collection<? extends VirtualFile> roots)", "void put(@NotNull VirtualFile root, @NotNull List<GraphCommit<Integer>> commits)", "void put(@NotNull VirtualFile root, @NotNull Set<VcsRef> refs)", "@NotNull\n Collection<List<GraphCommit<Integer>>> getCommits()", "List<GraphCommit<Integer>> getCommits(@NotNull VirtualFile root)", "@NotNull\n Map<VirtualFile, CompressedRefs> getRefs()" ]
intellij-community/platform/vcs-log/impl/src/com/intellij/vcs/log/data/VcsLogRefresherImpl.java
242,957
installSpeedSearch
protected void installSpeedSearch() { if (Registry.is("debugger.variablesView.rss")) { myTreeSpeedSearch = XDebuggerTreeSpeedSearch.installOn(this, SPEED_SEARCH_CONVERTER); } else { myTreeSpeedSearch = TreeSpeedSearch.installOn(this, false, SPEED_SEARCH_CONVERTER); } }
[ 15, 33 ]
protected void installSpeedSearch()
299
public class XDebuggerTree extends DnDAwareTree implements DataProvider, Disposable
[ "@Override\n public void componentMoved(ComponentEvent e)", "@Override\n public void run()", "@Override\n protected Transferable createTransferable(JComponent c)", "@Override\n public int getSourceActions(JComponent c)", "@Override\n protected boolean doCacheLastNode()", "@Override\n protected void handleTagClick(@Nullable Object tag, @NotNull MouseEvent event)", "@Override\n public void mouseMoved(MouseEvent e)", "@Override\n protected boolean onDoubleClick(@NotNull MouseEvent e)", "@Override\n public void keyPressed(KeyEvent e)", "@Override\n public void actionPerformed(@NotNull AnActionEvent e)", "@Override\n public void treeExpanded(TreeExpansionEvent event)", "@Override\n public void treeCollapsed(TreeExpansionEvent event)", "private static void handleExpansion(TreeExpansionEvent event, boolean expanded)", "@ApiStatus.Internal\n public void findElementAndRequestFocus(String searchQuery)", "protected void installSpeedSearch()", "private @NotNull MouseEvent dummyMouseClickEvent()", "public void updateEditor()", "public boolean isUnderRemoteDebug()", "private boolean expandIfEllipsis(@NotNull MouseEvent e)", "public void addTreeListener(@NotNull XDebuggerTreeListener listener)", "public void addTreeListener(@NotNull XDebuggerTreeListener listener, @NotNull Disposable parentDisposable)", "public void removeTreeListener(@NotNull XDebuggerTreeListener listener)", "public void setRoot(XDebuggerTreeNode root, final boolean rootVisible)", "public XDebuggerTreeNode getRoot()", "public @Nullable XSourcePosition getSourcePosition()", "public void setSourcePosition(final @Nullable XSourcePosition sourcePosition)", "public @NotNull XDebuggerEditorsProvider getEditorsProvider()", "public @NotNull Project getProject()", "public @Nullable XValueMarkers<?, ?> getValueMarkers()", "public @NotNull XDebuggerPinToTopManager getPinToTopManager()", "public DefaultTreeModel getTreeModel()", "@Override\n public @Nullable Object getData(final @NotNull @NonNls String dataId)", "public void rebuildAndRestore(final XDebuggerTreeState treeState)", "public void childrenLoaded(final @NotNull XDebuggerTreeNode node,\n final @NotNull List<? extends XValueContainerNode<?>> children,\n final boolean last)", "public void nodeLoaded(final @NotNull RestorableStateNode node, final @NotNull String name)", "public void markNodesObsolete()", "@Override\n public void dispose()", "void setCurrentRestorer(@NotNull XDebuggerTreeRestorer restorer)", "private void disposeRestorer()", "private void registerShortcuts()", "public static @Nullable XDebuggerTree getTree(final AnActionEvent e)", "public static @Nullable XDebuggerTree getTree(@NotNull DataContext context)", "public static @NotNull List<XValueNodeImpl> getSelectedNodes(@NotNull DataContext context)", "public void invokeLater(Runnable runnable)", "public void selectNodeOnLoad(Condition<? super TreeNode> nodeFilter, Condition<? super TreeNode> obsoleteChecker)", "public void expandNodesOnLoad(final Condition<? super TreeNode> nodeFilter)", "public boolean isDetached()" ]
intellij-community/platform/xdebugger-impl/src/com/intellij/xdebugger/impl/ui/tree/XDebuggerTree.java
320,805
compute
public final void compute() { final Function<? super K, ? extends U> transformer; final Consumer<? super U> action; if ((transformer = this.transformer) != null && (action = this.action) != null) { for (int i = baseIndex, f, h; batch > 0 && (h = ((f = baseLimit) + i) >>> 1) > i;) { addToPendingCount(1); new ForEachTransformedKeyTask<K,V,U> (this, batch >>>= 1, baseLimit = h, f, tab, transformer, action).fork(); } for (Node<K,V> p; (p = advance()) != null; ) { U u; if ((u = transformer.apply(p.key)) != null) action.accept(u); } propagateCompletion(); } }
[ 18, 25 ]
public final void compute()
889
@SuppressWarnings("ALL") /** * A hash table supporting full concurrency of retrievals and * high expected concurrency for updates. This class obeys the * same functional specification as {@link java.util.Hashtable}, and * includes versions of methods corresponding to each method of * {@code Hashtable}. However, even though all operations are * thread-safe, retrieval operations do <em>not</em> entail locking, * and there is <em>not</em> any support for locking the entire table * in a way that prevents all access. This class is fully * interoperable with {@code Hashtable} in programs that rely on its * thread safety but not on its synchronization details. * * <p>Retrieval operations (including {@code get}) generally do not * block, so may overlap with update operations (including {@code put} * and {@code remove}). Retrievals reflect the results of the most * recently <em>completed</em> update operations holding upon their * onset. (More formally, an update operation for a given key bears a * <em>happens-before</em> relation with any (non-null) retrieval for * that key reporting the updated value.) For aggregate operations * such as {@code putAll} and {@code clear}, concurrent retrievals may * reflect insertion or removal of only some entries. Similarly, * Iterators, Spliterators and Enumerations return elements reflecting the * state of the hash table at some point at or since the creation of the * iterator/enumeration. They do <em>not</em> throw {@link * java.util.ConcurrentModificationException ConcurrentModificationException}. * However, iterators are designed to be used by only one thread at a time. * Bear in mind that the results of aggregate status methods including * {@code size}, {@code isEmpty}, and {@code containsValue} are typically * useful only when a map is not undergoing concurrent updates in other threads. * Otherwise the results of these methods reflect transient states * that may be adequate for monitoring or estimation purposes, but not * for program control. * * <p>The table is dynamically expanded when there are too many * collisions (i.e., keys that have distinct hash codes but fall into * the same slot modulo the table size), with the expected average * effect of maintaining roughly two bins per mapping (corresponding * to a 0.75 load factor threshold for resizing). There may be much * variance around this average as mappings are added and removed, but * overall, this maintains a commonly accepted time/space tradeoff for * hash tables. However, resizing this or any other kind of hash * table may be a relatively slow operation. When possible, it is a * good idea to provide a size estimate as an optional {@code * initialCapacity} constructor argument. An additional optional * {@code loadFactor} constructor argument provides a further means of * customizing initial table capacity by specifying the table density * to be used in calculating the amount of space to allocate for the * given number of elements. Also, for compatibility with previous * versions of this class, constructors may optionally specify an * expected {@code concurrencyLevel} as an additional hint for * internal sizing. Note that using many keys with exactly the same * {@code hashCode()} is a sure way to slow down performance of any * hash table. To ameliorate impact, when keys are {@link Comparable}, * this class may use comparison order among keys to help break ties. * * <p>A {@link Set} projection of a ConcurrentHashMap may be created * (using {@link #newKeySet()} or {@link #newKeySet(int)}), or viewed * (using {@link #keySet(Object)} when only keys are of interest, and the * mapped values are (perhaps transiently) not used or all take the * same mapping value. * * <p>A ConcurrentHashMap can be used as a scalable frequency map (a * form of histogram or multiset) by using {@link * java.util.concurrent.atomic.LongAdder} values and initializing via * {@link #computeIfAbsent computeIfAbsent}. For example, to add a count * to a {@code ConcurrentHashMap<String,LongAdder> freqs}, you can use * {@code freqs.computeIfAbsent(key, k -> new LongAdder()).increment();} * * <p>This class and its views and iterators implement all of the * <em>optional</em> methods of the {@link Map} and {@link Iterator} * interfaces. * * <p>Like {@link Hashtable} but unlike {@link HashMap}, this class * does <em>not</em> allow {@code null} to be used as a key or value. * * <p>ConcurrentHashMaps support a set of sequential and parallel bulk * operations that, unlike most {@link Stream} methods, are designed * to be safely, and often sensibly, applied even with maps that are * being concurrently updated by other threads; for example, when * computing a snapshot summary of the values in a shared registry. * There are three kinds of operation, each with four forms, accepting * functions with keys, values, entries, and (key, value) pairs as * arguments and/or return values. Because the elements of a * ConcurrentHashMap are not ordered in any particular way, and may be * processed in different orders in different parallel executions, the * correctness of supplied functions should not depend on any * ordering, or on any other objects or values that may transiently * change while computation is in progress; and except for forEach * actions, should ideally be side-effect-free. Bulk operations on * {@link Map.Entry} objects do not support method {@code setValue}. * * <ul> * <li>forEach: Performs a given action on each element. * A variant form applies a given transformation on each element * before performing the action. * * <li>search: Returns the first available non-null result of * applying a given function on each element; skipping further * search when a result is found. * * <li>reduce: Accumulates each element. The supplied reduction * function cannot rely on ordering (more formally, it should be * both associative and commutative). There are five variants: * * <ul> * * <li>Plain reductions. (There is not a form of this method for * (key, value) function arguments since there is no corresponding * return type.) * * <li>Mapped reductions that accumulate the results of a given * function applied to each element. * * <li>Reductions to scalar doubles, longs, and ints, using a * given basis value. * * </ul> * </ul> * * <p>These bulk operations accept a {@code parallelismThreshold} * argument. Methods proceed sequentially if the current map size is * estimated to be less than the given threshold. Using a value of * {@code Long.MAX_VALUE} suppresses all parallelism. Using a value * of {@code 1} results in maximal parallelism by partitioning into * enough subtasks to fully utilize the {@link * ForkJoinPool#commonPool()} that is used for all parallel * computations. Normally, you would initially choose one of these * extreme values, and then measure performance of using in-between * values that trade off overhead versus throughput. * * <p>The concurrency properties of bulk operations follow * from those of ConcurrentHashMap: Any non-null result returned * from {@code get(key)} and related access methods bears a * happens-before relation with the associated insertion or * update. The result of any bulk operation reflects the * composition of these per-element relations (but is not * necessarily atomic with respect to the map as a whole unless it * is somehow known to be quiescent). Conversely, because keys * and values in the map are never null, null serves as a reliable * atomic indicator of the current lack of any result. To * maintain this property, null serves as an implicit basis for * all non-scalar reduction operations. For the double, long, and * int versions, the basis should be one that, when combined with * any other value, returns that other value (more formally, it * should be the identity element for the reduction). Most common * reductions have these properties; for example, computing a sum * with basis 0 or a minimum with basis MAX_VALUE. * * <p>Search and transformation functions provided as arguments * should similarly return null to indicate the lack of any result * (in which case it is not used). In the case of mapped * reductions, this also enables transformations to serve as * filters, returning null (or, in the case of primitive * specializations, the identity basis) if the element should not * be combined. You can create compound transformations and * filterings by composing them yourself under this "null means * there is nothing there now" rule before using them in search or * reduce operations. * * <p>Methods accepting and/or returning Entry arguments maintain * key-value associations. They may be useful for example when * finding the key for the greatest value. Note that "plain" Entry * arguments can be supplied using {@code new * AbstractMap.SimpleEntry(k,v)}. * * <p>Bulk operations may complete abruptly, throwing an * exception encountered in the application of a supplied * function. Bear in mind when handling such exceptions that other * concurrently executing functions could also have thrown * exceptions, or would have done so if the first exception had * not occurred. * * <p>Speedups for parallel compared to sequential forms are common * but not guaranteed. Parallel operations involving brief functions * on small maps may execute more slowly than sequential forms if the * underlying work to parallelize the computation is more expensive * than the computation itself. Similarly, parallelization may not * lead to much actual parallelism if all processors are busy * performing unrelated tasks. * * <p>All arguments to all task methods must be non-null. * * <p>This class is a member of the * <a href="{@docRoot}/java.base/java/util/package-summary.html#CollectionsFramework"> * Java Collections Framework</a>. * * @since 1.5 * @author Doug Lea * @param <K> the type of keys maintained by this map * @param <V> the type of mapped values */ final class ConcurrentHashMap<K,V> extends AbstractMap<K,V> implements ConcurrentMap<K,V>, HashingStrategy<K>
[ "public final K getKey()", "public final V getValue()", "public final int hashCode()", "public final String toString()", "public final V setValue(V value)", "public final boolean equals(Object o)", "Node<K,V> find(int h, Object k)", "static final int spread(int h)", "private static final int tableSizeFor(int c)", "static Class<?> comparableClassFor(Object x)", "@SuppressWarnings({\"rawtypes\",\"unchecked\"}) // for cast to Comparable\n static int compareComparables(Class<?> kc, Object k, Object x)", "@SuppressWarnings(\"unchecked\")\n static <K,V> Node<K,V> tabAt(Node<K,V>[] tab, int i)", "static <K,V> boolean casTabAt(Node<K,V>[] tab, int i,\n Node<K,V> c, Node<K,V> v)", "static <K,V> void setTabAt(Node<K,V>[] tab, int i, Node<K,V> v)", "@Override\n public int hashCode(Object object)", "@Override\n public boolean equals(Object o1, Object o2)", "public int size()", "public boolean isEmpty()", "public V get(Object key)", "public boolean containsKey(Object key)", "public boolean containsValue(Object value)", "public V put(K key, V value)", "final V putVal(K key, V value, boolean onlyIfAbsent)", "public void putAll(Map<? extends K, ? extends V> m)", "public V remove(Object key)", "final V replaceNode(Object key, V value, Object cv)", "public void clear()", "public KeySetView<K,V> keySet()", "public Collection<V> values()", "public Set<Map.Entry<K,V>> entrySet()", "public int hashCode()", "public String toString()", "public boolean equals(Object o)", "public V putIfAbsent(K key, V value)", "public boolean remove(Object key, Object value)", "public boolean replace(K key, V oldValue, V newValue)", "public V replace(K key, V value)", "public V getOrDefault(Object key, V defaultValue)", "public void forEach(BiConsumer<? super K, ? super V> action)", "public void replaceAll(BiFunction<? super K, ? super V, ? extends V> function)", "boolean removeEntryIf(Predicate<? super Entry<K,V>> function)", "boolean removeValueIf(Predicate<? super V> function)", "public V computeIfAbsent(K key, Function<? super K, ? extends V> mappingFunction)", "public V computeIfPresent(K key, BiFunction<? super K, ? super V, ? extends V> remappingFunction)", "public V compute(K key,\n BiFunction<? super K, ? super V, ? extends V> remappingFunction)", "public V merge(K key, V value, BiFunction<? super V, ? super V, ? extends V> remappingFunction)", "public boolean contains(Object value)", "public Enumeration<K> keys()", "public Enumeration<V> elements()", "public long mappingCount()", "public static <K> KeySetView<K,Boolean> newKeySet()", "public static <K> KeySetView<K,Boolean> newKeySet(int initialCapacity)", "public KeySetView<K,V> keySet(V mappedValue)", "Node<K,V> find(int h, Object k)", "Node<K,V> find(int h, Object k)", "static final int resizeStamp(int n)", "private final Node<K,V>[] initTable()", "private final void addCount(long x, int check)", "final Node<K,V>[] helpTransfer(Node<K,V>[] tab, Node<K,V> f)", "private final void tryPresize(int size)", "private final void transfer(Node<K,V>[] tab, Node<K,V>[] nextTab)", "final long sumCount()", "private final void fullAddCount(long x, boolean wasUncontended)", "private final void treeifyBin(Node<K,V>[] tab, int index)", "Node<K,V> untreeify(Node<K,V> b)", "Node<K,V> find(int h, Object k)", "final TreeNode<K,V> findTreeNode(int h, Object k, Class<?> kc)", "static int tieBreakOrder(Object a, Object b)", "private final void lockRoot()", "private final void unlockRoot()", "private final void contendedLock()", "final Node<K,V> find(int h, Object k)", "final TreeNode<K,V> putTreeVal(int h, K k, V v)", "final boolean removeTreeNode(TreeNode<K,V> p)", "static <K,V> TreeNode<K,V> rotateLeft(TreeNode<K,V> root,\n TreeNode<K,V> p)", "static <K,V> TreeNode<K,V> rotateRight(TreeNode<K,V> root,\n TreeNode<K,V> p)", "static <K,V> TreeNode<K,V> balanceInsertion(TreeNode<K,V> root,\n TreeNode<K,V> x)", "static <K,V> TreeNode<K,V> balanceDeletion(TreeNode<K,V> root,\n TreeNode<K,V> x)", "static <K,V> boolean checkInvariants(TreeNode<K,V> t)", "final Node<K,V> advance()", "private void pushState(Node<K,V>[] t, int i, int n)", "private void recoverState(int n)", "public final boolean hasNext()", "public final boolean hasMoreElements()", "public final void remove()", "public final K next()", "public final K nextElement()", "public final V next()", "public final V nextElement()", "public final Map.Entry<K,V> next()", "public K getKey()", "public V getValue()", "public int hashCode()", "public String toString()", "public boolean equals(Object o)", "public V setValue(V value)", "public KeySpliterator<K,V> trySplit()", "public void forEachRemaining(Consumer<? super K> action)", "public boolean tryAdvance(Consumer<? super K> action)", "public long estimateSize()", "public int characteristics()", "public ValueSpliterator<K,V> trySplit()", "public void forEachRemaining(Consumer<? super V> action)", "public boolean tryAdvance(Consumer<? super V> action)", "public long estimateSize()", "public int characteristics()", "public EntrySpliterator<K,V> trySplit()", "public void forEachRemaining(Consumer<? super Map.Entry<K,V>> action)", "public boolean tryAdvance(Consumer<? super Map.Entry<K,V>> action)", "public long estimateSize()", "public int characteristics()", "final int batchFor(long b)", "public void forEach(long parallelismThreshold,\n BiConsumer<? super K,? super V> action)", "public <U> void forEach(long parallelismThreshold,\n BiFunction<? super K, ? super V, ? extends U> transformer,\n Consumer<? super U> action)", "public <U> U search(long parallelismThreshold,\n BiFunction<? super K, ? super V, ? extends U> searchFunction)", "public <U> U reduce(long parallelismThreshold,\n BiFunction<? super K, ? super V, ? extends U> transformer,\n BiFunction<? super U, ? super U, ? extends U> reducer)", "public double reduceToDouble(long parallelismThreshold,\n ToDoubleBiFunction<? super K, ? super V> transformer,\n double basis,\n DoubleBinaryOperator reducer)", "public long reduceToLong(long parallelismThreshold,\n ToLongBiFunction<? super K, ? super V> transformer,\n long basis,\n LongBinaryOperator reducer)", "public int reduceToInt(long parallelismThreshold,\n ToIntBiFunction<? super K, ? super V> transformer,\n int basis,\n IntBinaryOperator reducer)", "public void forEachKey(long parallelismThreshold,\n Consumer<? super K> action)", "public <U> void forEachKey(long parallelismThreshold,\n Function<? super K, ? extends U> transformer,\n Consumer<? super U> action)", "public <U> U searchKeys(long parallelismThreshold,\n Function<? super K, ? extends U> searchFunction)", "public K reduceKeys(long parallelismThreshold,\n BiFunction<? super K, ? super K, ? extends K> reducer)", "public <U> U reduceKeys(long parallelismThreshold,\n Function<? super K, ? extends U> transformer,\n BiFunction<? super U, ? super U, ? extends U> reducer)", "public double reduceKeysToDouble(long parallelismThreshold,\n ToDoubleFunction<? super K> transformer,\n double basis,\n DoubleBinaryOperator reducer)", "public long reduceKeysToLong(long parallelismThreshold,\n ToLongFunction<? super K> transformer,\n long basis,\n LongBinaryOperator reducer)", "public int reduceKeysToInt(long parallelismThreshold,\n ToIntFunction<? super K> transformer,\n int basis,\n IntBinaryOperator reducer)", "public void forEachValue(long parallelismThreshold,\n Consumer<? super V> action)", "public <U> void forEachValue(long parallelismThreshold,\n Function<? super V, ? extends U> transformer,\n Consumer<? super U> action)", "public <U> U searchValues(long parallelismThreshold,\n Function<? super V, ? extends U> searchFunction)", "public V reduceValues(long parallelismThreshold,\n BiFunction<? super V, ? super V, ? extends V> reducer)", "public <U> U reduceValues(long parallelismThreshold,\n Function<? super V, ? extends U> transformer,\n BiFunction<? super U, ? super U, ? extends U> reducer)", "public double reduceValuesToDouble(long parallelismThreshold,\n ToDoubleFunction<? super V> transformer,\n double basis,\n DoubleBinaryOperator reducer)", "public long reduceValuesToLong(long parallelismThreshold,\n ToLongFunction<? super V> transformer,\n long basis,\n LongBinaryOperator reducer)", "public int reduceValuesToInt(long parallelismThreshold,\n ToIntFunction<? super V> transformer,\n int basis,\n IntBinaryOperator reducer)", "public void forEachEntry(long parallelismThreshold,\n Consumer<? super Map.Entry<K,V>> action)", "public <U> void forEachEntry(long parallelismThreshold,\n Function<Map.Entry<K,V>, ? extends U> transformer,\n Consumer<? super U> action)", "public <U> U searchEntries(long parallelismThreshold,\n Function<Map.Entry<K,V>, ? extends U> searchFunction)", "public Map.Entry<K,V> reduceEntries(long parallelismThreshold,\n BiFunction<Map.Entry<K,V>, Map.Entry<K,V>, ? extends Map.Entry<K,V>> reducer)", "public <U> U reduceEntries(long parallelismThreshold,\n Function<Map.Entry<K,V>, ? extends U> transformer,\n BiFunction<? super U, ? super U, ? extends U> reducer)", "public double reduceEntriesToDouble(long parallelismThreshold,\n ToDoubleFunction<Map.Entry<K,V>> transformer,\n double basis,\n DoubleBinaryOperator reducer)", "public long reduceEntriesToLong(long parallelismThreshold,\n ToLongFunction<Map.Entry<K,V>> transformer,\n long basis,\n LongBinaryOperator reducer)", "public int reduceEntriesToInt(long parallelismThreshold,\n ToIntFunction<Map.Entry<K,V>> transformer,\n int basis,\n IntBinaryOperator reducer)", "public ConcurrentHashMap<K,V> getMap()", "public final void clear()", "public final int size()", "public final boolean isEmpty()", "public abstract Iterator<E> iterator()", "public abstract boolean contains(Object o)", "public abstract boolean remove(Object o)", "public final Object[] toArray()", "@SuppressWarnings(\"unchecked\")\n public final <T> T[] toArray(T[] a)", "public final String toString()", "public final boolean containsAll(Collection<?> c)", "public boolean removeAll(Collection<?> c)", "public final boolean retainAll(Collection<?> c)", "public V getMappedValue()", "public boolean contains(Object o)", "public boolean remove(Object o)", "public Iterator<K> iterator()", "public boolean add(K e)", "public boolean addAll(Collection<? extends K> c)", "public int hashCode()", "public boolean equals(Object o)", "public Spliterator<K> spliterator()", "public void forEach(Consumer<? super K> action)", "public final boolean contains(Object o)", "public final boolean remove(Object o)", "public final Iterator<V> iterator()", "public final boolean add(V e)", "public final boolean addAll(Collection<? extends V> c)", "@Override public boolean removeAll(Collection<?> c)", "public boolean removeIf(Predicate<? super V> filter)", "public Spliterator<V> spliterator()", "public void forEach(Consumer<? super V> action)", "public boolean contains(Object o)", "public boolean remove(Object o)", "public Iterator<Map.Entry<K,V>> iterator()", "public boolean add(Entry<K,V> e)", "public boolean addAll(Collection<? extends Entry<K,V>> c)", "public boolean removeIf(Predicate<? super Entry<K,V>> filter)", "public final int hashCode()", "public final boolean equals(Object o)", "public Spliterator<Map.Entry<K,V>> spliterator()", "public void forEach(Consumer<? super Map.Entry<K,V>> action)", "final Node<K,V> advance()", "private void pushState(Node<K,V>[] t, int i, int n)", "private void recoverState(int n)", "public final void compute()", "public final void compute()", "public final void compute()", "public final void compute()", "public final void compute()", "public final void compute()", "public final void compute()", "public final void compute()", "public final U getRawResult()", "public final void compute()", "public final U getRawResult()", "public final void compute()", "public final U getRawResult()", "public final void compute()", "public final U getRawResult()", "public final void compute()", "public final K getRawResult()", "public final void compute()", "public final V getRawResult()", "public final void compute()", "public final Map.Entry<K,V> getRawResult()", "public final void compute()", "public final U getRawResult()", "public final void compute()", "public final U getRawResult()", "public final void compute()", "public final U getRawResult()", "public final void compute()", "public final U getRawResult()", "public final void compute()", "public final Double getRawResult()", "public final void compute()", "public final Double getRawResult()", "public final void compute()", "public final Double getRawResult()", "public final void compute()", "public final Double getRawResult()", "public final void compute()", "public final Long getRawResult()", "public final void compute()", "public final Long getRawResult()", "public final void compute()", "public final Long getRawResult()", "public final void compute()", "public final Long getRawResult()", "public final void compute()", "public final Integer getRawResult()", "public final void compute()", "public final Integer getRawResult()", "public final void compute()", "public final Integer getRawResult()", "public final void compute()", "public final Integer getRawResult()", "public final void compute()", "@Override\n public int hashCode(final K object)", "@Override\n public boolean equals(final K o1, final K o2)", "private int hash(K key)", "private boolean isEqual(@NotNull K key1, K key2)", "private static <K> boolean isEqual(@NotNull K key1, K key2, @NotNull HashingStrategy<? super K> hashingStrategy)" ]
intellij-community/platform/util/concurrency/src/com/intellij/concurrency/ConcurrentHashMap.java
216,712
convert
public Result[] convert() { ArrayList<Result> results = new ArrayList<>(); for(int i=0; i<myComponents.size(); i++) { results.add(convert(myComponents.get(i), myConstraints.get(i))); } //addFillerPanels(results); final Result[] resultArray = results.toArray(new Result[0]); if (myHGap > 0 || myVGap > 0) { applyGaps(resultArray); } if (mySameSizeHorz) { makeSameSizes(resultArray, true); } if (mySameSizeVert) { makeSameSizes(resultArray, false); } return resultArray; }
[ 16, 23 ]
public Result[] convert()
545
public final class GridBagConverter
[ "public void addComponent(final JComponent component, final GridConstraints constraints)", "public Result[] convert()", "private void applyGaps(final Result[] resultArray)", "private static void makeSameSizes(final Result[] resultArray, boolean horizontal)", "private Result convert(final JComponent component, final GridConstraints constraints)", "public static GridBagConstraints getGridBagConstraints(IComponent component)", "public static void constraintsToGridBag(final GridConstraints constraints, final GridBagConstraints result)", "private double getWeight(final GridConstraints constraints, final boolean horizontal)", "private static boolean constraintsIntersect(final boolean horizontal,\n final GridConstraints constraints,\n final GridConstraints otherConstraints)" ]
intellij-community/java/compiler/forms-compiler/src/com/intellij/uiDesigner/compiler/GridBagConverter.java
456,523
getClassesWithMember
private static PsiClass @Nullable [] getClassesWithMember(final PsiReference reference, final PsiMember member) { return ApplicationManager.getApplication().runReadAction(new Computable<>() { @Override public PsiClass[] compute() { PsiClass containingClass = member.getContainingClass(); final PsiExpression expression = ((PsiReferenceExpression)reference).getQualifierExpression(); PsiClass psiClass; if (reference instanceof PsiMethodReferenceExpression) { psiClass = PsiMethodReferenceUtil.getQualifierResolveResult((PsiMethodReferenceExpression)reference).getContainingClass(); } else if (expression != null) { psiClass = PsiUtil.resolveClassInType(expression.getType()); } else { if (member instanceof PsiClass) { psiClass = (PsiClass)member; final PsiElement resolve = ((PsiReferenceExpression)reference).advancedResolve(true).getElement(); if (resolve instanceof PsiClass) { containingClass = (PsiClass)resolve; } } else { psiClass = PsiTreeUtil.getParentOfType((PsiReferenceExpression)reference, PsiClass.class); } } if (containingClass == null && psiClass == null) return PsiClass.EMPTY_ARRAY; if (containingClass != null) { PsiClass[] inheritors = getInheritors(containingClass, psiClass, new HashSet<>()); return inheritors.length == 0 ? null : inheritors; } return null; } private static PsiClass[] getInheritors(PsiClass containingClass, PsiClass psiClass, Set<? super PsiClass> visited) { if (psiClass instanceof PsiTypeParameter) { List<PsiClass> result = new ArrayList<>(); for (PsiClassType classType : psiClass.getExtendsListTypes()) { PsiClass aClass = classType.resolve(); if (aClass != null && visited.add(aClass)) { ContainerUtil.addAll(result, getInheritors(containingClass, aClass, visited)); } } return result.toArray(PsiClass.EMPTY_ARRAY); } PsiElementFindProcessor<PsiClass> processor1 = new PsiElementFindProcessor<>(containingClass); while (psiClass != null) { if (!processor1.process(psiClass) || !ClassInheritorsSearch.search(containingClass).forEach(new PsiElementFindProcessor<>(psiClass)) || !ClassInheritorsSearch.search(psiClass).forEach(processor1)) { return new PsiClass[]{psiClass}; } psiClass = psiClass.getContainingClass(); } return PsiClass.EMPTY_ARRAY; } }); }
[ 37, 57 ]
private static PsiClass @Nullable [] getClassesWithMember(final PsiReference reference, final PsiMember member)
2,713
public class JavaTargetElementEvaluator extends TargetElementEvaluatorEx2 implements TargetElementUtilExtender
[ "@Override\n public int getAllAdditionalFlags()", "@Override\n public int getAdditionalDefinitionSearchFlags()", "@Override\n public int getAdditionalReferenceSearchFlags()", "@Override\n public @Nullable PsiElement adjustTargetElement(Editor editor, int offset, int flags, @NotNull PsiElement targetElement)", "@Override\n public boolean isAcceptableNamedParent(@NotNull PsiElement parent)", "@Override\n public @NotNull ThreeState isAcceptableReferencedElement(final @NotNull PsiElement element, final PsiElement referenceOrReferencedElement)", "private static boolean isEnumConstantReference(final PsiElement element, final PsiElement referenceOrReferencedElement)", "@Override\n public @Nullable PsiElement adjustReferenceOrReferencedElement(@NotNull PsiFile file,\n @NotNull Editor editor,\n int offset,\n int flags,\n @Nullable PsiElement refElement)", "@Override\n public @Nullable PsiElement getNamedElement(@NotNull PsiElement element)", "public static @Nullable PsiReferenceExpression findReferenceExpression(Editor editor)", "@Override\n public @Nullable PsiElement adjustReference(final @NotNull PsiReference ref)", "@Override\n public @Nullable PsiElement adjustElement(Editor editor, int flags, @Nullable PsiElement element, @Nullable PsiElement contextElement)", "@Override\n public @Nullable Collection<PsiElement> getTargetCandidates(@NotNull PsiReference reference)", "@Override\n public @Nullable PsiElement getGotoDeclarationTarget(final @NotNull PsiElement element, final @Nullable PsiElement navElement)", "@Override\n public boolean includeSelfInGotoImplementation(final @NotNull PsiElement element)", "@Override\n public boolean acceptImplementationForReference(@Nullable PsiReference reference, @NotNull PsiElement element)", "private static PsiClass @Nullable [] getClassesWithMember(final PsiReference reference, final PsiMember member)", "@Override\n public @Nullable SearchScope getSearchScope(Editor editor, final @NotNull PsiElement element)", "@Contract(\"_,_,false->!null\")\n public static @Nullable SearchScope getHierarchyScope(@NotNull PsiClass aClass,\n @NotNull SearchScope scope, \n boolean areFunctionalInheritorsExpected)", "@Override\n public boolean process(T t)" ]
intellij-community/java/java-impl/src/com/intellij/codeInsight/JavaTargetElementEvaluator.java
429,010
chooseClassDialog
@Override public PsiClass chooseClassDialog(@NlsContexts.DialogTitle String title, Project project) { TreeClassChooser dialog = TreeClassChooserFactory.getInstance(project).createAllProjectScopeChooser(title); dialog.showDialog(); return dialog.getSelected(); }
[ 28, 45 ]
@Override public PsiClass chooseClassDialog(@NlsContexts.DialogTitle String title, Project project)
277
public final class DebuggerUtilsImpl extends DebuggerUtilsEx
[ "@Override\n public PsiExpression substituteThis(PsiExpression expressionWithThis,\n PsiExpression howToEvaluateThis,\n Value howToEvaluateThisValue,\n StackFrameContext context)", "@Override\n public DebuggerContextImpl getDebuggerContext(DataContext context)", "@Override\n public Element writeTextWithImports(TextWithImports text)", "@Override\n public TextWithImports readTextWithImports(Element element)", "@Override\n public void writeTextWithImports(Element root, String name, TextWithImports value)", "@Override\n public TextWithImports readTextWithImports(Element root, String name)", "@Override\n public TextWithImports createExpressionWithImports(String expression)", "@Override\n public PsiElement getContextElement(StackFrameContext context)", "@NotNull\n public static Pair<PsiElement, PsiType> getPsiClassAndType(@Nullable String className, Project project)", "@Override\n public PsiClass chooseClassDialog(@NlsContexts.DialogTitle String title, Project project)", "@Override\n public String findAvailableDebugAddress(boolean useSockets)", "private static String tryShmemConnect(ListeningConnector connector, String address)", "public static boolean isRemote(DebugProcess debugProcess)", "public static void logError(@NotNull Throwable e)", "public static void logError(String message, Throwable e)", "public static void logError(String message, @Nullable Throwable e, String @NotNull ... details)", "static void logError(String message, Throwable e, boolean wrapIntoThrowable)", "private static void logIfNeeded(Throwable e, boolean wrapIntoThrowable, Consumer<Throwable> action)", "public static <T, E extends Exception> T suppressExceptions(ThrowableComputable<? extends T, ? extends E> supplier,\n T defaultValue)", "public static <T, E extends Exception> T suppressExceptions(ThrowableComputable<? extends T, ? extends E> supplier,\n T defaultValue,\n boolean ignorePCE,\n Class<E> rethrow)", "public static @NlsContexts.Label String getConnectionWaitStatus(@NotNull RemoteConnection connection)", "public static String getConnectionDisplayName(@NotNull RemoteConnection connection)", "public static boolean instanceOf(@Nullable ReferenceType type, @NotNull ReferenceType superType)", "public static Stream<? extends ReferenceType> supertypes(ReferenceType type)", "public static byte @Nullable [] readBytesArray(Value bytesArray)", "@Override\n protected Location getLocation(SuspendContext context)", "@Override\n protected PsiClass createArrayClass(Project project, LanguageLevel level)", "@Override\n protected @Nullable GlobalSearchScope getFallbackAllScope(@NotNull GlobalSearchScope scope, @NotNull Project project)", "@NotNull\n public static String getIdeaRtPath()", "public static <T> List<List<T>> partition(List<T> list, int size)", "private static CompletableFuture<NodeRenderer> getFirstApplicableRenderer(List<CompletableFuture<Boolean>> futures,\n int index,\n List<NodeRenderer> renderers)", "@NotNull\n public static CompletableFuture<NodeRenderer> getFirstApplicableRenderer(List<NodeRenderer> renderers, Type type)", "@NotNull\n public static CompletableFuture<List<NodeRenderer>> getApplicableRenderers(List<? extends NodeRenderer> renderers, Type type)", "@Nullable\n public static XValueMarkers<?, ?> getValueMarkers(@Nullable DebugProcess process)", "public static <T> void forEachSafe(ExtensionPointName<T> ep, Consumer<? super T> action)", "public static <T> void forEachSafe(Iterable<? extends T> iterable, Consumer<? super T> action)", "public static <T, R> R computeSafeIfAny(ExtensionPointName<T> ep, @NotNull Function<? super T, ? extends R> processor)", "@Nullable\n public static Range<Location> getLocalVariableBorders(@NotNull LocalVariable variable)", "public static Value invokeHelperMethod(EvaluationContextImpl evaluationContext, Class<?> cls, String methodName, List<Value> arguments)", "@Nullable\n public static String getExceptionText(EvaluationContextImpl evaluationContext, @NotNull ObjectReference exceptionObject)" ]
intellij-community/java/debugger/impl/src/com/intellij/debugger/impl/DebuggerUtilsImpl.java
440,007
getMaximumSize
@Override public Dimension getMaximumSize() { return getPreferredSize(); }
[ 29, 43 ]
@Override public Dimension getMaximumSize()
82
public final class ArrangementAndMatchConditionComponent extends JPanel implements ArrangementUiComponent
[ "@Override\n public void visit(@NotNull ArrangementAtomMatchCondition condition)", "@Override\n public void visit(@NotNull ArrangementCompositeMatchCondition condition)", "@NotNull\n @Override\n public ArrangementMatchCondition getMatchCondition()", "@Override\n public void setData(@NotNull Object data)", "@NotNull\n @Override\n public JComponent getUiComponent()", "@Nullable\n @Override\n public Rectangle getScreenBounds()", "@Override\n public void setSelected(boolean selected)", "@Override\n public Dimension getMinimumSize()", "@Override\n public Dimension getMaximumSize()", "@Override\n public void paint(Graphics g)", "@Override\n public Rectangle onMouseMove(@NotNull MouseEvent event)", "@Override\n public void onMouseRelease(@NotNull MouseEvent event)", "@Override\n public Rectangle onMouseEntered(@NotNull MouseEvent event)", "@Nullable\n @Override\n public Rectangle onMouseExited()", "@Nullable\n @Override\n public ArrangementSettingsToken getToken()", "@NotNull\n @Override\n public Set<ArrangementSettingsToken> getAvailableTokens()", "@Override\n public void chooseToken(@NotNull ArrangementSettingsToken data)", "@Override\n public boolean isSelected()", "@Override\n public void reset()", "@Override\n public int getBaselineToUse(int width, int height)", "@Override\n public void setListener(@NotNull Listener listener)", "@Override\n public void handleMouseClickOnSelected()", "@Override\n public boolean alwaysCanBeActive()", "@Override\n public String toString()" ]
intellij-community/platform/lang-impl/src/com/intellij/application/options/codeStyle/arrangement/component/ArrangementAndMatchConditionComponent.java
272,402
isEnabledByDefault
@Override public boolean isEnabledByDefault() { return true; }
[ 27, 45 ]
@Override public boolean isEnabledByDefault()
70
public final class XmlUnusedNamespaceInspection extends XmlSuppressableInspectionTool
[ "@NotNull\n @Override\n public PsiElementVisitor buildVisitor(@NotNull final ProblemsHolder holder, boolean isOnTheFly)", "private static boolean isUsedImplicitly(@NotNull XmlAttribute attribute)", "private static void removeReferencesOrAttribute(PsiReference[] references)", "private static void checkUnusedLocations(XmlAttribute attribute, ProblemsHolder holder, @NotNull XmlRefCountHolder refCountHolder)", "private static String getDeclaredPrefix(XmlAttribute attribute)", "@Nullable\n private static XmlAttribute getDefaultLocation(@NotNull XmlTag parent)", "private static PsiReference[] getLocationReferences(String namespace, XmlTag tag)", "private static PsiReference[] getLocationReferences(String namespace, XmlAttributeValue value)", "private static String getNamespaceFromReference(PsiReference reference)", "@Override\n public boolean isEnabledByDefault()", "@NotNull\n @Override\n public String getShortName()", "@Override\n @NotNull\n public String getName()", "@Override\n @NotNull\n public String getFamilyName()", "@Override\n public void applyFix(@NotNull Project project, @NotNull ProblemDescriptor descriptor)", "@Nullable\n public SmartPsiElementPointer<XmlTag> doFix(Project project, ProblemDescriptor descriptor, boolean reformat)", "public static void reformatStartTag(Project project, SmartPsiElementPointer<? extends XmlTag> pointer)", "protected void doRemove(Project project, XmlAttribute attribute, XmlTag parent)", "public static void removeReferenceText(PsiReference ref)", "@Override\n public boolean equals(Object obj)", "@Override\n public int hashCode()", "@NotNull\n @Override\n public String getName()", "@Override\n protected void doRemove(Project project, XmlAttribute attribute, XmlTag parent)", "@Override\n public boolean equals(Object obj)" ]
intellij-community/xml/xml-analysis-impl/src/com/intellij/codeInsight/daemon/impl/analysis/XmlUnusedNamespaceInspection.java
19,714
doShiftClick
@ApiStatus.Experimental protected void doShiftClick() { doClick(); }
[ 43, 55 ]
@ApiStatus.Experimental protected void doShiftClick()
82
public abstract class ComboBoxAction extends AnAction implements CustomComponentAction
[ "public static @NotNull Icon getArrowIcon(boolean enabled)", "@Override\n public void actionPerformed(@NotNull AnActionEvent e)", "protected @NotNull JBPopup createActionPopup(@NotNull DataContext context, @NotNull JComponent component, @Nullable Runnable disposeCallback)", "protected JBPopup createActionPopup(DefaultActionGroup group, @NotNull DataContext context, @Nullable Runnable disposeCallback)", "@Override\n public @NotNull JComponent createCustomComponent(@NotNull Presentation presentation, @NotNull String place)", "protected boolean isNoWrapping(@NotNull String place)", "protected @NotNull ComboBoxButton createComboBoxButton(@NotNull Presentation presentation)", "public boolean isSmallVariant()", "public void setSmallVariant(boolean smallVariant)", "public void setPopupTitle(@NotNull @NlsContexts.PopupTitle String popupTitle)", "protected boolean shouldShowDisabledActions()", "@Deprecated\n protected @NotNull DefaultActionGroup createPopupActionGroup(JComponent button)", "protected @NotNull DefaultActionGroup createPopupActionGroup(@NotNull JComponent button, @NotNull DataContext dataContext)", "protected int getMaxRows()", "protected int getMinHeight()", "protected int getMinWidth()", "@Override\n public String getUIClassID()", "@Override\n public void mousePressed(final MouseEvent e)", "@Override\n public void mouseDragged(MouseEvent e)", "private void setMargin()", "public void setLabel(@NotNull JLabel label)", "protected void presentationChanged(PropertyChangeEvent event)", "protected boolean performClickOnMousePress()", "@TestOnly\n public @NotNull Presentation getPresentation()", "@Override\n protected void fireActionPerformed(ActionEvent event)", "private void setForcePressed(boolean forcePressed)", "private void releaseForcePressed()", "@Override\n public @Nullable String getToolTipText()", "public void showPopup()", "protected @NotNull JBPopup createPopup(@Nullable Runnable onDispose)", "protected @NotNull DataContext getDataContext()", "@Override\n public void removeNotify()", "@Override\n public void addNotify()", "private void updateTooltipText()", "@Override\n public boolean isPressed()", "@Override\n public boolean isArmed()", "@Override\n public boolean isOpaque()", "@Override\n public Font getFont()", "@Override\n public void setFont(Font font)", "@Override\n protected Graphics getComponentGraphics(Graphics graphics)", "public int getArrowGap()", "protected boolean isArrowVisible(@NotNull Presentation presentation)", "public boolean isArrowVisible()", "public boolean isSmallVariant()", "@Override\n public void updateUI()", "@ApiStatus.Experimental\n protected void doShiftClick()", "protected void doRightClick()", "protected Condition<AnAction> getPreselectCondition()" ]
intellij-community/platform/platform-api/src/com/intellij/openapi/actionSystem/ex/ComboBoxAction.java
230,486
doSetDataFromFile
void doSetDataFromFile(File file) throws IOException { try (InputStream input = new BufferedInputStream(new FileInputStream(file))) { myFile.getOutputStream().putNextEntryContent(this, input); assert getSize() == file.length(); } }
[ 5, 22 ]
void doSetDataFromFile(File file)
253
@SuppressWarnings("OctalInteger") public class JBZipEntry implements Cloneable
[ "public int getInternalAttributes()", "public void setInternalAttributes(int value)", "public long getExternalAttributes()", "public void setExternalAttributes(long value)", "public long getHeaderOffset()", "public void setHeaderOffset(long headerOffset)", "public void setUnixMode(int mode)", "public int getUnixMode()", "public int getPlatform()", "protected void setPlatform(int platform)", "void setExtra(@NotNull List<JBZipExtraField> extra)", "public void addExtra(@NotNull JBZipExtraField field)", "public void setTime(long time)", "public long getTime()", "public void setSize(long size)", "public long getSize()", "public String getName()", "public long getCompressedSize()", "public void setCompressedSize(long csize)", "public void setCrc(long crc)", "public long getCrc()", "public void setMethod(int method)", "public int getMethod()", "public boolean isDirectory()", "protected void setName(String name)", "public int hashCode()", "public void erase()", "private InputStream getInputStream()", "public @NotNull List<JBZipExtraField> getExtra()", "byte @NotNull [] getCentralDirectoryExtraBytes()", "byte @NotNull [] getLocalFileHeaderDataExtra()", "private static void assertValidExtraFieldSize(byte @NotNull [] bytes)", "void readExtraFromCentralDirectoryBytes(byte @NotNull [] extraBytes)", "public void setComment(String comment)", "private static int getUTF8Length(String s)", "public String getComment()", "public void setData(byte[] bytes, long timestamp)", "public void setData(byte[] bytes)", "public void setDataFromFile(File file)", "public void setDataFromStream(@NotNull InputStream stream)", "void doSetDataFromFile(File file)", "public void setDataFromPath(@NotNull Path file)", "public void writeDataTo(OutputStream output)", "public byte[] getData()", "public long calcDataOffset()", "private static byte[] readNBytes(@NotNull InputStream is, int length)", "@Override\n public int read(byte @NotNull [] b, int off, int len)", "@Override\n public int read()", "void addDummy()", "@Override\n public String toString()" ]
intellij-community/platform/util/src/com/intellij/util/io/zip/JBZipEntry.java
209,512
startInWriteAction
@Override public boolean startInWriteAction() { return false; }
[ 27, 45 ]
@Override public boolean startInWriteAction()
71
public final class JavaOverrideMethodsHandler implements ContextAwareActionHandler, LanguageCodeInsightActionHandler
[ "@Override\n public boolean isValidFor(final Editor editor, final PsiFile file)", "@Override\n public void invoke(final @NotNull Project project, final @NotNull Editor editor, final @NotNull PsiFile file)", "@Override\n public boolean startInWriteAction()", "@Override\n public boolean isAvailableForQuickList(@NotNull Editor editor, @NotNull PsiFile file, @NotNull DataContext dataContext)" ]
intellij-community/java/java-impl/src/com/intellij/codeInsight/generation/JavaOverrideMethodsHandler.java
430,505
getActionsContextComponent
@Override public JComponent getActionsContextComponent() { return myActionsContextComponent; }
[ 30, 56 ]
@Override public JComponent getActionsContextComponent()
102
public class ContentImpl extends UserDataHolderBase implements Content
[ "@Override\n public @NotNull JComponent getComponent()", "@Override\n public void setComponent(JComponent component)", "@Override\n public JComponent getPreferredFocusableComponent()", "@Override\n public void setPreferredFocusableComponent(JComponent c)", "@Override\n public void setPreferredFocusedComponent(Computable<? extends JComponent> computable)", "@Override\n public void setIcon(Icon icon)", "@Override\n public Icon getIcon()", "@Override\n public void setDisplayName(String displayName)", "@Override\n public String getDisplayName()", "@Override\n public void setTabName(@NlsContexts.TabTitle String tabName)", "@Override\n public String getTabName()", "@Override\n public void setToolwindowTitle(String toolwindowTitle)", "@Override\n public String getToolwindowTitle()", "@Override\n public @Nullable Disposable getDisposer()", "@Override\n public void setDisposer(@NotNull Disposable disposer)", "@Override\n public void setShouldDisposeContent(boolean value)", "@Override\n public String getDescription()", "@Override\n public void setDescription(String description)", "@Override\n public void addPropertyChangeListener(PropertyChangeListener l)", "@Override\n public void removePropertyChangeListener(PropertyChangeListener l)", "public void setManager(@Nullable ContentManager manager)", "@Override\n public ContentManager getManager()", "@Override\n public boolean isSelected()", "@Override\n public final void release()", "@Override\n public boolean isValid()", "@Override\n public boolean isPinned()", "@Override\n public void setPinned(boolean pinned)", "@Override\n public boolean isPinnable()", "@Override\n public void setPinnable(boolean pinnable)", "@Override\n public boolean isCloseable()", "@Override\n public void setCloseable(final boolean closeable)", "@Override\n public void setActions(final ActionGroup actions, String place, @Nullable JComponent contextComponent)", "@Override\n public JComponent getActionsContextComponent()", "@Override\n public ActionGroup getActions()", "@Override\n public String getPlace()", "@Override\n public @NonNls String toString()", "@Override\n public void dispose()", "@Override\n public @Nullable AlertIcon getAlertIcon()", "@Override\n public void setAlertIcon(final @Nullable AlertIcon icon)", "@Override\n public void fireAlert()", "@ApiStatus.Internal\n public void fireTabLayout()", "@Override\n public void setBusyObject(BusyObject object)", "@Override\n public String getSeparator()", "@Override\n public void setSeparator(String separator)", "@Override\n public void setPopupIcon(Icon icon)", "@Override\n public Icon getPopupIcon()", "@Override\n public BusyObject getBusyObject()", "@Override\n public void setSearchComponent(@Nullable JComponent comp)", "@Override\n public JComponent getSearchComponent()", "@Override\n public void setExecutionId(long executionId)", "@Override\n public long getExecutionId()", "@Override\n public void setHelpId(String helpId)", "@Override\n public @Nullable String getHelpId()", "@Override\n public void setTabColor(@Nullable Color color)", "@Override\n public @Nullable Color getTabColor()" ]
intellij-community/platform/platform-impl/src/com/intellij/ui/content/impl/ContentImpl.java
309,777
allFqnsAreUnresolved
private static boolean allFqnsAreUnresolved(@NotNull Project project, @NotNull List<String> fqns) { if (fqns.isEmpty()) return false; JavaPsiFacade facade = JavaPsiFacade.getInstance(project); GlobalSearchScope scope = GlobalSearchScope.allScope(project); return ContainerUtil.all(fqns, fqn -> facade.findClass(fqn, scope) == null); }
[ 23, 43 ]
private static boolean allFqnsAreUnresolved(@NotNull Project project, @NotNull List<String> fqns)
352
public abstract class FindJarFix extends ExpensivePsiIntentionAction implements IntentionAction, Iconable, LowPriorityAction
[ "@Override\n public @NotNull String getText()", "@Override\n public @NotNull String getFamilyName()", "@Override\n public boolean isAvailable(@NotNull Project project, Editor editor, PsiFile file)", "private static boolean allFqnsAreUnresolved(@NotNull Project project, @NotNull List<String> fqns)", "@Override\n public void invoke(@NotNull Project project, @NotNull Editor editor, PsiFile file)", "private void findJarsForFqn(@NlsSafe String fqn, @NotNull Editor editor)", "private void initiateDownload(@NotNull String url, @NotNull String jarName, @Nullable Project project)", "private void downloadJar(@NotNull String jarUrl, @NotNull String jarName)", "protected abstract Collection<String> getFqns(@NotNull PsiQualifiedReferenceElement ref)", "private @NotNull List<String> getPossibleFqns(@NotNull PsiQualifiedReferenceElement ref)", "@Override\n public boolean startInWriteAction()", "@Override\n public Icon getIcon(int flags)" ]
intellij-community/java/java-impl/src/com/intellij/jarFinder/FindJarFix.java
425,067
checkAssignmentCompatibleTypes
static HighlightInfo.Builder checkAssignmentCompatibleTypes(@NotNull PsiAssignmentExpression assignment) { PsiExpression lExpr = assignment.getLExpression(); PsiExpression rExpr = assignment.getRExpression(); if (rExpr == null) return null; PsiType lType = lExpr.getType(); PsiType rType = rExpr.getType(); if (rType == null) return null; IElementType sign = assignment.getOperationTokenType(); HighlightInfo.Builder highlightInfo; if (JavaTokenType.EQ.equals(sign)) { highlightInfo = checkAssignability(lType, rType, rExpr, assignment); } else { // 15.26.2. Compound Assignment Operators IElementType opSign = TypeConversionUtil.convertEQtoOperation(sign); PsiType type = TypeConversionUtil.calcTypeForBinaryExpression(lType, rType, opSign, true); if (type == null || lType == null || TypeConversionUtil.areTypesConvertible(type, lType)) { return null; } if (IncompleteModelUtil.isIncompleteModel(assignment) && IncompleteModelUtil.isPotentiallyConvertible(lType, rExpr)) { return null; } highlightInfo = createIncompatibleTypeHighlightInfo(lType, type, assignment.getTextRange(), 0); IntentionAction action = getFixFactory().createChangeToAppendFix(sign, lType, assignment); highlightInfo.registerFix(action, null, null, null, null); } if (highlightInfo == null) { return null; } HighlightFixUtil.registerChangeVariableTypeFixes(lExpr, rType, rExpr, highlightInfo); if (lType != null) { HighlightFixUtil.registerChangeVariableTypeFixes(rExpr, lType, lExpr, highlightInfo); } return highlightInfo; }
[ 29, 59 ]
static HighlightInfo.Builder checkAssignmentCompatibleTypes(@NotNull PsiAssignmentExpression assignment)
1,669
public final class HighlightUtil
[ "@NotNull\n private static QuickFixFactory getFixFactory()", "private static String getIncompatibleModifier(@NotNull String modifier,\n @NotNull PsiModifierList modifierList,\n @NotNull Map<String, Set<String>> incompatibleModifiersHash)", "static void checkInstanceOfApplicable(@NotNull PsiInstanceOfExpression expression, @NotNull Consumer<? super HighlightInfo.Builder> errorSink)", "static HighlightInfo.Builder checkIntersectionInTypeCast(@NotNull PsiTypeCastExpression expression,\n @NotNull LanguageLevel languageLevel,\n @NotNull PsiFile file)", "private static boolean isIntersection(@NotNull PsiTypeElement castTypeElement, @NotNull PsiType castType)", "static HighlightInfo.Builder checkInconvertibleTypeCast(@NotNull PsiTypeCastExpression expression)", "static HighlightInfo.Builder checkVariableExpected(@NotNull PsiExpression expression)", "@Nullable\n static HighlightInfo.Builder checkOutsideDeclaredCantBeAssignmentInGuard(@Nullable PsiExpression expressionVariable)", "static HighlightInfo.Builder checkAssignmentOperatorApplicable(@NotNull PsiAssignmentExpression assignment)", "static HighlightInfo.Builder checkAssignmentCompatibleTypes(@NotNull PsiAssignmentExpression assignment)", "private static boolean isCastIntentionApplicable(@NotNull PsiExpression expression, @Nullable PsiType toType)", "static HighlightInfo.Builder checkVariableInitializerType(@NotNull PsiVariable variable)", "static HighlightInfo.Builder checkRestrictedIdentifierReference(@NotNull PsiJavaCodeReferenceElement ref,\n @NotNull PsiClass resolved,\n @NotNull LanguageLevel languageLevel)", "static HighlightInfo.Builder checkVarTypeSelfReferencing(@NotNull PsiLocalVariable resolved, @NotNull PsiReferenceExpression ref)", "static HighlightInfo.Builder checkVarTypeApplicability(@NotNull PsiVariable variable)", "static HighlightInfo.Builder checkVarTypeApplicability(@NotNull PsiTypeElement typeElement)", "private static boolean isArrayDeclaration(@NotNull PsiVariable variable)", "static HighlightInfo.Builder checkAssignability(@Nullable PsiType lType,\n @Nullable PsiType rType,\n @Nullable PsiExpression expression,\n @NotNull PsiElement elementToHighlight)", "private static HighlightInfo.Builder checkAssignability(@Nullable PsiType lType,\n @Nullable PsiType rType,\n @Nullable PsiExpression expression,\n @NotNull TextRange textRange,\n int navigationShift)", "static HighlightInfo.Builder checkReturnFromSwitchExpr(@NotNull PsiReturnStatement statement)", "static HighlightInfo.Builder checkReturnStatementType(@NotNull PsiReturnStatement statement, @NotNull PsiElement parent)", "static void registerReturnTypeFixes(@NotNull HighlightInfo.Builder info, @NotNull PsiMethod method, @NotNull PsiType expectedReturnType)", "@NotNull\n public static @NlsContexts.DetailedDescription String getUnhandledExceptionsDescriptor(@NotNull Collection<? extends PsiClassType> unhandled)", "@NotNull\n private static String formatTypes(@NotNull Collection<? extends PsiClassType> unhandled)", "public static HighlightInfo.Builder checkVariableAlreadyDefined(@NotNull PsiVariable variable)", "private static PsiPatternVariable findSamePatternVariableInBranches(@NotNull PsiPatternVariable variable)", "private static PsiVariable findSameNameSibling(@NotNull PsiVariable variable)", "static HighlightInfo.Builder checkUnderscore(@NotNull PsiIdentifier identifier, @NotNull LanguageLevel languageLevel)", "static HighlightInfo.Builder checkUnnamedVariableDeclaration(@NotNull PsiVariable variable)", "@NotNull\n public static @NlsSafe String formatClass(@NotNull PsiClass aClass)", "@NotNull\n public static String formatClass(@NotNull PsiClass aClass, boolean fqn)", "@NotNull\n private static String formatField(@NotNull PsiField field)", "static HighlightInfo.Builder checkUnhandledExceptions(@NotNull PsiElement element)", "private static TextRange computeRange(@NotNull PsiElement element)", "static HighlightInfo.Builder checkUnhandledCloserExceptions(@NotNull PsiResourceListElement resource)", "@Nullable\n private static HighlightInfoType getUnhandledExceptionHighlightType(@NotNull PsiElement element)", "static HighlightInfo.Builder checkBreakTarget(@NotNull PsiBreakStatement statement, @NotNull LanguageLevel languageLevel)", "static HighlightInfo.Builder checkYieldOutsideSwitchExpression(@NotNull PsiYieldStatement statement)", "static HighlightInfo.Builder checkYieldExpressionType(@NotNull PsiExpression expression)", "static HighlightInfo.Builder checkContinueTarget(@NotNull PsiContinueStatement statement, @NotNull LanguageLevel languageLevel)", "private static HighlightInfo.Builder checkBreakOrContinueTarget(@NotNull PsiStatement statement,\n @Nullable PsiIdentifier label,\n @Nullable PsiStatement target,\n @NotNull LanguageLevel level,\n @NotNull @PropertyKey(resourceBundle = JavaErrorBundle.BUNDLE) String misplacedKey,\n @NotNull @PropertyKey(resourceBundle = JavaErrorBundle.BUNDLE) String crossingKey)", "static HighlightInfo.Builder checkIllegalModifierCombination(@NotNull PsiKeyword keyword, @NotNull PsiModifierList modifierList)", "public static boolean isLegalModifierCombination(@NotNull PsiModifierList modifierList)", "private static Map<String, Set<String>> getIncompatibleModifierMap(@NotNull PsiElement modifierListOwner)", "@Nullable\n static String getIncompatibleModifier(@NotNull String modifier, @NotNull PsiModifierList modifierList)", "static HighlightInfo.Builder checkNotAllowedModifier(@NotNull PsiKeyword keyword, @NotNull PsiModifierList modifierList)", "public static HighlightInfo.Builder checkLiteralExpressionParsingError(@NotNull PsiLiteralExpression expression,\n @NotNull LanguageLevel level,\n @Nullable PsiFile file, @Nullable Ref<? super String> description)", "private static HighlightInfo.Builder checkTextBlockNewlineAfterOpeningQuotes(@NotNull PsiElement expression,\n String text,\n @Nullable Ref<? super String> description)", "public static HighlightInfo.Builder checkFragmentError(PsiFragment fragment)", "private static HighlightInfo.@Nullable Builder checkTextBlockEscapes(@NotNull PsiLiteralExpression expression,\n @NotNull String text,\n @NotNull LanguageLevel level,\n @Nullable PsiFile file,\n @Nullable Ref<? super String> description)", "@NotNull\n private static TextRange calculateErrorRange(@NotNull String rawText, int start)", "private static TextRange calculateUnescapedRange(@NotNull String text, @NotNull String subText, int offset)", "private static HighlightInfo.Builder checkUnderscores(@NotNull PsiElement expression, @NotNull String text, boolean isInt)", "static HighlightInfo.Builder checkMustBeBoolean(@NotNull PsiExpression expr, @Nullable PsiType type)", "@Nullable\n private static HighlightInfo.Builder createMustBeBooleanInfo(@NotNull PsiExpression expr, @Nullable PsiType type)", "static @NotNull UnhandledExceptions collectUnhandledExceptions(@NotNull PsiTryStatement statement)", "static void checkExceptionThrownInTry(@NotNull PsiParameter parameter,\n @NotNull Set<? extends PsiClassType> thrownTypes,\n @NotNull Consumer<? super HighlightInfo.Builder> errorSink)", "private static HighlightInfo.Builder checkSimpleCatchParameter(@NotNull PsiParameter parameter,\n @NotNull Collection<? extends PsiClassType> thrownTypes,\n @NotNull PsiClassType caughtType)", "private static void checkMultiCatchParameter(@NotNull PsiParameter parameter,\n @NotNull Collection<? extends PsiClassType> thrownTypes,\n @NotNull Consumer<? super HighlightInfo.Builder> errorSink)", "static void checkWithImprovedCatchAnalysis(@NotNull PsiParameter parameter,\n @NotNull Collection<? extends PsiClassType> thrownInTryStatement,\n @NotNull PsiFile containingFile, @NotNull Consumer<? super HighlightInfo.Builder> errorSink)", "static HighlightInfo.Builder checkNotAStatement(@NotNull PsiStatement statement)", "static void checkSwitchExpressionReturnTypeCompatible(@NotNull PsiSwitchExpression switchExpression,\n @NotNull Consumer<? super HighlightInfo.Builder> errorSink)", "static void registerChangeTypeFix(@Nullable HighlightInfo.Builder info,\n @NotNull PsiExpression expression,\n @NotNull PsiType expectedType)", "static HighlightInfo.Builder checkRecordComponentName(@NotNull PsiRecordComponent component)", "static HighlightInfo.Builder checkRecordComponentVarArg(@NotNull PsiRecordComponent recordComponent)", "static HighlightInfo.Builder checkCStyleDeclaration(@NotNull PsiVariable variable)", "static HighlightInfo.Builder checkRecordAccessorReturnType(@NotNull PsiRecordComponent component)", "static HighlightInfo.Builder checkInstanceOfPatternSupertype(@NotNull PsiInstanceOfExpression expression)", "static HighlightInfo.Builder checkPolyadicOperatorApplicable(@NotNull PsiPolyadicExpression expression)", "static HighlightInfo.Builder checkUnaryOperatorApplicable(@NotNull PsiJavaToken token, @Nullable PsiExpression expression)", "static HighlightInfo.Builder checkThisOrSuperExpressionInIllegalContext(@NotNull PsiExpression expr,\n @Nullable PsiJavaCodeReferenceElement qualifier,\n @NotNull LanguageLevel languageLevel)", "@Nullable\n private static PsiClass getContainingClass(@NotNull PsiExpression expr)", "static HighlightInfo.Builder checkUnqualifiedSuperInDefaultMethod(@NotNull LanguageLevel languageLevel,\n @NotNull PsiReferenceExpression expr,\n @Nullable PsiExpression qualifier)", "private static boolean resolvesToImmediateSuperInterface(@NotNull PsiExpression expr,\n @Nullable PsiJavaCodeReferenceElement qualifier,\n @NotNull PsiClass aClass,\n @NotNull LanguageLevel languageLevel)", "@NotNull\n static @NlsContexts.DetailedDescription String staticContextProblemDescription(@NotNull PsiElement refElement)", "@NotNull\n static @NlsContexts.DetailedDescription String accessProblemDescription(@NotNull PsiElement ref,\n @NotNull PsiElement resolved,\n @NotNull JavaResolveResult result)", "@NotNull\n static Pair<@Nls String, List<IntentionAction>> accessProblemDescriptionAndFixes(@NotNull PsiElement ref,\n @NotNull PsiElement resolved,\n @NotNull JavaResolveResult result)", "@Nullable\n @Nls\n static ErrorWithFixes checkModuleAccess(@NotNull PsiElement resolved, @NotNull PsiElement ref, @NotNull JavaResolveResult result)", "@Nullable\n @Nls\n private static ErrorWithFixes checkModuleAccess(@NotNull PsiElement target,\n @NotNull PsiElement place,\n @Nullable String symbolName,\n @Nullable String containerName)", "private static boolean isAccessible(@NotNull JavaModuleSystem system, @NotNull PsiElement target, @NotNull PsiElement place)", "private static PsiElement getContainer(@NotNull PsiModifierListOwner refElement)", "private static String getContainerName(@NotNull PsiModifierListOwner refElement, @NotNull PsiSubstitutor substitutor)", "static HighlightInfo.Builder checkValidArrayAccessExpression(@NotNull PsiArrayAccessExpression arrayAccessExpression)", "static HighlightInfo.Builder checkCatchParameterIsThrowable(@NotNull PsiParameter parameter)", "static HighlightInfo.Builder checkTemplateExpression(@NotNull PsiTemplateExpression templateExpression)", "static HighlightInfo.Builder checkTryResourceIsAutoCloseable(@NotNull PsiResourceListElement resource)", "static HighlightInfo.Builder checkResourceVariableIsFinal(@NotNull PsiResourceExpression resource)", "static HighlightInfo.Builder checkArrayInitializer(@NotNull PsiExpression initializer, @Nullable PsiType initializerType,\n @NotNull PsiArrayInitializerExpression arrayInitializerExpression)", "private static HighlightInfo.Builder checkArrayInitializerCompatibleTypes(@NotNull PsiExpression initializer,\n @Nullable PsiType initializerType,\n @NotNull PsiType componentType)", "@Nullable\n static HighlightInfo.Builder checkPatternVariableRequired(@NotNull PsiReferenceExpression expression,\n @NotNull JavaResolveResult resultForIncompleteCode)", "static HighlightInfo.Builder checkExpressionRequired(@NotNull PsiReferenceExpression expression,\n @NotNull JavaResolveResult resultForIncompleteCode, @NotNull PsiFile containingFile)", "static HighlightInfo.Builder checkArrayInitializerApplicable(@NotNull PsiArrayInitializerExpression expression)", "static HighlightInfo.Builder checkCaseStatement(@NotNull PsiSwitchLabelStatementBase statement)", "static HighlightInfo.Builder checkLocalClassReferencedFromAnotherSwitchBranch(@NotNull PsiJavaCodeReferenceElement ref,\n @NotNull PsiClass aClass)", "static void checkSwitchExpressionHasResult(@NotNull PsiSwitchExpression switchExpression,\n @NotNull Consumer<? super HighlightInfo.Builder> errorSink)", "private static boolean hasYield(@NotNull PsiSwitchExpression switchExpression, @NotNull PsiElement scope)", "static HighlightInfo.Builder checkIllegalForwardReferenceToField(@NotNull PsiReferenceExpression expression, @NotNull PsiField referencedField)", "public static Boolean isIllegalForwardReferenceToField(@NotNull PsiReferenceExpression expression,\n @NotNull PsiField referencedField,\n boolean acceptQualified)", "private static boolean isLegalForwardReferenceInEnum(@NotNull PsiReferenceExpression expression,\n @NotNull PsiField referencedField,\n @NotNull PsiClass containingClass)", "static PsiField findEnclosingFieldInitializer(@NotNull PsiElement entry)", "private static PsiClassInitializer findParentClassInitializer(@NotNull PsiElement root)", "static HighlightInfo.Builder checkIllegalType(@NotNull PsiTypeElement typeElement, @NotNull PsiFile containingFile)", "static HighlightInfo.Builder checkIllegalVoidType(@NotNull PsiKeyword type)", "static HighlightInfo.Builder checkMemberReferencedBeforeConstructorCalled(@NotNull PsiElement expression,\n @Nullable PsiElement resolved,\n @NotNull Function<? super PsiElement, ? extends PsiMethod> surroundingConstructor)", "@NotNull\n private static HighlightInfo.Builder createMemberReferencedError(@NotNull String resolvedName, @NotNull TextRange textRange)", "static HighlightInfo.Builder checkImplicitThisReferenceBeforeSuper(@NotNull PsiClass aClass, @NotNull JavaSdkVersion javaSdkVersion)", "private static boolean isThisOrSuperReference(@Nullable PsiExpression qualifierExpression, @NotNull PsiClass aClass)", "static HighlightInfo.Builder checkLabelWithoutStatement(@NotNull PsiLabeledStatement statement)", "static HighlightInfo.Builder checkLabelAlreadyInUse(@NotNull PsiLabeledStatement statement)", "static HighlightInfo.Builder checkUnclosedComment(@NotNull PsiComment comment)", "static void checkIllegalUnicodeEscapes(@NotNull PsiElement element, @NotNull Consumer<? super HighlightInfo.Builder> errorSink)", "private static @NotNull String parseUnicodeEscapes(@NotNull String text, @Nullable BiConsumer<? super Integer, ? super Integer> illegalEscapeConsumer)", "static void checkCatchTypeIsDisjoint(@NotNull PsiParameter parameter, @NotNull Consumer<? super HighlightInfo.Builder> errorSink)", "static void checkExceptionAlreadyCaught(@NotNull PsiParameter parameter, @NotNull Consumer<? super HighlightInfo.Builder> errorSink)", "private static boolean checkMultipleTypes(@NotNull PsiClass catchClass, @NotNull List<? extends PsiType> upperCatchTypes)", "private static boolean checkSingleType(@NotNull PsiClass catchClass, @Nullable PsiType upperCatchType)", "static HighlightInfo.Builder checkTernaryOperatorConditionIsBoolean(@NotNull PsiExpression expression, @Nullable PsiType type)", "static HighlightInfo.Builder checkAssertOperatorTypes(@NotNull PsiExpression expression, @Nullable PsiType type)", "static HighlightInfo.Builder checkSynchronizedExpressionType(@NotNull PsiExpression expression,\n @Nullable PsiType type,\n @NotNull PsiFile containingFile)", "static HighlightInfo.Builder checkConditionalExpressionBranchTypesMatch(@NotNull PsiExpression expression, @Nullable PsiType type)", "@NotNull\n static HighlightInfo.Builder createIncompatibleTypeHighlightInfo(@NotNull PsiType lType,\n @Nullable PsiType rType,\n @NotNull TextRange textRange,\n int navigationShift)", "@NotNull\n static HighlightInfo.Builder createIncompatibleTypeHighlightInfo(@NotNull PsiType lType,\n @Nullable PsiType rType,\n @NotNull TextRange textRange,\n int navigationShift,\n @NotNull String reason)", "public static HighlightInfo.Builder checkArrayType(PsiTypeElement type)", "static HighlightInfo.Builder checkExtraSemicolonBetweenImportStatements(@NotNull PsiJavaToken token,\n IElementType type,\n @NotNull LanguageLevel level)", "static HighlightInfo.@NotNull Builder getPendingReferenceHighlightInfo(@NotNull PsiElement elementToHighlight)", "@NotNull @NlsContexts.Tooltip\n String consume(@NotNull @NlsSafe String lRawType,\n @NotNull @NlsSafe String lTypeArguments,\n @NotNull @NlsSafe String rRawType,\n @NotNull @NlsSafe String rTypeArguments)", "default boolean skipTypeArgsColumns()", "@NotNull\n static @NlsContexts.Tooltip String createIncompatibleTypesTooltip(PsiType lType,\n PsiType rType,\n @NotNull IncompatibleTypesTooltipComposer consumer)", "static boolean showShortType(@Nullable PsiType lType, @Nullable PsiType rType)", "private static @NotNull String getReasonForIncompatibleTypes(PsiType rType)", "@NotNull\n private static TypeData typeData(PsiType type)", "@NotNull\n static @NlsSafe HtmlChunk redIfNotMatch(@Nullable PsiType type, boolean matches, boolean shortType)", "static HighlightInfo.Builder checkSingleImportClassConflict(@NotNull PsiImportStatement statement,\n @NotNull Map<String, Pair<PsiImportStaticReferenceElement, PsiClass>> importedClasses,\n @NotNull PsiFile containingFile)", "static HighlightInfo.Builder checkMustBeThrowable(@NotNull PsiType type, @NotNull PsiElement context, boolean addCastIntention)", "private static HighlightInfo.Builder checkMustBeThrowable(@NotNull PsiClass aClass, @NotNull PsiElement context)", "static HighlightInfo.Builder checkReference(@NotNull PsiJavaCodeReferenceElement ref,\n @NotNull JavaResolveResult result,\n @NotNull PsiFile containingFile,\n @NotNull LanguageLevel languageLevel)", "@Contract(value = \"null -> false\", pure = true)\n static boolean isCallToStaticMember(@Nullable PsiElement element)", "@NotNull\n private static PsiElement findPackagePrefix(@NotNull PsiJavaCodeReferenceElement ref)", "@NlsSafe\n @NotNull\n static String format(@NotNull PsiElement element)", "@NotNull\n private static PsiJavaCodeReferenceElement getOuterReferenceParent(@NotNull PsiJavaCodeReferenceElement ref)", "static HighlightInfo.Builder checkPackageAndClassConflict(@NotNull PsiJavaCodeReferenceElement ref, @NotNull PsiFile containingFile)", "static HighlightInfo.Builder checkElementInReferenceList(@NotNull PsiJavaCodeReferenceElement ref,\n @NotNull PsiReferenceList referenceList,\n @NotNull JavaResolveResult resolveResult)", "public static boolean isSerializationImplicitlyUsedField(@NotNull PsiField field)", "static HighlightInfo.Builder checkClassReferenceAfterQualifier(@NotNull PsiReferenceExpression expression, @Nullable PsiElement resolved)", "static HighlightInfo.Builder checkAnnotationMethodParameters(@NotNull PsiParameterList list)", "static HighlightInfo.Builder checkForStatement(@NotNull PsiForStatement statement)", "@NotNull\n private static LanguageLevel getApplicableLevel(@NotNull PsiFile file, @NotNull JavaFeature feature)", "@Nullable\n static HighlightInfo.Builder checkFeature(@NotNull PsiElement element,\n @NotNull JavaFeature feature,\n @NotNull LanguageLevel level,\n @NotNull PsiFile file)", "@Nullable\n static HighlightInfo.Builder checkFeature(@NotNull PsiElement element,\n @NotNull JavaFeature feature,\n @NotNull LanguageLevel level,\n @NotNull PsiFile file,\n @Nullable @NlsContexts.DetailedDescription String message,\n @NotNull HighlightInfoType highlightInfoType)", "static HighlightInfo.Builder checkFeature(@NotNull TextRange range,\n @NotNull JavaFeature feature,\n @NotNull LanguageLevel level,\n @NotNull PsiFile file)", "public static void registerIncreaseLanguageLevelFixes(@NotNull PsiElement element,\n @NotNull JavaFeature feature,\n HighlightInfo.Builder info)", "public static void registerIncreaseLanguageLevelFixes(@NotNull PsiElement element,\n @NotNull JavaFeature feature,\n @NotNull List<? super IntentionAction> registrar)", "private static @NotNull @NlsContexts.DetailedDescription String getUnsupportedFeatureMessage(@NotNull JavaFeature feature,\n @NotNull LanguageLevel level,\n @NotNull PsiFile file)" ]
intellij-community/java/java-analysis-impl/src/com/intellij/codeInsight/daemon/impl/analysis/HighlightUtil.java
469,284
unregisterMarker
private void unregisterMarker(Marker marker) { myIndents.remove(marker); myNewLines.remove(marker); }
[ 13, 29 ]
private void unregisterMarker(Marker marker)
111
public class IndentPsiBuilder extends PsiBuilderAdapter
[ "private void calcInitialIndent()", "@Override\n public void advanceLexer()", "@Override\n public @NotNull Marker mark()", "public @NotNull Marker markWithRollbackPossibility()", "protected Marker createDelegateMarker(@NotNull Marker delegate)", "private void unregisterMarker(Marker marker)", "public boolean isNewLine()", "public int getCurrentIndent()", "public void recalculateCurrentIndent(@NotNull IElementType eolElementType, @NotNull IElementType indentElementType)", "@Override\n public void rollbackTo()", "@Override\n public void done(@NotNull IElementType type)", "@Override\n public void drop()", "@Override\n public @NotNull Marker precede()", "@Override\n public void collapse(@NotNull IElementType type)", "@Override\n public void doneBefore(@NotNull IElementType type, @NotNull Marker before)", "@Override\n public void doneBefore(@NotNull IElementType type, @NotNull Marker before, @NotNull String errorMessage)" ]
intellij-community/platform/core-impl/src/com/intellij/indentation/IndentPsiBuilder.java
256,824
keepsStream
@Override public boolean keepsStream() { return false; }
[ 29, 40 ]
@Override public boolean keepsStream()
70
public final class SimplifyStreamApiCallChainsInspection extends AbstractBaseJavaLocalInspectionTool
[ "@Override\n public boolean isEnabledByDefault()", "@Override\n public @NotNull Set<@NotNull JavaFeature> requiredFeatures()", "@Override\n public @NotNull PsiElementVisitor buildVisitor(@NotNull ProblemsHolder holder, boolean isOnTheFly)", "public static PsiElement simplifyStreamExpressions(PsiElement element, boolean keepStream)", "static CallMatcher collectorMatcher(String name, int parameterCount)", "@NotNull\n private static TextRange getCallChainRange(@NotNull PsiMethodCallExpression expression,\n @NotNull PsiMethodCallExpression qualifierExpression)", "@IntentionName String getName()", "void applyFix(@NotNull Project project, PsiElement element)", "@InspectionMessage String getMessage()", "default boolean keepsStream()", "@Override\n default void applyFix(@NotNull Project project, PsiElement element)", "PsiElement simplify(PsiMethodCallExpression element)", "@NotNull\n @Override\n public String getName()", "@NotNull\n @Override\n public String getFamilyName()", "@Override\n protected void applyFix(@NotNull Project project, @NotNull PsiElement element, @NotNull ModPsiUpdater updater)", "@Override\n @NotNull\n public String getMessage()", "@Nls\n @NotNull\n @Override\n public String getName()", "@Nullable\n protected String getTypeParameter(@NotNull CommentTracker ct, @NotNull PsiMethodCallExpression qualifierCall)", "@Nullable\n @Override\n public PsiElement simplify(PsiMethodCallExpression streamCall)", "public static CallHandler<CallChainSimplification> handler()", "private static boolean isEnumSetReplaceableWithStream(PsiMethodCallExpression call)", "private static boolean hasSingleArrayArgument(PsiMethodCallExpression qualifierCall)", "@Nullable\n @Override\n protected String getTypeParameter(@NotNull CommentTracker ct, @NotNull PsiMethodCallExpression qualifierCall)", "@Override\n public boolean keepsStream()", "@Nls\n @NotNull\n @Override\n public String getName()", "@Override\n @NotNull\n public String getMessage()", "@Override\n public PsiElement simplify(PsiMethodCallExpression streamMethodCall)", "static CallHandler<CallChainSimplification> handler()", "private static CallHandler<ReplaceCollectorFix> returnTypeMatcher(CallHandler<ReplaceCollectorFix> orig)", "@Contract(\"null -> false\")\n private static boolean elementTypeMatches(@Nullable PsiMethodCallExpression collect)", "@Nls\n @NotNull\n @Override\n public String getName()", "@Override\n public void applyFix(@NotNull Project project, PsiElement element)", "private static void addBoxingIfNecessary(PsiElementFactory factory, PsiElement expression)", "@NotNull\n public @InspectionMessage String getMessage()", "static CallHandler<ReplaceCollectorFix> handler(String collectorName, int parameterCount, String template, boolean changeSemantics)", "@Nls\n @NotNull\n @Override\n public String getName()", "@Override\n public void applyFix(@NotNull Project project, PsiElement element)", "@NotNull\n public @InspectionMessage String getMessage()", "@Override\n public String getName()", "@Override\n public String getMessage()", "@Override\n public PsiElement simplify(PsiMethodCallExpression methodCall)", "static boolean isParentNegated(PsiMethodCallExpression methodCall)", "static boolean isArgumentLambdaNegated(PsiMethodCallExpression methodCall)", "static List<CallHandler<CallChainSimplification>> handlers()", "@Override\n public String getName()", "@Override\n public void applyFix(@NotNull Project project, PsiElement element)", "@Nullable\n private static String getCollectionClass(PsiMethodCallExpression call)", "@Override\n public String getName()", "@Override\n public String getMessage()", "@Override\n public PsiElement simplify(PsiMethodCallExpression call)", "static CallHandler<CallChainSimplification> handler()", "@Override\n public boolean keepsStream()", "@Override\n public String getName()", "@Override\n public String getMessage()", "@Override\n public PsiElement simplify(PsiMethodCallExpression streamOfCall)", "public static CallHandler<CallChainSimplification> handler()", "@Override\n public String getName()", "@Override\n public String getMessage()", "@Override\n public PsiElement simplify(PsiMethodCallExpression call)", "static CallHandler<CallChainSimplification> handler()", "@Contract(\"null, _ -> false\")\n private static boolean isBoxingFunction(PsiExpression arg, PsiClass targetClass)", "@Override\n public String getName()", "@Override\n public boolean keepsStream()", "@Override\n public String getMessage()", "@Override\n public PsiElement simplify(PsiMethodCallExpression toArrayCall)", "static CallHandler<CallChainSimplification> handler()", "@Nullable\n private static String getReplacement(PsiMethodCallExpression methodCall, CommentTracker ct)", "@Nullable\n private static PsiArrayType getArrayType(PsiMethodCallExpression call)", "@Override\n public String getName()", "@Override\n public String getMessage()", "@Override\n public PsiElement simplify(PsiMethodCallExpression mapToObjCall)", "static CallHandler<CallChainSimplification> handler()", "@Contract(\"null, _ -> null\")\n private static LimitedContainer extractContainer(PsiMethodCallExpression qualifierCall, PsiExpression mapper)", "@Override\n public String getName()", "@Override\n public String getMessage()", "@Override\n public PsiElement simplify(PsiMethodCallExpression call)", "static CallHandler<CallChainSimplification> handler()", "private static boolean isBooleanIdentity(PsiExpression arg)", "@Nullable\n private static Boolean getBooleanEqualsTarget(PsiExpression arg)", "@Nullable\n private static String adaptToPredicate(PsiExpression expression)", "@Override\n public String getName()", "@Override\n public String getMessage()", "@NotNull\n private String getMethodName()", "@Override\n public PsiElement simplify(PsiMethodCallExpression call)", "static CallHandler<CallChainSimplification> handler()", "@Override\n public String getName()", "@Override\n public String getMessage()", "@Override\n public PsiElement simplify(PsiMethodCallExpression call)", "@NotNull\n static CallHandler<CallChainSimplification> handler()", "@Override\n public String getName()", "@Override\n public String getMessage()", "@Override\n public PsiElement simplify(PsiMethodCallExpression streamCall)", "@NotNull\n static CallHandler<CallChainSimplification> handler()", "private static String getStreamClassName(@NotNull PsiMethodCallExpression call)", "@Override\n public String getName()", "@Override\n public String getMessage()", "@Override\n public PsiElement simplify(PsiMethodCallExpression call)", "@NotNull\n static CallHandler<CallChainSimplification> handler()", "@Override\n public String getName()", "@Override\n public String getMessage()", "@Override\n public boolean keepsStream()", "@Override\n public PsiElement simplify(PsiMethodCallExpression call)", "static CallHandler<CallChainSimplification> handler()", "@Override\n public String getName()", "@Override\n public String getMessage()", "@Override\n public boolean keepsStream()", "@Override\n public PsiElement simplify(PsiMethodCallExpression call)", "@Nullable\n private static PsiExpression extractRight(PsiMethodCallExpression allMatchCall)", "@Nullable\n private static PsiExpression extractLeft(PsiMethodCallExpression call)", "static CallHandler<CallChainSimplification> handler()", "@Override\n public String getName()", "@Override\n public boolean keepsStream()", "@Override\n public String getMessage()", "@Override\n public PsiElement simplify(PsiMethodCallExpression call)", "static CallHandler<CallChainSimplification> handler()", "@Nullable\n private static PsiExpression extractDelimiter(PsiMethodCallExpression call)", "@Override\n public String getName()", "@Override\n public String getMessage()", "@Override\n public PsiElement simplify(PsiMethodCallExpression call)", "static CallHandler<CallChainSimplification> handler()", "static Context from(PsiMethodCallExpression call)", "@Override\n public String getName()", "@Override\n public String getMessage()", "@Override\n public PsiElement simplify(PsiMethodCallExpression call)", "private void updateLambda(PsiLambdaExpression lambda)", "public static CallHandler<CallChainSimplification> handler()", "@Nullable\n private static String getSingleCalledMethodName(PsiExpression arg)", "@Override\n public String getName()", "@Override\n public String getMessage()", "@Override\n public PsiElement simplify(PsiMethodCallExpression call)", "public static CallHandler<CallChainSimplification> handler()", "@Override\n public String getName()", "@Override\n public String getMessage()", "@Override\n public PsiElement simplify(PsiMethodCallExpression call)", "public static CallHandler<CallChainSimplification> handler()", "@Nls\n @NotNull\n @Override\n public String getName()", "@Override\n @NotNull\n public @InspectionMessage String getMessage()", "@Override\n public PsiElement simplify(PsiMethodCallExpression mapCall)", "public static CallHandler<CallChainSimplification> handler()", "private static PsiMethod findAndResolveCandidateToRemove(PsiMethodCallExpression mapCall)", "private static PsiMethodCallExpression findCandidateToRemove(PsiMethodCallExpression mapCall)", "private static PsiMethodCallExpression findSingleCalledMethod(PsiExpression arg)", "@Nls\n @NotNull\n @Override\n public String getName()", "@Override\n @NotNull\n public @InspectionMessage String getMessage()", "@Override\n public PsiElement simplify(PsiMethodCallExpression orElseGetCall)", "public static CallHandler<CallChainSimplification> handler()", "@Nullable\n private static PsiExpression getThrownException(@Nullable PsiLambdaExpression lambda)" ]
intellij-community/java/java-impl-inspections/src/com/intellij/codeInspection/SimplifyStreamApiCallChainsInspection.java
434,462
getVersion
public @Nullable IdeKotlinVersion getVersion() { return myVersion; }
[ 34, 44 ]
public @Nullable IdeKotlinVersion getVersion()
80
class JpsVersionItem implements DescriptionAware
[ "static JpsVersionItem createLabel(@NotNull @Nls String text)", "static JpsVersionItem createFromRawVersion(@NotNull @Nls String rawVersion)", "@Override\n public @NotNull String getDescription()", "public @Nullable IdeKotlinVersion getVersion()", "public @NotNull String getRawVersion()", "@Override\n public boolean equals(Object o)", "@Override\n public int hashCode()" ]
intellij-community/plugins/kotlin/base/compiler-configuration-ui/src/org/jetbrains/kotlin/idea/base/compilerPreferences/configuration/JpsVersionItem.java
88,846
getClasses
public Collection<PsiClass> getClasses(@NotNull final String shortName, @NotNull final Project project, @NotNull final GlobalSearchScope scope) { return StubIndex.getElements(getKey(), shortName, project, new JavaSourceFilterScope(scope), PsiClass.class); }
[ 28, 38 ]
public Collection<PsiClass> getClasses(@NotNull final String shortName, @NotNull final Project project, @NotNull final GlobalSearchScope scope)
263
public final class JavaShortClassNameIndex extends StringStubIndexExtension<PsiClass>
[ "public static JavaShortClassNameIndex getInstance()", "@Override\n public int getVersion()", "@NotNull\n @Override\n public StubIndexKey<String, PsiClass> getKey()", "@Deprecated\n @Override\n public Collection<PsiClass> get(@NotNull final String shortName, @NotNull final Project project, @NotNull final GlobalSearchScope scope)", "public Collection<PsiClass> getClasses(@NotNull final String shortName, @NotNull final Project project, @NotNull final GlobalSearchScope scope)", "@Override\n public boolean traceKeyHashToVirtualFileMapping()" ]
intellij-community/java/java-indexing-impl/src/com/intellij/psi/impl/java/stubs/index/JavaShortClassNameIndex.java
437,497
spliterator
public Spliterator<LongEntry<V>> spliterator() { Node<V>[] t; ConcurrentLongObjectHashMap<V> m = map; long n = m.sumCount(); int f = (t = m.table) == null ? 0 : t.length; return new EntrySpliterator<V>(t, f, 0, f, n < 0L ? 0L : n, m); }
[ 33, 44 ]
public Spliterator<LongEntry<V>> spliterator()
290
@SuppressWarnings("ALL") final class ConcurrentLongObjectHashMap<V> implements ConcurrentLongObjectMap<V>
[ "@Override\n public final long getKey()", "@NotNull\n @Override\n public final V getValue()", "@Override\n public final int hashCode()", "@Override\n public final String toString()", "@Override\n public final boolean equals(Object o)", "Node<V> find(int h, long k)", "static final int spread(long h)", "private static final int tableSizeFor(int c)", "static <V> Node<V> tabAt(Node<V>[] tab, int i)", "static <V> boolean casTabAt(Node<V>[] tab, int i,\n Node<V> v)", "static <V> void setTabAt(Node<V>[] tab, int i, Node<V> v)", "public int size()", "public boolean isEmpty()", "public V get(long key)", "public boolean containsKey(long key)", "@Override\n public boolean containsValue(@NotNull Object value)", "@Override\n public V put(long key, @NotNull V value)", "final V putVal(long key, V value, boolean onlyIfAbsent)", "@Override\n public V remove(long key)", "final V replaceNode(long key, V value, Object cv)", "public void clear()", "public Collection<V> values()", "public Set<LongEntry<V>> entrySet()", "public int hashCode()", "public String toString()", "@Override\n public boolean equals(Object o)", "@Override\n public V putIfAbsent(long key, @NotNull V value)", "@Override\n public boolean remove(long key, @NotNull Object value)", "@Override\n public boolean replace(long key, @NotNull V oldValue, @NotNull V newValue)", "@Override\n public V replace(long key, @NotNull V value)", "public V getOrDefault(long key, V defaultValue)", "boolean removeValueIf(Predicate<? super V> function)", "public boolean contains(Object value)", "@Override\n public long @NotNull [] keys()", "@Override\n @NotNull\n public Iterator<V> elements()", "public long mappingCount()", "@Override\n Node<V> find(int h, long k)", "Node<V> find(int h, Object k)", "static final int resizeStamp(int n)", "private final Node<V>[] initTable()", "private final void addCount(long x, int check)", "final Node<V>[] helpTransfer(Node<V>[] tab, Node<V> f)", "private final void tryPresize(int size)", "private final void transfer(Node<V>[] tab, Node<V>[] nextTab)", "final long sumCount()", "private final void fullAddCount(long x, boolean wasUncontended)", "private final void treeifyBin(Node<V>[] tab, int index)", "Node<V> untreeify(Node<V> b)", "Node<V> find(int h, long k)", "final TreeNode<V> findTreeNode(int h, long k)", "private final void lockRoot()", "private final void unlockRoot()", "private final void contendedLock()", "@Override\n Node<V> find(int h, long k)", "private static int getAndAddInt(Object object, long offset, int v)", "TreeNode<V> putTreeVal(int h, long k, V v)", "final boolean removeTreeNode(TreeNode<V> p)", "static <V> TreeNode<V> rotateLeft(TreeNode<V> root,\n TreeNode<V> p)", "static <V> TreeNode<V> rotateRight(TreeNode<V> root,\n TreeNode<V> p)", "static <V> TreeNode<V> balanceInsertion(TreeNode<V> root,\n TreeNode<V> x)", "static <V> TreeNode<V> balanceDeletion(TreeNode<V> root,\n TreeNode<V> x)", "static <V> boolean checkInvariants(TreeNode<V> t)", "final Node<V> advance()", "private void pushState(Node<V>[] t, int i, int n)", "private void recoverState(int n)", "public final boolean hasNext()", "public final boolean hasMoreElements()", "public final void remove()", "public final V next()", "public final V nextElement()", "public final LongEntry<V> next()", "public ValueSpliterator<V> trySplit()", "public void forEachRemaining(Consumer<? super V> action)", "public boolean tryAdvance(Consumer<? super V> action)", "public long estimateSize()", "public int characteristics()", "public EntrySpliterator<V> trySplit()", "public void forEachRemaining(Consumer<? super LongEntry<V>> action)", "public boolean tryAdvance(Consumer<? super LongEntry<V>> action)", "public long estimateSize()", "public int characteristics()", "public ConcurrentLongObjectHashMap<V> getMap()", "public final void clear()", "public final int size()", "public final boolean isEmpty()", "public abstract Iterator<E> iterator()", "public abstract boolean contains(Object o)", "public abstract boolean remove(Object o)", "public final Object[] toArray()", "@SuppressWarnings(\"unchecked\")\n public final <T> T[] toArray(T[] a)", "public final String toString()", "public final boolean containsAll(Collection<?> c)", "public boolean removeAll(Collection<?> c)", "public final boolean retainAll(Collection<?> c)", "public final boolean contains(Object o)", "public final boolean remove(Object o)", "public final Iterator<V> iterator()", "public final boolean add(V e)", "public final boolean addAll(Collection<? extends V> c)", "@Override public boolean removeAll(Collection<?> c)", "public boolean removeIf(Predicate<? super V> filter)", "public Spliterator<V> spliterator()", "public void forEach(Consumer<? super V> action)", "@NotNull\n @Override\n public Iterable<LongEntry<V>> entries()", "public boolean contains(Object o)", "@Override\n public boolean remove(Object o)", "@NotNull\n @Override\n public Iterator<LongEntry<V>> iterator()", "@Override\n public boolean add(LongEntry<V> e)", "@Override\n public boolean addAll(Collection<? extends LongEntry<V>> c)", "@Override\n public int hashCode()", "public final boolean equals(Object o)", "public Spliterator<LongEntry<V>> spliterator()", "public void forEach(Consumer<? super LongEntry<V>> action)", "@Override\n public long getKey()", "@Override\n public @NotNull V getValue()", "@Override\n @NotNull\n public V cacheOrGet(final long key, @NotNull final V defaultValue)" ]
intellij-community/platform/util/src/com/intellij/util/ConcurrentLongObjectHashMap.java
205,328
findStringPart
@Nullable public static StringPartInfo findStringPart(@NotNull PsiFile file, int startOffset, int endOffset) { final PsiElement start = file.findElementAt(startOffset); final PsiElement fin = file.findElementAt(endOffset - 1); if (start == null || fin == null) return null; final PsiElement psi = PsiTreeUtil.findCommonParent(start, fin); if (psi == null) return null; GrLiteral literal = findLiteral(psi); if (literal != null && checkSelectedRange(startOffset, endOffset, literal)) { return new StringPartInfo(literal, new TextRange(startOffset, endOffset)); } return null; }
[ 41, 55 ]
@Nullable public static StringPartInfo findStringPart(@NotNull PsiFile file, int startOffset, int endOffset)
625
public class StringPartInfo
[ "@Nullable\n public static StringPartInfo findStringPart(@NotNull PsiFile file, int startOffset, int endOffset)", "private static boolean checkSelectedRange(int startOffset, int endOffset, GrLiteral literal)", "private static boolean isEscapesCut(GrLiteral literal, int startOffset, int endOffset)", "public static boolean isWholeLiteralContentSelected(GrLiteral literal, int startOffset, int endOffset)", "private static boolean areInjectionsCut(GrString literal, int startOffset, int endOffset)", "@Nullable\n private static GrLiteral findLiteral(@NotNull PsiElement psi)", "@Contract(\"null -> false\")\n private static boolean isStringLiteral(@Nullable PsiElement psi)", "@NotNull\n public GrExpression replaceLiteralWithConcatenation(@Nullable String varName)", "private String prepareSelected()", "private String prepareSuffix()", "private String preparePrefix()", "private String prepareLiteral(String content)", "@NotNull\n private static String prepareGString(@NotNull String content)", "@NotNull\n public GrLiteral getLiteral()", "@NotNull\n public TextRange getRange()", "@NotNull\n public List<GrStringInjection> getInjections()", "@NotNull\n public GrLiteral createLiteralFromSelected()" ]
intellij-community/plugins/groovy/groovy-psi/src/org/jetbrains/plugins/groovy/refactoring/introduce/StringPartInfo.java
74,861
resume
@Override public void resume() { myDebugger.resume(); }
[ 24, 30 ]
@Override public void resume()
63
public final class DebuggerServer extends UnicastRemoteObject implements RemoteDebugger
[ "@Override\n public void stop(boolean b)", "public static DebuggerServer create(Transformer xsl, Source xml, Result out, int port)", "public static DebuggerServer create(File f, File x)", "@Override\n public void stop(boolean force)", "@Override\n public boolean ping()", "@Override\n public Debugger.State waitForStateChange(Debugger.State state)", "@Override\n public boolean waitForDebuggee()", "@Override\n public boolean start()", "@Override\n public void step()", "@Override\n public void stepInto()", "@Override\n public void resume()", "@Override\n public boolean isStopped()", "@Override\n public Frame getCurrentFrame()", "@Override\n public Frame getSourceFrame()", "@Override\n public Value eval(String expr, String accessToken)", "@Override\n public List<Variable> getGlobalVariables()", "@Override\n public RemoteBreakpointManager getBreakpointManager()", "@Override\n public Debugger.State getState()", "@Override\n public void pause()", "@Override\n public EventQueue getEventQueue()" ]
intellij-community/plugins/xslt-debugger/engine/impl/src/org/intellij/plugins/xsltDebugger/rt/engine/remote/DebuggerServer.java
39,790
decode
public static String decode(final char[] chars) { final StringBuilder buffer = new StringBuilder(); for (int i = 0; i < chars.length; i++) { char chr = chars[i]; final char decodedChar; if (chr == Packet.ourSpecialSymbol) { i++; chr = chars[i]; if (chr != Packet.ourSpecialSymbol) { final StringBuilder codeBuffer = new StringBuilder(Packet.CODE_LENGTH); codeBuffer.append(chr); for (int j = 1; j < Packet.CODE_LENGTH; j++) { codeBuffer.append(chars[i + j]); } i += Packet.CODE_LENGTH - 1; decodedChar = (char)Integer.parseInt(codeBuffer.toString()); } else decodedChar = chr; } else decodedChar = chr; buffer.append(decodedChar); } return buffer.toString(); }
[ 21, 27 ]
public static String decode(final char[] chars)
820
public class SegmentedInputStream extends InputStream
[ "@Override\n public int read()", "private int rawRead()", "private int findNextSymbol()", "private Integer readControlSequence()", "public void setEventsDispatcher(final PacketProcessor eventsDispatcher)", "private char[] readMarker()", "private char[] readNext(final int charCount)", "private int readNext()", "@Override\n public int available()", "@Override\n public void close()", "public static String decode(final char[] chars)" ]
intellij-community/plugins/ant/src/com/intellij/lang/ant/segments/SegmentedInputStream.java
33,387
getErrorMessage
@Override public String getErrorMessage(Editor editor, PsiFile file, XmlAttribute context) { if (context != null) { if (XsltSupport.isPatternAttribute(context)) { return XPathBundle.message("notification.content.match.patterns.may.not.contain.variable.references"); } if (XsltSupport.isXPathAttribute(context) && editor.getSelectionModel().hasSelection()) { return XPathBundle.message("notification.content.please.select.complete.xpath.expression.to.extract"); } } return super.getErrorMessage(editor, file, context); }
[ 28, 43 ]
@Override public String getErrorMessage(Editor editor, PsiFile file, XmlAttribute context)
631
public abstract class BaseIntroduceAction<Settings extends RefactoringOptions> extends XsltRefactoringActionBase
[ "@NlsContexts.Command\n protected abstract String getCommandName()", "protected abstract Settings getSettings(XPathExpression expression, Set<XPathExpression> matchingExpressions)", "protected abstract boolean extractImpl(XPathExpression expression, Set<XPathExpression> matchingExpressions, List<XmlTag> otherMatches, Settings settings)", "@Override\n public String getErrorMessage(Editor editor, PsiFile file, XmlAttribute context)", "@Override\n protected boolean actionPerformedImpl(PsiFile file, Editor editor, XmlAttribute context, int offset)", "private void extractFromExpression(Editor e, final XPathExpression expression)" ]
intellij-community/plugins/xpath/xpath-lang/src/org/intellij/lang/xpath/xslt/refactoring/BaseIntroduceAction.java
161,053
hideWithItemSelected
private void hideWithItemSelected(LookupElement lookupItem, char completionChar) { fireBeforeItemSelected(lookupItem, completionChar); doHide(false, true); fireItemSelected(lookupItem, completionChar); }
[ 13, 33 ]
private void hideWithItemSelected(LookupElement lookupItem, char completionChar)
217
public class LookupImpl extends LightweightHint implements LookupEx, Disposable, LookupElementListPresenter
[ "private CollectionListModelWithBatchUpdate<LookupElement> getListModel()", "@SuppressWarnings(\"unused\") // used plugins\n public LookupArranger getArranger()", "public void setArranger(LookupArranger arranger)", "@Override\n public boolean isFocused()", "@Override\n public @NotNull LookupPresentation getPresentation()", "@Override\n public void setPresentation(@NotNull LookupPresentation presentation)", "@Override\n public @NotNull LookupFocusDegree getLookupFocusDegree()", "public void setLookupFocusDegree(@NotNull LookupFocusDegree lookupFocusDegree)", "public boolean isCalculating()", "public void setCalculating(boolean calculating)", "public void markSelectionTouched()", "@TestOnly\n public void setSelectionTouched(boolean selectionTouched)", "@Override\n public int getSelectedIndex()", "public void setSelectedIndex(int index)", "public int getDummyItemCount()", "public void setDummyItemCount(int count)", "public @NotNull LookupElement getDummyItem()", "public void resort(boolean addAgain)", "public boolean addItem(LookupElement item, PrefixMatcher matcher)", "@SuppressWarnings(\"unused\")\n public void scheduleItemUpdate(@NotNull LookupElement item)", "private void addDummyItems(int count)", "private static boolean containsDummyIdentifier(final @Nullable String s)", "public void updateLookupWidth()", "public void requestResize()", "public Collection<LookupElementAction> getActionsFor(LookupElement element)", "public JList<LookupElement> getList()", "@Override\n public List<LookupElement> getItems()", "@Override\n public @NotNull String getAdditionalPrefix()", "public void fireBeforeAppendPrefix(char c)", "public void appendPrefix(char c)", "public void appendPrefix(char c, boolean refreshUi)", "public void setStartCompletionWhenNothingMatches(boolean startCompletionWhenNothingMatches)", "public boolean isStartCompletionWhenNothingMatches()", "public void ensureSelectionVisible(boolean forceTopSelection)", "public void truncatePrefix(boolean preserveSelection, int hideOffset)", "public void truncatePrefix(boolean preserveSelection, int hideOffset, boolean refreshUi)", "void moveToCaretPosition()", "private boolean updateList(boolean onExplicitAction, boolean reused)", "public boolean isSelectionVisible()", "private boolean checkReused()", "private void clearIfLookupAndArrangerPrefixesMatch()", "private void updateListHeight(ListModel<LookupElement> model)", "private void addEmptyItem(CollectionListModel<? super LookupElement> model)", "@Override\n public @NotNull String itemPattern(@NotNull LookupElement element)", "@Override\n public @NotNull PrefixMatcher itemMatcher(@NotNull LookupElement item)", "public void finishLookup(final char completionChar)", "public void finishLookup(char completionChar, final @Nullable LookupElement item)", "void finishLookupInWritableFile(char completionChar, @Nullable LookupElement item)", "private void hideWithItemSelected(LookupElement lookupItem, char completionChar)", "public int getPrefixLength(LookupElement item)", "protected void insertLookupString(LookupElement item, final int prefix)", "public static void insertLookupString(final Project project,\n Editor editor, LookupElement item,\n PrefixMatcher matcher, String itemPattern, final int prefixLength)", "@Override\n public int getLookupStart()", "public int getLookupOriginalStart()", "@Override\n public boolean performGuardedChange(Runnable change)", "@Override\n public boolean vetoesHiding()", "public boolean isAvailableToUser()", "@Override\n public boolean isShown()", "public boolean showLookup()", "public long getShownTimestampMillis()", "public long getCreatedTimestampMillis()", "protected boolean doShowLookup()", "private void fireLookupShown()", "private void delegateActionToEditor(@NotNull String actionID,\n @Nullable Supplier<? extends AnAction> delegateActionSupplier,\n @NotNull AnActionEvent actionEvent)", "public Advertiser getAdvertiser()", "public boolean mayBeNoticed()", "private void addListeners()", "private boolean canHide()", "protected boolean suppressHidingOnChange()", "@Override\n public @Nullable LookupElement getCurrentItem()", "@Override\n public LookupElement getCurrentItemOrEmpty()", "@Override\n public void setCurrentItem(LookupElement item)", "@Override\n public void addLookupListener(LookupListener listener)", "@Override\n public void removeLookupListener(LookupListener listener)", "@Override\n public Rectangle getCurrentItemBounds()", "private boolean fireBeforeItemSelected(final @Nullable LookupElement item, char completionChar)", "public void fireItemSelected(final @Nullable LookupElement item, char completionChar)", "private void fireLookupCanceled(final boolean explicitly)", "private void fireCurrentItemChanged(@Nullable LookupElement oldItem, @Nullable LookupElement currentItem)", "private void fireUiRefreshed()", "public void replacePrefix(final String presentPrefix, final String newPrefix)", "@Override\n public @Nullable PsiFile getPsiFile()", "@Override\n public boolean isCompletion()", "@Override\n public PsiElement getPsiElement()", "private static @Nullable DocumentWindow getInjectedDocument(Project project, Editor editor, int offset)", "@Override\n public @NotNull Editor getEditor()", "@Override\n public @NotNull Editor getTopLevelEditor()", "@Override\n public @NotNull Project getProject()", "@Override\n public boolean isPositionedAboveCaret()", "@Override\n public boolean isSelectionTouched()", "@Override\n public int getLastVisibleIndex()", "public List<LookupElement> getVisibleItems()", "@Override\n public List<String> getAdvertisements()", "@Override\n public void hide()", "@Override\n public void hideLookup(boolean explicitly)", "private void doHide(final boolean fireCanceled, final boolean explicitly)", "@Override\n protected void onPopupCancel()", "@Override\n public void dispose()", "private String formatDisposeTrace()", "public void refreshUi(boolean mayCheckReused, boolean onExplicitAction)", "public void markReused()", "public void addAdvertisement(@NotNull @NlsContexts.PopupAdvertisement String text, @Nullable Icon icon)", "public boolean isLookupDisposed()", "public void checkValid()", "@Override\n public void showElementActions(@Nullable InputEvent event)", "public @NotNull Map<LookupElement, List<Pair<String, Object>>> getRelevanceObjects(@NotNull Iterable<? extends LookupElement> items,\n boolean hideSingleValued)", "public void setPrefixChangeListener(PrefixChangeListener listener)", "public void addPrefixChangeListener(PrefixChangeListener listener, Disposable parentDisposable)", "@ApiStatus.Internal\n public void addPresentationCustomizer(@NotNull LookupCellRenderer.ItemPresentationCustomizer customizer)", "FontPreferences getFontPreferences()", "@Override\n protected Font adFont()", "@Override\n protected void processKeyEvent(final @NotNull KeyEvent e)", "@Override\n protected @NotNull ExpandableItemsHandler<Integer> createExpandableItemsHandler()", "@Override\n public @NotNull Component getPermanentComponent()" ]
intellij-community/platform/lang-impl/src/com/intellij/codeInsight/lookup/impl/LookupImpl.java
283,629
getNestedInConcreteInheritor
public String getNestedInConcreteInheritor() { return ClassUtil.getJVMClassName(myClassLocation.getPsiElement()) + "$" + myNestedClass.getName(); }
[ 14, 42 ]
public String getNestedInConcreteInheritor()
153
public class NestedClassLocation extends Location<PsiClass>
[ "public String getNestedInConcreteInheritor()", "public static NestedClassLocation elementInClass(final PsiClass psiElement, final PsiClass psiClass)", "@Override\n @NotNull\n public PsiClass getPsiElement()", "@Override\n @NotNull\n public Project getProject()", "@Nullable\n @Override\n public Module getModule()", "public PsiClass getContainingClass()", "@Override\n @NotNull\n public <T extends PsiElement> Iterator<Location<T>> getAncestors(final Class<T> ancestorClass, final boolean strict)" ]
intellij-community/java/execution/impl/src/com/intellij/execution/junit2/info/NestedClassLocation.java
418,735
toString
@Override public String toString() { return "[" + this.getText() + "]"; }
[ 28, 36 ]
@Override public String toString()
87
@Service public final class ParameterHintsPresentationManager implements Disposable
[ "public static ParameterHintsPresentationManager getInstance()", "public List<Inlay<?>> getParameterHintsInRange(@NotNull Editor editor, int startOffset, int endOffset)", "public boolean isParameterHint(@NotNull Inlay inlay)", "public String getHintText(@NotNull Inlay inlay)", "public Inlay addHint(@NotNull Editor editor, int offset, boolean relatesToPrecedingText, @NotNull String hintText,\n @Nullable HintWidthAdjustment widthAdjuster, boolean useAnimation)", "public void deleteHint(@NotNull Editor editor, @NotNull Inlay hint, boolean useAnimation)", "public void replaceHint(@NotNull Editor editor, @NotNull Inlay hint, @NotNull String newText, @Nullable HintWidthAdjustment widthAdjuster,\n boolean useAnimation)", "public void setHighlighted(@NotNull Inlay hint, boolean highlighted)", "public boolean isHighlighted(@NotNull Inlay hint)", "public void setCurrent(@NotNull Inlay hint, boolean current)", "public boolean isCurrent(@NotNull Inlay hint)", "public void setPreviewMode(Editor editor, boolean b)", "private void updateRenderer(@NotNull Editor editor, @NotNull Inlay hint, @Nullable String newText, HintWidthAdjustment widthAdjuster,\n boolean useAnimation)", "@Override\n public void dispose()", "private void scheduleRendererUpdate(@NotNull Editor editor, @NotNull Inlay inlay)", "private void scheduleAnimationStep(@NotNull AnimationStep step)", "@TestOnly\n public boolean isAnimationInProgress(@NotNull Editor editor)", "@Override\n public String toString()", "public void update(Editor editor, String newText, HintWidthAdjustment widthAdjustment, boolean animated)", "@Override\n protected @Nullable TextAttributes getTextAttributes(@NotNull Editor editor)", "@Override\n public @NotNull String getContextMenuGroupId(@NotNull Inlay inlay)", "private void updateState(Editor editor, String text, HintWidthAdjustment widthAdjustment, boolean animated)", "public boolean nextStep()", "@Override\n public int calcWidthInPixels(@NotNull Inlay inlay)", "@Override\n public void run()" ]
intellij-community/platform/lang-impl/src/com/intellij/codeInsight/daemon/impl/ParameterHintsPresentationManager.java
286,822
resolveMethod
@Override public PsiMethod resolveMethod() { return resolveConstructor(); }
[ 29, 42 ]
@Override public PsiMethod resolveMethod()
83
public class PsiNewExpressionImpl extends ExpressionPsiElement implements PsiNewExpression
[ "@Override\n public PsiType getType()", "@Override\n public PsiType getOwner(@NotNull PsiAnnotation annotation)", "private @Nullable PsiType doGetType(@Nullable PsiAnnotation stopAt)", "@Override\n public PsiExpressionList getArgumentList()", "@Override\n public PsiExpression @NotNull [] getArrayDimensions()", "@Override\n public PsiArrayInitializerExpression getArrayInitializer()", "@Override\n public PsiMethod resolveMethod()", "public PsiPolyVariantCachingReference getConstructorFakeReference()", "@Override\n public @NotNull JavaResolveResult resolveMethodGenerics()", "@Override\n public PsiExpression getQualifier()", "@Override\n public @NotNull PsiReferenceParameterList getTypeArgumentList()", "@Override\n public PsiType @NotNull [] getTypeArguments()", "@Override\n public PsiMethod resolveConstructor()", "@Override\n public PsiJavaCodeReferenceElement getClassReference()", "@Override\n public PsiAnonymousClass getAnonymousClass()", "@Override\n public @Nullable PsiJavaCodeReferenceElement getClassOrAnonymousClassReference()", "@Override\n public void deleteChildInternal(@NotNull ASTNode child)", "@Override\n public ASTNode findChildByRole(int role)", "@Override\n public int getChildRole(@NotNull ASTNode child)", "@Override\n public void accept(@NotNull PsiElementVisitor visitor)", "@Override\n public String toString()" ]
intellij-community/java/java-psi-impl/src/com/intellij/psi/impl/source/tree/java/PsiNewExpressionImpl.java
448,433
setShowCallout
public GotItMessage setShowCallout(boolean showCallout) { myShowCallout = showCallout; return this; }
[ 20, 34 ]
public GotItMessage setShowCallout(boolean showCallout)
111
@Deprecated public final class GotItMessage
[ "public static GotItMessage createMessage(@NotNull @NlsContexts.PopupContent String title, @NotNull @NlsContexts.PopupContent String message)", "public GotItMessage setDisposable(Disposable disposable)", "public GotItMessage setCallback(@Nullable Runnable callback)", "public GotItMessage setHyperlinkListener(@Nullable HyperlinkListener hyperlinkListener)", "public GotItMessage setShowCallout(boolean showCallout)", "public void show(@NotNull RelativePoint point, @NotNull Balloon.Position position)", "public void show(@NotNull PositionTracker<Balloon> tracker, @NotNull Balloon.Position position)" ]
intellij-community/platform/platform-impl/src/com/intellij/ui/GotItMessage.java
307,117
isCaseSensitive
public boolean isCaseSensitive() { return myCaseSensitive; }
[ 15, 30 ]
public boolean isCaseSensitive()
66
public class CamelHumpMatcher extends PrefixMatcher
[ "public boolean isCaseSensitive()", "@Override\n public boolean isStartMatch(String name)", "@Override\n public boolean isStartMatch(LookupElement element)", "@ApiStatus.Internal\n public boolean isTypoTolerant()", "private static int skipUnderscores(@NotNull String name)", "@Override\n public boolean prefixMatches(final @NotNull String name)", "private boolean firstLetterCaseDiffers(String name)", "private static boolean caseDiffers(char c1, char c2)", "@Override\n public boolean prefixMatches(final @NotNull LookupElement element)", "private boolean prefixMatchersInternal(final LookupElement element, final boolean itemCaseInsensitive)", "@Override\n public @NotNull PrefixMatcher cloneWithPrefix(final @NotNull String prefix)", "private MinusculeMatcher createMatcher(final boolean caseSensitive)", "public static String applyMiddleMatching(String prefix)", "@Override\n public String toString()", "@TestOnly\n @Deprecated\n public static void forceStartMatching(Disposable parent)", "@Override\n public int matchingDegree(String string)", "public @Nullable FList<TextRange> matchingFragments(String string)", "public int matchingDegree(String string, @Nullable FList<? extends TextRange> fragments)" ]
intellij-community/platform/analysis-impl/src/com/intellij/codeInsight/completion/impl/CamelHumpMatcher.java
195,180
getSymbolReplacementTarget
@Nullable private PsiNamedElement getSymbolReplacementTarget(final PsiElement el) { if (patternElements.length == 1 && patternElements[0] instanceof PsiExpressionStatement) { final PsiExpression expression = ((PsiExpressionStatement)patternElements[0]).getExpression(); if (expression instanceof PsiReferenceExpression && ((PsiReferenceExpression)expression).getQualifierExpression() == null) { // looks like symbol replacements, namely replace AAA by BBB, so lets do the best if (el instanceof PsiNamedElement) { return (PsiNamedElement)el; } } } return null; }
[ 36, 62 ]
@Nullable private PsiNamedElement getSymbolReplacementTarget(final PsiElement el)
632
public class JavaReplaceHandler extends StructuralReplaceHandler
[ "private static boolean isListContext(PsiElement element)", "@Nullable\n private PsiNamedElement getSymbolReplacementTarget(final PsiElement el)", "private static PsiElement getMatchExpr(PsiElement replacement, PsiElement elementToReplace)", "private boolean isSymbolReplacement(final PsiElement el)", "private void copyUnmatchedElements(PsiElement original, PsiElement replacement, ReplacementInfo info)", "private static void copyQualifierIfNotReplaced(PsiMethodCallExpression originalCall,\n PsiMethodCallExpression patternCall,\n PsiMethodCallExpression replacementCall)", "private static void copyClassType(PsiClass originalClass, PsiClass patternClass, PsiClass replacementClass)", "private static void transform(PsiClass replacementClass, ClassType type)", "private static void copyUnmatchedMembers(PsiClass originalClass,\n Map<String, PsiElement> originalNamedElements,\n PsiClass replacementClass)", "private static void addElementAndWhitespaceBeforeAnchor(PsiClass replacementClass, PsiElement element, PsiElement anchor)", "private static void copyMethodBodyIfNotReplaced(PsiMethod original, PsiMethod query, PsiMethod replacement)", "private void copyAnnotationParameters(PsiAnnotation original, PsiAnnotation query, PsiAnnotation replacement)", "private void copyModifiersAndAnnotations(PsiModifierListOwner original, PsiModifierListOwner query, PsiModifierListOwner replacement)", "private PsiWhiteSpace whiteSpace(PsiElement element, @SuppressWarnings(\"SameParameterValue\") String defaultWs)", "private static boolean isCompatibleModifier(String modifier, PsiModifierList modifierList)", "private PsiElement handleSymbolReplacement(PsiElement replacement, final PsiElement el)", "@Override\n public void replace(final @NotNull ReplacementInfo info, @NotNull ReplaceOptions options)", "private static void copyTypeParameterListIfNotReplaced(PsiTypeParameterListOwner original,\n PsiTypeParameterListOwner query,\n PsiTypeParameterListOwner replacement)", "private static void copyImplementsListIfNotReplaced(PsiClass original, PsiClass query, PsiClass replacement)", "private static void copyExtendsListIfNotReplaced(PsiClass original, PsiClass query, PsiClass replacement)", "private static void copyReferenceListIfNotReplaced(PsiReferenceList originalReferenceList,\n PsiReferenceList queryReferenceList,\n PsiReferenceList replacementReferenceList)", "private static void addElementAfterAnchor(PsiElement parentElement, PsiElement element, PsiElement anchor)", "private static void addElementBeforeAnchor(PsiElement parentElement, PsiElement element, PsiElement anchor)", "@Override\n public void postProcess(@NotNull PsiElement affectedElement, @NotNull ReplaceOptions options)", "private static void shortenWithStaticImports(PsiElement affectedElement, int startOffset, int endOffset)", "private static PsiElement createSemicolon(final PsiElement space)", "public static Map<String, PsiElement> collectNamedElements(PsiElement... elements)", "@Override\n public void visitClass(@NotNull PsiClass aClass)", "private void handleNamedElement(final PsiNamedElement named)", "@Override\n public void visitMethodCallExpression(@NotNull PsiMethodCallExpression expression)", "@Override\n public void visitVariable(@NotNull PsiVariable var)", "@Override\n public void visitMethod(@NotNull PsiMethod method)", "@Override\n public void visitAnnotation(@NotNull PsiAnnotation annotation)" ]
intellij-community/java/structuralsearch-java/src/com/intellij/structuralsearch/JavaReplaceHandler.java
436,751
getScript
@Nullable public Script getScript() { return script; }
[ 28, 37 ]
@Nullable public Script getScript()
68
@ApiStatus.Internal public abstract class BreakpointTarget
[ "public abstract <R> R accept(Visitor<R> visitor)", "R visitScriptName(String scriptName, @Nullable Script script)", "R visitScript(Script script)", "R visitUnknown(BreakpointTarget target)", "@Override\n public <R> R accept(Visitor<R> visitor)", "@Override\n public String toString()", "@Override\n public boolean equals(Object o)", "@Override\n public int hashCode()", "public abstract String toString()", "@NotNull\n public String getName()", "@Nullable\n public Script getScript()", "@Override\n public String toString()", "@Override\n public <R> R accept(@NotNull Visitor<R> visitor)", "@Override\n public boolean equals(Object o)", "@Override\n public int hashCode()" ]
intellij-community/platform/script-debugger/backend/src/debugger/BreakpointTarget.java
259,611
isCustomizerEvent
private static boolean isCustomizerEvent(@Nullable String name) { return CUSTOMIZER_EVENT_NAMES.contains(name); }
[ 23, 40 ]
private static boolean isCustomizerEvent(@Nullable String name)
119
public final class TypeCustomizerInspection extends BaseInspection
[ "@NotNull\n @Override\n protected BaseInspectionVisitor buildVisitor()", "public static boolean fileSeemsToBeTypeCustomizer(@NotNull final PsiFile file)", "private static boolean isCustomizerEvent(@Nullable String name)", "@NotNull\n @Override\n public String getName()", "@Override\n public boolean startInWriteAction()", "@NotNull\n @Override\n public String getFamilyName()", "@Override\n public void applyFix(@NotNull Project project, @NotNull ProblemDescriptor descriptor)" ]
intellij-community/plugins/groovy/src/org/jetbrains/plugins/groovy/codeInspection/resources/TypeCustomizerInspection.java
64,782