{"record":{"id":"9496d521a2562981","repo":"JetBrains/intellij-community","slug":"evaluation-is-not-possible-during-the-project-anal-9496d5","errorCode":null,"errorMessage":"Evaluation is not possible during the project analysis","messagePattern":"Evaluation is not possible during the project analysis","errorType":"exception","errorClass":"EvaluateException","httpStatus":null,"severity":"error","filePath":"java/debugger/impl/src/com/intellij/debugger/ui/impl/watch/EvaluationDescriptor.java","lineNumber":125,"sourceCode":"\n      XEvaluationOrigin descriptorOrigin = XEvaluationOrigin.getOrigin(this);\n      Value value;\n      if (descriptorOrigin != XEvaluationOrigin.UNSPECIFIED) {\n        value = XEvaluationOrigin.computeWithOrigin(thisEvaluationContext, descriptorOrigin,\n                                                          () -> evaluator.evaluate(thisEvaluationContext));\n      }\n      else {\n        value = evaluator.evaluate(thisEvaluationContext);\n      }\n      thisEvaluationContext.keep(value);\n\n      myModifier = evaluator.getModifier();\n      setLvalue(myModifier != null);\n\n      return value;\n    }\n    catch (IndexNotReadyException ex) {\n      throw new EvaluateException(JavaDebuggerBundle.message(\"evaluation.error.during.indexing\"), ex);\n    }\n    catch (final EvaluateException ex) {\n      throw new EvaluateException(ex.getLocalizedMessage(), ex);\n    }\n    catch (ObjectCollectedException ex) {\n      throw EvaluateExceptionUtil.OBJECT_WAS_COLLECTED;\n    }\n  }\n\n  @Override\n  public PsiExpression getDescriptorEvaluation(DebuggerContext context) throws EvaluateException {\n    PsiElement evaluationCode = getEvaluationCode(context);\n    if (evaluationCode instanceof PsiExpressionCodeFragment) {\n      return ((PsiExpressionCodeFragment)evaluationCode).getExpression();\n    }\n    else {\n      throw new EvaluateException(JavaDebuggerBundle.message(\"error.cannot.create.expression.from.code.fragment\"), null);\n    }","sourceCodeStart":107,"sourceCodeEnd":143,"githubUrl":"https://github.com/JetBrains/intellij-community/blob/be881553f2a76ac8b4ea53950d93f0de78295c19/java/debugger/impl/src/com/intellij/debugger/ui/impl/watch/EvaluationDescriptor.java#L107-L143","documentation":"Error \"Evaluation is not possible during the project analysis\" thrown in JetBrains/intellij-community.","triggerScenarios":"Expression evaluation is attempted while the IDE is in dumb mode.","commonSituations":"Evaluating watches during startup indexing or a large re-index.","solutions":["Wait for project indexing/analysis to complete, then retry the evaluation."],"exampleFix":"Wait for the dumb-mode indicator to disappear, then press Alt+F8 again.","handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"be881553f2a76ac8b4ea53950d93f0de78295c19","analyzedAt":"2026-08-14T14:13:06.425Z","schemaVersion":2},"datasetVersion":"2026-08-15T22:17:37.221Z"}