mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 13:17:09 +07:00
[java] annotation.target.* messages moved to JavaPsiBundle.properties
GitOrigin-RevId: ae0914063db552bdbd24b10348ad6e92e9e83636
This commit is contained in:
committed by
intellij-monorepo-bot
parent
d57fac1920
commit
d49d42c5d5
@@ -291,4 +291,29 @@ error.incompatible.type.incompatible.equality.constraint=Incompatible equality c
|
||||
list.item.no.module=<no module>
|
||||
# {0} = localized element kind ('class', 'field', 'method', etc.); {1} = element name
|
||||
element.kind.and.name={0} {1}
|
||||
command.name.insert.block.statement=Insert Block Statement
|
||||
command.name.insert.block.statement=Insert Block Statement
|
||||
|
||||
# suppress inspection "UnusedProperty"
|
||||
annotation.target.ANNOTATION_TYPE=annotation type
|
||||
# suppress inspection "UnusedProperty"
|
||||
annotation.target.CONSTRUCTOR=constructor
|
||||
# suppress inspection "UnusedProperty"
|
||||
annotation.target.FIELD=field
|
||||
# suppress inspection "UnusedProperty"
|
||||
annotation.target.LOCAL_VARIABLE=local variable
|
||||
# suppress inspection "UnusedProperty"
|
||||
annotation.target.METHOD=method
|
||||
# suppress inspection "UnusedProperty"
|
||||
annotation.target.MODULE=module
|
||||
# suppress inspection "UnusedProperty"
|
||||
annotation.target.PACKAGE=package
|
||||
# suppress inspection "UnusedProperty"
|
||||
annotation.target.PARAMETER=parameter
|
||||
# suppress inspection "UnusedProperty"
|
||||
annotation.target.RECORD_COMPONENT=record component
|
||||
# suppress inspection "UnusedProperty"
|
||||
annotation.target.TYPE=type
|
||||
# suppress inspection "UnusedProperty"
|
||||
annotation.target.TYPE_PARAMETER=type parameter
|
||||
# suppress inspection "UnusedProperty"
|
||||
annotation.target.TYPE_USE=type use
|
||||
|
||||
Reference in New Issue
Block a user