Service Studio | Unused public objects
520
Views
4
Comments
New
Service Studio

Hi,

Service Studio could help our developers in maintainability/architecture tasks doing an analysis on all "Unused public objects". This option could be something like "Remove Unused Dependencies" but could check all objects that don't have usage in other modules.

+ will allow developers keep applications smaller, delete unused features

+ spare a lot of time, because this tasks is manually our days

+ already have a manual task for that, so Outsystems will only automate, no extra work needed


Unused public objects are already reported. Do you mean an option to remove them all automatically? If so than that is not clear from your idea description.

Daniel,

If you have a public action that is not being referenced in any other module or is referenced but not used we need to do "Find usages in all modules" to check if the action is really used. You need to do this action one by one and this accelerator will give us all actions with this behavior.

We don't have any warning in Service Studio or a option to get all objects in this situation. You only have a warning for private actions not being used.

"

2016-04-21 20-09-55
J.
 
MVP

Funny, always thought there was an idea for that already, because I really want it :)

"Make unused public actions/widgets private" would be ace, instead of hitting ctrl+f12 for each item