mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 13:17:09 +07:00
Java: inspection for migration to Markdown documentation comments (IDEA-357191)
GitOrigin-RevId: 94d6c21d713073df58e2f6fb2bbd348a7039b9ce
This commit is contained in:
committed by
intellij-monorepo-bot
parent
488e4a01bf
commit
91cff4a4f1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user