mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[java-intentions] Add OrderEntryFix to 'Cannot access class' error
Fixes IDEA-375037 Cannot access class error should suggest to add dependency on a module to the current GitOrigin-RevId: 2cc6748f663131eb119b974d6c3699b5f9fcf854
This commit is contained in:
committed by
intellij-monorepo-bot
parent
3767ec32bb
commit
3bcffa8c6f
@@ -1859,8 +1859,8 @@ increase.language.level.preview.description=Language level for module ''{0}'' wi
|
||||
open.settings.dialog.for.module.preview.text=Open settings dialog for module ''{0}''
|
||||
button.add.dependency=Add Dependency
|
||||
adds.ext.library.preview=Adds library ''{0}'' to module ''{1}''
|
||||
adds.ext.library.preview.import=Adds library ''{0}'' to the dependencies of module ''{1}'' and imports ''{2}''
|
||||
adds.module.dependencies.preview=Adds {0, choice, 1#module ''''{1}''''|2#one of {2}} to the dependencies of module ''{3}'' and imports unresolved classes
|
||||
adds.ext.library.preview.import=Adds library ''{0}'' to the dependencies of module ''{1}'' and imports ''{2}'' if necessary
|
||||
adds.module.dependencies.preview=Adds {0, choice, 1#module ''''{1}''''|2#one of {2}} to the dependencies of module ''{3}'' and imports unresolved classes if necessary
|
||||
adds.library.preview=Adds {0, choice, 1#library ''''{1}''''|2#one of {2}} to the dependencies of module ''{3}'' and imports unresolved ''{4}''
|
||||
adds.library.preview.no.import=Adds {0, choice, 1#library ''''{1}''''|2#one of {2}} to the dependencies of module ''{3}''
|
||||
notification.content.added.annotations=Added {0} {0, choice, 1#annotation|2#annotations}
|
||||
|
||||
Reference in New Issue
Block a user