Community
Participate
Working Groups
After taking a look at David's taglibindex from Bug 321602 it became apparent that TLDs were being repeated per-JAR in the taglib index. Over time, the list grows. When restoring the references for a project description, one copy of the URLRecord was being added to the JARRecord's list. Each project could then contribute the same TLDs to back to that JARRecord. Over time, with projects feeding back superfluous entires into each other's records performance begins to degrade. Depending on the number of TLDs and the number of projects referencing those JARs, it may be awhile before any performance problems are noticed. Easiest way to fix the problem is to delete the files from .metadata/.plugins/org.eclipse.jst.jsp.core/taglibindex
Created attachment 195628 [details] patch
Created attachment 195750 [details] patch for helios
Committed to R3_2_4_patches