mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 20:42:52 +07:00
OPENIDE #24 Restrict IDE access to untrusted sources
(cherry picked from commit 5bc56a6a642bb0baba1a0434c50f6b45cae64cb9) (cherry picked from commitfdfad7b125) (cherry picked from commitb869d83490)
This commit is contained in:
@@ -1962,7 +1962,7 @@
|
||||
implementationClass="com.intellij.codeInspection.streamToLoop.StreamToLoopInspection"
|
||||
key="inspection.stream.to.loop.display.name" bundle="messages.JavaBundle"/>
|
||||
<localInspection groupPath="Java" language="JAVA" shortName="UnreachableCatch"
|
||||
groupKey="group.names.verbose.or.redundant.code.constructs" groupBundle="messages.InspectionsBundle"
|
||||
groupKey="group.names.verbose.or.redundant.code.constructs" groupBundle="messages.InspectionsBundle"
|
||||
enabledByDefault="true" level="WARNING"
|
||||
implementationClass="com.intellij.codeInspection.deadCode.UnreachableCatchInspection"
|
||||
key="inspection.unreachable.catch.name" bundle="messages.JavaAnalysisBundle"/>
|
||||
@@ -2745,7 +2745,7 @@
|
||||
<statistics.counterUsagesCollector implementationClass="com.intellij.ide.projectWizard.JdkComboBoxCollector"/>
|
||||
|
||||
<registryKey key="starters.dependency.update.host"
|
||||
defaultValue="https://frameworks.jetbrains.com"
|
||||
defaultValue=""
|
||||
description="The host is used to download dependency config updates for framework starters"/>
|
||||
|
||||
<dependencyCollector kind="java" implementation="com.intellij.ide.JavaDependencyCollector"/>
|
||||
|
||||
Reference in New Issue
Block a user