Community
Participate
Working Groups
Unfortunately Bug 291246 seems to have introduced duplication of suggestions for JSP custom library tags. It appears to have something to do with child classes all calling their supper methods which add the completion proposals more then once.
Created attachment 149972 [details] Fix Patch Fixes the duplication by updating the merge method to use a TreeSet sot that duplicates from all of the embedded processors are weeded out before returning the results. This patch also fixes another boo boo made by Bug 291246 in that the 'else' of an 'else if' statement was accidentally removed. This is because the preceding if was originally removed but then added back in and the 'else' of what became the 'if' was neglected when adding back the original if. Confusing enough? :)
Looks good. Thanks.
Verified in 3.2I-20100105_003934
see comment #3