[registry] IJPL-175398 Move uast.* keys to Java plugin

GitOrigin-RevId: 47b150b33f41da3e2a0469bd758c86ca9a627d58
This commit is contained in:
Yuriy Artamonov
2025-01-19 18:52:06 +00:00
committed by intellij-monorepo-bot
parent 759feb1c97
commit dda3f1b3da
2 changed files with 7 additions and 9 deletions
@@ -156,6 +156,13 @@
description="JLS 18.5.2: if R 0 is a parameterized type, G<A1, ..., An>, and one of A1, ..., An is a wildcard, then, for fresh inference variables B1, ..., Bn ... Javac creates fresh variables only for i: Ai is a wildcard"/>
<registryKey key="JDK8042508.bug.fixed" defaultValue="false"
description="Disable check for type variable until javac bug is fixed" />
<registryKey key="uast.evaluator.depth.limit" defaultValue="15"
description="Maximal allowed depth for UAST TreeBasedEvaluator visitor"/>
<registryKey key="uast.evaluator.loop.iteration.limit" defaultValue="20"
description="Maximal allowed iteration count for loop evaluation in the UAST TreeBasedEvaluator visitor"/>
<registryKey key="uast.references.by.usage" defaultValue="true"
description="Enables UAST reference contributors that search for usages of variables in the opened file"/>
</extensions>
<extensions defaultExtensionNs="org.jetbrains.uast">
@@ -1085,15 +1085,6 @@ ide.dfa.report.imprecise.description=Whether to report methods for which data fl
ide.new.color.picker=true
ide.new.color.picker.description=Popup based non-modal color picker
uast.evaluator.depth.limit=15
uast.evaluator.depth.limit.description=Maximal allowed depth for Uast TreeBasedEvaluator visitor
uast.evaluator.loop.iteration.limit=20
uast.evaluator.loop.iteration.limit.description=Maximal allowed iteration count for loop evaluation in the Uast TreeBasedEvaluator visitor
uast.references.by.usage=true
uast.references.by.usage.description=Enables UAST reference contributors that search for usages of variables in the opened file
idea.report.nullity.missing.in.generated.overriders=true
idea.report.nullity.missing.in.generated.overriders.description=Whether "@NotNull/@Nullable problems" inspection should complain about overriding methods or parameters missing @NotNull, which occur in generated code