{"record":{"id":"0757cf6700c6f40c","repo":"JetBrains/intellij-community","slug":"no-such-field-0-in-1","errorCode":null,"errorMessage":"No such field {0} in {1}","messagePattern":"No such field (.+?) in (.+?)","errorType":"exception","errorClass":"RuntimeException","httpStatus":null,"severity":"error","filePath":"java/debugger/impl/src/com/intellij/debugger/settings/FieldDataBinding.java","lineNumber":66,"sourceCode":"      return isModified(obj, field);\n    }\n    catch (IllegalAccessException e) {\n      throw new RuntimeException(e.getMessage(), e);\n    }\n  }\n\n  protected abstract void doLoadData(Object from, Field field) throws IllegalAccessException;\n\n  protected abstract void doSaveData(Object to, Field field) throws IllegalAccessException;\n\n  protected abstract boolean isModified(Object obj, Field field) throws IllegalAccessException;\n\n  private Field findField(Object from) {\n    try {\n      return ReflectionUtil.findField(from.getClass(), null, myFieldName);\n    }\n    catch (NoSuchFieldException e) {\n      throw new RuntimeException(JavaDebuggerBundle.message(\"error.field.not.found.in.class\", myFieldName, from.getClass().getName()));\n    }\n  }\n}\n","sourceCodeStart":48,"sourceCodeEnd":70,"githubUrl":"https://github.com/JetBrains/intellij-community/blob/be881553f2a76ac8b4ea53950d93f0de78295c19/java/debugger/impl/src/com/intellij/debugger/settings/FieldDataBinding.java#L48-L70","documentation":"Error \"No such field {0} in {1}\" thrown in JetBrains/intellij-community.","triggerScenarios":"A renderer or data-binding expression references a field that does not exist on the class.","commonSituations":"Typos in custom renderer expressions or refactorings that renamed a field without updating the binding.","solutions":["Correct the field name in the data binding expression to an existing field of the target class.","Use completion in the renderer/expression editor to pick a valid field."],"exampleFix":"Replace 'lenght' with 'length' in the field reference.","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"}