Community
Participate
Working Groups
For compatibility reason with old Eclipse versions, the ExtendedPlatform.isPlatformPrivateResource method use reflection to call the IResource.isTeamPrivateMember method. However the method is quite slow. For example, on my sample test project (> 1700 model files) the method is responsive for about 12% of the time needed to load the files However, 85% of that time it stays in ReflectUtil.findMethod. Because the number of different classes passed to findMethod is rather small, the proposal would be to cache the result of findMethod.
Implementation on the way...
Resolved
Created attachment 200652 [details] mylyn/context/zip
Mass-closing Resolved tickets