You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 12, 2025. It is now read-only.
While working on UI5/openui5@c782ce9 , I encountered the following issue with the ui5-migration tooling:
The file src/sap.m/src/sap/m/SelectionDetailsFacade.js which contains only JSDoc comments, was converted to sap.ui.define (not necessary) and all comments went lost.
After (this is the whole file)
sap.ui.define([],function(){"use strict";});
To reproduce, you can execute the following commands
cd openui5
git checkout 6555a38
ui5-migration migrate src/sap.m/src/sap/m/SelectionDetailsFacade.js
While working on UI5/openui5@c782ce9 , I encountered the following issue with the ui5-migration tooling:
The file src/sap.m/src/sap/m/SelectionDetailsFacade.js which contains only JSDoc comments, was converted to sap.ui.define (not necessary) and all comments went lost.
After (this is the whole file)
To reproduce, you can execute the following commands