mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-01 09:04:15 +07:00
Part of IDEA-365344 Create a new Java error highlighter with minimal dependencies (PSI only) GitOrigin-RevId: 8bf45e8e4e26a2766c9755a90dfba6d6cc94e198
141 lines
8.4 KiB
Properties
141 lines
8.4 KiB
Properties
# DEPRECATION WARNING
|
|
# This bundle is generally deprecated and might be removed in the future.
|
|
# Avoid adding new messages here
|
|
# Compilation error messages are moved to JavaCompilationErrorBundle
|
|
# Inspection/quick-fix messages should be moved to other places like JavaAnalysisBundle
|
|
|
|
# suppress inspection "UnusedProperty"
|
|
annotation.missing.method=Cannot find @interface method ''{0}()''
|
|
# suppress inspection "UnusedProperty"
|
|
annotation.unknown.method=Cannot find @interface method ''{0}()''
|
|
annotation.not.applicable=''@{0}'' not applicable to {1}
|
|
# suppress inspection "UnusedProperty"
|
|
annotation.annotation.type.expected=Annotation type expected
|
|
generics.unchecked.assignment=Unchecked assignment: ''{0}'' to ''{1}''
|
|
generics.unchecked.cast=Unchecked cast: ''{0}'' to ''{1}''
|
|
generics.unchecked.call.to.member.of.raw.type=Unchecked call to ''{0}'' as a member of raw type ''{1}''
|
|
generics.unchecked.call=Unchecked method ''{0}'' invocation
|
|
unchecked.overriding.incompatible.return.type=Unchecked overriding: return type requires unchecked conversion. Found ''{0}'', required ''{1}''
|
|
|
|
class.must.be.abstract=Class ''{0}'' must either be declared abstract or implement abstract method ''{1}'' in ''{2}''
|
|
package.name.file.path.mismatch=Package name ''{0}'' does not correspond to the file path ''{1}''
|
|
missing.package.statement=Missing package statement: ''{0}''
|
|
missing.package.statement.package.name.invalid=Missing package statement but package name ''{0}'' which corresponds to the file path is invalid
|
|
missing.return.statement=Missing return statement
|
|
exception.is.never.thrown=Exception ''{0}'' is never thrown in the method
|
|
cannot.resolve.method=Cannot resolve method ''{0}''
|
|
overrides.deprecated.method=Overrides deprecated method in ''{0}''
|
|
overrides.marked.for.removal.method=Overrides method that is deprecated and marked for removal in ''{0}''
|
|
deprecated.default.constructor=Default constructor in ''{0}'' is deprecated
|
|
marked.for.removal.default.constructor=Default constructor in ''{0}'' is deprecated and marked for removal
|
|
cannot.resolve.constructor=Cannot resolve constructor ''{0}''
|
|
inconvertible.type.cast=Inconvertible types; cannot cast ''{0}'' to ''{1}''
|
|
binary.operator.not.applicable=Operator ''{0}'' cannot be applied to ''{1}'', ''{2}''
|
|
#{0} - exceptions list (comma separated), {1} - exceptions count in the list, {2} - exception source
|
|
unhandled.exceptions=Unhandled {1, choice, 0#exception|2#exceptions}: {0}
|
|
variable.already.defined=Variable ''{0}'' is already defined in the scope
|
|
# suppress inspection "UnusedProperty"
|
|
incompatible.types=Incompatible types. Found: ''{1}'', required: ''{0}''
|
|
switch.dominance.of.preceding.label=Label is dominated by a preceding case label ''{0}''
|
|
expression.expected=Expression expected
|
|
qualified.enum.constant.in.switch.remove.fix=Remove qualifier
|
|
deconstruction.pattern.requires.record=Deconstruction pattern can only be applied to a record, ''{0}'' is not a record
|
|
switch.expr.empty='switch' expression does not have any case clauses
|
|
switch.statement.empty='switch' statement does not have any case clauses
|
|
switch.expr.incomplete='switch' expression does not cover all possible input values
|
|
switch.statement.incomplete='switch' statement does not cover all possible input values
|
|
numeric.overflow.in.expression=Numeric overflow in expression
|
|
static.member.accessed.via.instance.reference=Static member ''{0}.{1}'' accessed via instance reference
|
|
deprecated.symbol=''{0}'' is deprecated
|
|
deprecated.since.symbol=''{0}'' is deprecated since version {1}
|
|
marked.for.removal.symbol=''{0}'' is deprecated and marked for removal
|
|
marked.for.removal.symbol.since=''{0}'' is deprecated since version {1} and marked for removal
|
|
cannot.resolve.symbol=Cannot resolve symbol ''{0}''
|
|
local.variable.is.never.used=Variable ''{0}'' is never used
|
|
local.variable.is.not.used.for.reading=Variable ''{0}'' is assigned but never accessed
|
|
local.variable.is.not.assigned=Variable ''{0}'' is never assigned
|
|
private.field.is.not.used=Private field ''{0}'' is never used
|
|
field.is.not.used=Field ''{0}'' is never used
|
|
field.is.not.used.for.reading={0} field ''{1}'' is assigned but never accessed
|
|
private.field.is.not.assigned=Private field ''{0}'' is never assigned
|
|
parameter.is.not.used=Parameter ''{0}'' is never used
|
|
parameter.excluding.hierarchy.disable.text=Do not highlight parameters for inherited methods
|
|
pattern.variable.is.not.used=Pattern variable ''{0}'' is never used
|
|
private.method.is.not.used=Private method ''{0}'' is never used
|
|
method.is.not.used=Method ''{0}'' is never used
|
|
constructor.is.not.used=Constructor ''{0}'' is never used
|
|
private.constructor.is.not.used=Private constructor ''{0}'' is never used
|
|
private.inner.class.is.not.used=Private inner class ''{0}'' is never used
|
|
private.inner.interface.is.not.used=Private inner interface ''{0}'' is never used
|
|
type.parameter.is.not.used=Type parameter ''{0}'' is never used
|
|
local.class.is.not.used=Local class ''{0}'' is never used
|
|
class.is.not.used=Class ''{0}'' is never used
|
|
interface.is.not.used=Interface ''{0}'' is never used
|
|
enum.is.not.used=Enum ''{0}'' is never used
|
|
annotation.interface.is.not.used=@Interface ''{0}'' is never used
|
|
record.is.not.used=Record ''{0}'' is never used
|
|
|
|
# suppress inspection "UnusedProperty"
|
|
expected.identifier=Identifier expected
|
|
# suppress inspection "UnusedProperty"
|
|
unexpected.token=Unexpected token
|
|
expected.identifier.or.type=Identifier or type expected
|
|
# suppress inspection "UnusedProperty"
|
|
expected.rbracket=']' expected
|
|
# suppress inspection "UnusedProperty"
|
|
expected.expression=Expression expected
|
|
expected.semicolon=';' expected
|
|
# suppress inspection "UnusedProperty"
|
|
expected.lparen='(' expected
|
|
# suppress inspection "UnusedProperty"
|
|
expected.rparen=')' expected
|
|
# suppress inspection "UnusedProperty"
|
|
expected.rbrace='}' expected
|
|
# suppress inspection "UnusedProperty"
|
|
expected.lbrace='{' expected
|
|
expected.parameter=Parameter expected
|
|
expected.comma=',' expected
|
|
# suppress inspection "UnusedProperty"
|
|
expected.lparen.or.lbracket='(' or '[' expected
|
|
# suppress inspection "UnusedProperty"
|
|
else.without.if='else' without 'if'
|
|
# suppress inspection "UnusedProperty"
|
|
catch.without.try='catch' without 'try'
|
|
# suppress inspection "UnusedProperty"
|
|
finally.without.try='finally' without 'try'
|
|
# suppress inspection "UnusedProperty"
|
|
expected.statement=Statement expected
|
|
# suppress inspection "UnusedProperty"
|
|
expected.while='while' expected
|
|
# suppress inspection "UnusedProperty"
|
|
expected.catch.or.finally='catch' or 'finally' expected
|
|
# suppress inspection "UnusedProperty"
|
|
expected.boolean.expression=Boolean expression expected
|
|
# suppress inspection "UnusedProperty"
|
|
expected.switch.label='case', 'default' or '}' expected
|
|
# suppress inspection "UnusedProperty"
|
|
expected.switch.rule=Expression, block or throw statement expected
|
|
error.cannot.resolve.class=Cannot resolve class ''{0}''
|
|
error.cannot.resolve.class.or.package=Cannot resolve class or package ''{0}''
|
|
suspicious.name.assignment=''{0}'' should probably not be assigned to ''{1}''
|
|
suspicious.name.parameter=''{0}'' should probably not be passed as parameter ''{1}''
|
|
suspicious.name.return=''{0}'' should probably not be returned from method ''{1}''
|
|
cannot.resolve.package=Cannot resolve package {0}
|
|
assert.identifier.warn=Use of 'assert' as an identifier is not supported in releases since Java 1.4
|
|
enum.identifier.warn=Use of 'enum' as an identifier is not supported in releases since Java 1.5
|
|
underscore.identifier.warn=Use of '_' as an identifier is not supported in releases since Java 9
|
|
# {0} = restricted identifier, like 'var', {1} = java version like '10'
|
|
restricted.identifier.warn=Use of ''{0}'' as a class name is not supported in releases since Java {1}
|
|
module.unwanted.modifier.warn=Modifiers on 'requires java.base' are prohibited in releases since Java 10
|
|
yield.unqualified.method.warn=Unqualified call to 'yield' method is not supported in releases since Java 14
|
|
redundant.semicolon.warn=Redundant semicolons between import statements are prohibited starting from Java 21
|
|
|
|
module.open.duplicate.text=Go to duplicate
|
|
restricted.identifier=''{0}'' is a restricted identifier and cannot be used for type declarations
|
|
record.canonical.constructor=Canonical constructor
|
|
record.compact.constructor=Compact constructor
|
|
annotation.on.static.member.qualifying.type.family.name=Move type annotation
|
|
create.class.action.this.not.valid.java.qualified.name=This is not a valid Java qualified name
|
|
text.class.is.not.accessible={0} is not accessible in current context
|
|
remove.unused.imports.quickfix.text=Remove unused imports
|