Community
Participate
Working Groups
The implementation of Resource.isFiltered() is sub-optimal, because it iterates through all the parents of a resource to see if the resource is filtered out of a workspace, even if there's no resource filters in the project.
Created attachment 195079 [details] Fix The optimization consists of verifying ahead of the iteration if the project lacks resource filters, then returning false right away.
Can you review the patch for me please? Thanks.
Looks good.
This is now fixed on cvs head.