Description
When doing a preview run on a transform in a pipeline I get the following error:
java.lang.NoSuchMethodError: org.eclipse.swt.widgets.ScrollBar.setPageIncrement(I)V org.apache.hop.ui.core.widget.ConditionEditor.setBars(ConditionEditor.java:1310) org.apache.hop.ui.core.widget.ConditionEditor.repaint(ConditionEditor.java:811) org.apache.hop.ui.core.widget.ConditionEditor.lambda$new$0(ConditionEditor.java:191) org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:252) org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:109)
This comes after the following error is shown:
RuntimeException: Error executing method : preview in class org.apache.hop.ui.hopgui.file.pipeline.HopGuiPipelineGraph
Root cause: NoSuchMethodError: org.eclipse.swt.widgets.Canvas.addMouseMoveListener(Lorg/eclipse/swt/events/MouseMoveListener;)V
Hitting the details button gives the error above.