2009/6/23 Dominik Süß <[email protected]>: > Cool stats :) > Most metrics seam to be ok... but.. > Cyclomatic Complexity[1] of Apache Sling Scripting JSP Support with a value > of 165 ... wow...
That is the Jasper JSP compiler, which is included as-is in Sling. And compiler parsers are normally huge (because mostly code-generated) classes. No need to worry about that ;-) Regards, Alex -- Alexander Klimetschek [email protected]
