Java: inspection for migration to Markdown documentation comments (IDEA-357191)

GitOrigin-RevId: 94d6c21d713073df58e2f6fb2bbd348a7039b9ce
This commit is contained in:
Bas Leijdekkers
2024-08-08 20:19:46 +00:00
committed by intellij-monorepo-bot
parent 488e4a01bf
commit 91cff4a4f1
8 changed files with 1034 additions and 0 deletions
@@ -2365,6 +2365,9 @@ inspection.deconstruction.can.be.used.display.name=Record pattern can be used
inspection.deconstruction.can.be.used.message=Can be replaced with record pattern
inspection.deconstruction.can.be.used.fix.family.name=Replace with record pattern
markdown.documentation.comments.migration.display.name=Javadoc comment can be Markdown documentation comment
markdown.documentation.comments.migration.fix=Convert to Markdown documentation comment
array.hash.code.fix.family.name=Replace with 'Arrays.hashCode()' call
objects.hash.fix.family.name=Wrap with 'Arrays.hashCode()'
unqualified.static.access.fix.family.name=Qualify static access