Bugfix
Detail
#27439
Quick search: Null pointer exception when clicking with GUI inspector on text field
Problem
- Start TL Demo.
- Using GUI Inspector, click on the quick search input field.
Result:
Caused by: java.lang.NullPointerException at com.top_logic.layout.scripting.recorder.gui.inspector.GuiInspectorPluginFactory.createComponentInformation(GuiInspectorPluginFactory.java:85) at com.top_logic.layout.scripting.recorder.gui.inspector.GuiInspectorPluginFactory.createFormMemberAssertions(GuiInspectorPluginFactory.java:81) at com.top_logic.layout.scripting.recorder.gui.inspector.GuiInspectorPluginFactory.createFieldAssertions(GuiInspectorPluginFactory.java:119) at com.top_logic.layout.form.control.FieldInspector.buildInspector(FieldInspector.java:38) at com.top_logic.layout.form.control.FieldInspector.buildInspector(FieldInspector.java:1) at com.top_logic.layout.scripting.recorder.gui.inspector.GuiInspectorCommand.createInspector(GuiInspectorCommand.java:102) at com.top_logic.layout.scripting.recorder.gui.inspector.GuiInspectorCommand.openDialog(GuiInspectorCommand.java:91) at com.top_logic.layout.scripting.recorder.gui.inspector.GuiInspectorCommand.execute(GuiInspectorCommand.java:76) at com.top_logic.layout.basic.AbstractControlBase.executeCommand(AbstractControlBase.java:972) at com.top_logic.layout.basic.component.ControlSupport.executeCommand(ControlSupport.java:221) at com.top_logic.layout.basic.component.ControlComponent$DispatchAction.handleCommand(ControlComponent.java:231) at com.top_logic.tool.boundsec.CommandHandlerUtil.handleCommand(CommandHandlerUtil.java:30) at com.top_logic.mig.html.layout.LayoutComponent.dispatchCommand(LayoutComponent.java:3048) at com.top_logic.mig.html.layout.CommandDispatcher.internalDispatchCommand(CommandDispatcher.java:192)
Test
- Click on the input field of the quick search with GUI inspector
- No error should occur