Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Won't Fix
-
Affects Version/s: 1.6-beta-2, 1.6-rc-1, 1.6-rc-2, 1.6-rc-3, 1.6
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
I noticed that the -docs bundle is unzipped to a humongous 85 MB.
Drilling down a bit, I found this beastie:
robert@nazgul:/usr/share/doc/packages/groovy/html/api/org/codehaus/groovy/runtime> ll -h ArrayUtil.html -rw-r--r-- 1 root root 12M 2009-02-18 23:31 ArrayUtil.html
Seems lather large to me, perhaps this is an error?
Issue Links
- is related to
-
GROOVY-4157
groovyall.jar is too heavy, can we reduce it?
-
ArrayUtil is a class with many many methods. The way it is used it can be easily replaced with a single method that takes a varags Object and returns the array. In 1.4 code he class had its use I guess, but now it no longer has