mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
49 lines
4.6 KiB
INI
49 lines
4.6 KiB
INI
jvm.inspections.group.name=JVM languages
|
|
|
|
jvm.inspections.unstable.api.usage.display.name=Unstable API Usage
|
|
jvm.inspections.unstable.api.usage.annotations.list=Unstable API annotations
|
|
jvm.inspections.unstable.api.usage.ignore.inside.imports=Ignore inside imports
|
|
jvm.inspections.unstable.api.usage.api.is.marked.unstable.itself=''{0}'' is marked unstable with @{1}
|
|
jvm.inspections.unstable.api.usage.api.is.declared.in.unstable.api=''{0}'' is declared in unstable {1} ''{2}'' marked with @{3}
|
|
jvm.inspections.unstable.api.usage.overridden.method.is.marked.unstable.itself=Overridden method ''{0}'' is marked unstable with @{1}
|
|
jvm.inspections.unstable.api.usage.overridden.method.is.declared.in.unstable.api=Overridden method ''{0}'' is declared in unstable {1} ''{2}'' marked with @{3}
|
|
jvm.inspections.unstable.api.usage.unstable.type.is.used.in.signature.of.referenced.api=''{0}'' is unstable because its signature references unstable {1} ''{2}'' marked with @{3}
|
|
|
|
jvm.inspections.scheduled.for.removal.future.version=a future version
|
|
jvm.inspections.scheduled.for.removal.predefined.version=version {0}
|
|
jvm.inspections.scheduled.for.removal.api.is.marked.itself=''{0}'' is scheduled for removal in {1}
|
|
jvm.inspections.scheduled.for.removal.api.is.declared.in.marked.api=''{0}'' is declared in {1} ''{2}'' scheduled for removal in {3}
|
|
jvm.inspections.scheduled.for.removal.method.overridden.marked.itself=Overridden method ''{0}'' is scheduled for removal in {1}
|
|
jvm.inspections.scheduled.for.removal.method.overridden.declared.in.marked.api=Overridden method ''{0}'' is declared in {1} ''{2}'' scheduled for removal in {3}
|
|
jvm.inspections.scheduled.for.removal.scheduled.for.removal.type.is.used.in.signature.of.referenced.api=''{0}'' is scheduled for removal because its signature references {1} ''{2}'' scheduled for removal in {3}
|
|
|
|
jvm.inspections.unstable.type.used.in.signature.display.name=Unstable type is used in signature
|
|
jvm.inspections.unstable.type.used.in.class.signature.description=Class must be marked with ''@{0}'' annotation because its declaration references unstable type ''{1}''
|
|
jvm.inspections.unstable.type.used.in.method.signature.description=Method must be marked with ''@{0}'' annotation because its signature references unstable type ''{1}''
|
|
jvm.inspections.unstable.type.used.in.field.signature.description=Field must be marked with ''@{0}'' annotation because its type references unstable type ''{1}''
|
|
|
|
jvm.inspections.missing.deprecated.annotation.on.scheduled.for.removal.api.display.name=Missing '@Deprecated' annotation on scheduled for removal API
|
|
jvm.inspections.missing.deprecated.annotation.on.scheduled.for.removal.api.description=Scheduled for removal API must also be marked with '@Deprecated' annotation
|
|
jvm.inspections.must.already.be.removed.api.display.name=API must already be removed
|
|
jvm.inspections.must.already.be.removed.api.earlier.version.description=API must have been removed in version {0} but the current version is {1}
|
|
jvm.inspections.must.already.be.removed.api.current.version.description=API must be removed in the current version {0}
|
|
jvm.inspections.blocking.method.problem.descriptor=Inappropriate blocking method call
|
|
jvm.inspections.blocking.method.display.name=Inappropriate thread-blocking method call
|
|
jvm.inspections.blocking.method.annotation.blocking=Blocking Annotations
|
|
jvm.inspections.blocking.method.annotation.non-blocking=Non-Blocking Annotations
|
|
jvm.inspections.blocking.method.annotation.configure.add.blocking.title=Add Blocking Annotation
|
|
jvm.inspections.blocking.method.annotation.configure.add.non-blocking.title=Add Non-Blocking Annotation
|
|
jvm.inspections.blocking.method.annotation.configure.empty.text=No annotations added.
|
|
jvm.inspections.blocking.method.annotation.configure.add.text=Add annotation
|
|
|
|
jvm.inspections.api.no.extension.display.name=Class, interface, or method should not be extended
|
|
jvm.inspections.api.no.extension.class.description=Class ''{0}'' must not be extended
|
|
jvm.inspections.api.no.extension.interface.implement.description=Interface ''{0}'' must not be implemented
|
|
jvm.inspections.api.no.extension.interface.extend.description=Interface ''{0}'' must not be extended
|
|
jvm.inspections.api.no.extension.method.overriding.description=Method ''{0}'' must not be overridden
|
|
jvm.inspections.api.override.only.display.name=Method can only be overridden
|
|
jvm.inspections.api.override.only.description=Method ''{0}'' can only be overridden
|
|
|
|
|
|
jvm.inspections.string.touppercase.tolowercase.without.locale.display.name=Call to 'String.toUpperCase()' or 'toLowerCase()' without a Locale
|
|
jvm.inspections.string.touppercase.tolowercase.without.locale.description=<code>String.{0}()</code> called without specifying a Locale using internationalized strings #loc |