Skip to content

Fix copy and paste of JSON clipboard contents #117

Fix copy and paste of JSON clipboard contents

Fix copy and paste of JSON clipboard contents #117

Triggered via pull request March 10, 2025 10:09
Status Failure
Total duration 26s
Artifacts

check-commit-messages.yml

on: pull_request
Check-commit-messages
13s
Check-commit-messages
Fit to window
Zoom out
Zoom in

Annotations

1 error
Check-commit-messages
The message 1 is invalid: * The line 5 of the message (line 3 of the body) exceeds the limit of 72 characters. The line contains 75 characters: "Fix copy and paste of JSON clipboard contents for Qualifiers and Extensions". Please reformat the body so that all the lines fit 72 characters. * The line 11 of the message (line 9 of the body) exceeds the limit of 72 characters. The line contains 74 characters: "Before the fix, copy/ paste of JSON clipboard contents for Qualifiers and ". Please reformat the body so that all the lines fit 72 characters. The original message was: Fix copy and paste of JSON clipboard contents ** To be integrated into main branch. ** Fix copy and paste of JSON clipboard contents for Qualifiers and Extensions Working with Qualifiers and Extensions is increasingly demanding. Qualifiers and Extensions may contain complex IClass-objects, such as References. JSON serialization and deserialization is therefore not straighforward. Before the fix, copy/ paste of JSON clipboard contents for Qualifiers and Extensions failed for semanticIds and such. Now, it seems to be working.