[xwiki-dev] [patch proposal] regex handling in XWiki core

Pablo Oliveira pablo.oliveira at enst.fr
Thu Feb 15 10:33:18 CET 2007


On Feb 13, Pablo Oliveira wrote :
> And some places where we should optimize the regex handling:
> for example this code in XWikiDocument.java:
> [...]
> is really inneficient since we construct a list with all the html
> matches in the document when a single match would have accomplished 
> the desired result.

Created issue XWIKI-862 with attached patch for this (using
java.util.regex).

Pablo




More information about the devs mailing list