IDEA-379405 javadoc: mk references are now properly highlighted in red when they aren't found.

Also merged some strangely similar code logic from the RemoveTagFix.

#IDEA-379405 Fixed

GitOrigin-RevId: d5415909ceb45589cd68c0e4e4e572cd66e209e6
This commit is contained in:
Mathias
2025-12-22 18:18:46 +00:00
committed by intellij-monorepo-bot
parent ab118c5eab
commit f4d1cc8f2d
5 changed files with 60 additions and 13 deletions
@@ -1171,6 +1171,7 @@ quickfix.family.avoid.mutation.using.stream.api=Avoid mutation using Stream API
quickfix.family.change.javadoc.to=Change to \u2026
quickfix.family.find.cause=Find cause
quickfix.family.remove.javadoc.tag=Remove tag
quickfix.family.remove.javadoc.reference=Remove tag
quickfix.family.remove.redundant.parameter=Remove redundant parameter
quickfix.family.remove.redundant.parameter.types=Remove redundant parameter types
quickfix.family.replace.cast.type=Replace cast type
@@ -1191,6 +1192,7 @@ quickfix.text.0.may.not.work.before.jdk.11.0.2={0} (may not work before JDK 11.0
quickfix.text.avoid.mutation.using.stream.api.0.operation=Avoid mutation using Stream API ''{0}()'' operation
quickfix.text.remove.javadoc.0=Remove ''@{0}'' tag
quickfix.text.remove.javadoc.0.1=Remove @{0} {1}
quickfix.text.remove.javadoc.reference=Remove ''@{0}'' reference
quickfix.text.remove.not.null.annotation=Remove non-null annotation
quickfix.text.replace.0.stream.with.1.2=Replace {0}.stream() with {1}.{2}()
quickfix.text.replace.collect.0.with.1.2=Replace ''collect({0}())'' with ''{1}''{2}