leehaut opened a new pull request, #7754: URL: https://github.com/apache/hop/pull/7754
Fix https://github.com/apache/hop/issues/7753 ## Summary - Fix intermittent `ArrayIndexOutOfBoundsException` in Hop GUI when a position undo is recorded with an empty selection after a slight transform drag/`mouseUp`. - Guard `ChangeAction` undo setters against null/empty or length-mismatched inputs; skip rejected (`None`) undo entries in `AbstractMeta.addUndo`. - Align `HopGuiPipelineGraph.mouseUp` empty-selection check with the existing note/workflow paths, and add unit coverage for empty/mismatched position undo. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
