mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-13 15:52:01 +07:00
IDEA-222515 Doubled single quote: Source file changed or found source file does not correspond to the breakpoint''s file
GitOrigin-RevId: 11b4f75f65a07c7389ee6f9b306436f45b21c309
This commit is contained in:
committed by
intellij-monorepo-bot
parent
4f78599540
commit
3ed5a1f660
@@ -5,10 +5,10 @@ evaluation.error.object.is.being.initialized=Object is being initialized
|
||||
internal.error.locations.of.line=Internal error loading debug information from ''{0}''. Breakpoints will be unavailable in this class.
|
||||
evaluation.error.inconsistent.debug.info=Debug information is inconsistent
|
||||
evaluation.error.boolean.value.expected.in.condition='boolean' value expected in condition
|
||||
evaluation.error.boolean.condition.expected=''boolean'' value expected in condition
|
||||
evaluation.error.boolean.condition.expected='boolean' value expected in condition
|
||||
evaluation.error.process.exited=Cannot evaluate: process exited
|
||||
evaluation.error.stack.frame.unavailable=Stack frame unavailable
|
||||
evaluation.error.nested.evaluation=Evaluation is not supported during another method''s evaluation
|
||||
evaluation.error.nested.evaluation=Evaluation is not supported during another method's evaluation
|
||||
evaluation.error.sources.out.of.sync=Sources do not correspond to code being executed
|
||||
evaluation.error.cannot.find.stackframe.source=Cannot find source class for current stack frame
|
||||
evaluation.error.cannot.find.source=Cannot find source class for {0}
|
||||
@@ -158,7 +158,7 @@ evaluation.error.numeric.expected=Numeric value expected
|
||||
evaluation.error.integer.expected=Integer value expected
|
||||
evaluation.error.boolean.expected=Boolean value expected
|
||||
status.invalid.breakpoint.out.of.class=Breakpoint does not belong to any class
|
||||
error.invalid.breakpoint.source.changed=Source file changed or found source file does not correspond to the breakpoint''s file
|
||||
error.invalid.breakpoint.source.changed=Source file changed or found source file does not correspond to the breakpoint's file
|
||||
error.invalid.breakpoint.source.not.found=The class {0}, found in the project classpath, has no associated source files
|
||||
status.paused=Paused
|
||||
status.thread.monitor=MONITOR
|
||||
|
||||
Reference in New Issue
Block a user