mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[platform] IDEA-382389 cleanup: remove '#loc' references
GitOrigin-RevId: 8184df387dfba268d3d5765b3aa6dcc3efb05015
This commit is contained in:
committed by
intellij-monorepo-bot
parent
3899003c4e
commit
ef2e4e6833
@@ -131,7 +131,7 @@ inspection.application.profile.failed.configure.by.path.0.1=Failed to load profi
|
||||
# suppress inspection "UnusedProperty"
|
||||
inspection.comparing.references.use.quickfix=Use equals()
|
||||
# suppress inspection "UnusedProperty"
|
||||
inspection.comparing.references.problem.descriptor=Suspicious comparison #ref #loc
|
||||
inspection.comparing.references.problem.descriptor=Suspicious comparison #ref
|
||||
|
||||
# suppress inspection "UnusedProperty"
|
||||
inspection.duplicates.replace.family.quickfix=Replace
|
||||
@@ -269,9 +269,9 @@ assignment.to.itself.quickfix.name=Remove self assignment
|
||||
preparing.for.apply.fix=Preparing to Apply Fix\u2026
|
||||
inspection.tool.window.dialog.no.options=Inspection ''{0}'' has no configurable options
|
||||
inspection.tool.window.inspection.dialog.title=Inspection ''{0}'' options
|
||||
naming.convention.problem.descriptor.short={0} name <code>#ref</code> is too short ({1} \\< {2}) #loc
|
||||
naming.convention.problem.descriptor.long={0} name <code>#ref</code> is too long ({1} \\> {2}) #loc
|
||||
naming.convention.problem.descriptor.regex.mismatch={0} name <code>#ref</code> doesn''t match regex ''{1}'' #loc
|
||||
naming.convention.problem.descriptor.short={0} name <code>#ref</code> is too short ({1} \\< {2})
|
||||
naming.convention.problem.descriptor.long={0} name <code>#ref</code> is too long ({1} \\> {2})
|
||||
naming.convention.problem.descriptor.regex.mismatch={0} name <code>#ref</code> doesn''t match regex ''{1}''
|
||||
inspection.naming.conventions.option=Use custom settings
|
||||
inspection.naming.conventions.option.description=When unchecked, settings for regular class name will be used
|
||||
|
||||
|
||||
@@ -331,8 +331,8 @@ non.ascii.characters=Non-ASCII characters
|
||||
lossy.encoding=Lossy encoding
|
||||
inspection.lossy.encoding.description=The file was loaded in a wrong encoding: ''{0}''
|
||||
todo.comment.display.name=TODO comment
|
||||
todo.comment.problem.descriptor=TODO comment <code>#ref</code> #loc
|
||||
todo.comment.without.details.problem.descriptor=TODO comment without description #loc
|
||||
todo.comment.problem.descriptor=TODO comment <code>#ref</code>
|
||||
todo.comment.without.details.problem.descriptor=TODO comment without description
|
||||
todo.comment.only.warn.on.empty.option=Only warn on TODO comments without any details
|
||||
empty.directory.display.name=Empty directory
|
||||
empty.directories.problem.descriptor=Empty directory <code>{0}</code>
|
||||
|
||||
@@ -768,7 +768,7 @@ ignoreTokenType.syntax\:=<syntax>
|
||||
|
||||
ignore.codeInspection.group=Version control
|
||||
ignore.codeInspection.duplicateEntry=Ignore file duplicates
|
||||
ignore.codeInspection.duplicateEntry.message=<code>#ref</code> pattern is defined more than once #loc
|
||||
ignore.codeInspection.duplicateEntry.message=<code>#ref</code> pattern is defined more than once
|
||||
ignore.quick.fix.remove.entry=Remove pattern
|
||||
|
||||
vcs.add.to.ignore.file.action.group.text=Add to {0}
|
||||
|
||||
Reference in New Issue
Block a user