Community
Participate
Working Groups
Build Identifier: In certain cases, TS Explorer can get out of sync with the methods created for an Entity or Session Facade. This will in turn cause sporadic behavior when user performs operations on the methods (such as deleting them from Explorer) Reproducible: Always Steps to Reproduce: 1. Create a Session Facade artifact 2. Don't expand the artifact in Explorer. Open it in the editor by double clicking on it. 3. Add a method and save the file 4. Expand the artifact in Explorer. The newly created method should be displayed 5. In the Session Facade artifact, add two more methods and click on Save. Notice that Explorer doesn't update to show the newly created methods! Another unrelated problem I've noticed is if you double click on a Session Facade method in Explorer, the editor opens, but doesn't scroll to the right section.
Created attachment 180298 [details] Patch
Done.
Moved explorer updating from explorer to content provider and applied patch.
Thanks Valentin!! This looks much better.