Community
Participate
Working Groups
The Build of a xpand/xtend Project causes very much resourceChanges if there are many errors in the project. If there are other resourceChangeListener implemented the performance of the build will be bad.
Created attachment 190618 [details] the patch fixes this bug errorMarkers will be created in a WorkspaceModifyOperation for each file and not for each single issue. This reduces ResourceChangeNotifications.
Created attachment 190619 [details] introducing MarkerObect to store issues and errors in analyzationProcess MarkerObject is stores issues and errors in analyzationProcess
Created attachment 190620 [details] creating markers per file the creation of problemMarkes will be done in one workspaceModifyOperation for each file and not for each issue. this reduces the amount of resourceChangeNotifications.
Created attachment 190622 [details] creating markers per file the creation of problemMarkes will be done in one workspaceModifyOperation for each file and not for each issue. this reduces the amount of resourceChangeNotifications.
Created attachment 190623 [details] removing markers correctly the removal of markers had to be adapted to the new process of markerCreation
Patches applied and pushed to master. Thank you!
Bug resolved before Xpand 1.2 release date => Closing