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?
-
Activity
blackdrag blackdrag
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Affects Version/s | 1.6-rc-1 [ 14009 ] | |
| Issue Type | Bug [ 1 ] | Improvement [ 4 ] |
| Affects Version/s | 1.6-rc-3 [ 14913 ] | |
| Affects Version/s | 1.6-beta-2 [ 14261 ] | |
| Affects Version/s | 1.6-rc-2 [ 13832 ] | |
| Summary | org.codehaus.groovy.runtime.ArrayUtil javadoc is huge | reduce method variants in org.codehaus.groovy.runtime.ArrayUtil |
| Fix Version/s | 1.6.1 [ 14852 ] |
blackdrag blackdrag
made changes -
| Assignee | Jochen Theodorou [ blackdrag ] |
Guillaume Laforge
made changes -
| Fix Version/s | 1.6.2 [ 15151 ] | |
| Fix Version/s | 1.6.1 [ 14852 ] |
Guillaume Laforge
made changes -
| Fix Version/s | 1.6.3 [ 15251 ] | |
| Fix Version/s | 1.6.2 [ 15151 ] |
Guillaume Laforge
made changes -
| Fix Version/s | 1.7-beta-1 [ 14014 ] | |
| Fix Version/s | 1.6.3 [ 15251 ] |
Guillaume Laforge
made changes -
| Fix Version/s | 1.7-beta-1 [ 14014 ] | |
| Fix Version/s | 1.7-beta-x [ 15538 ] |
Guillaume Laforge
made changes -
| Link |
This issue is related to |
blackdrag blackdrag
made changes -
| Status | Open [ 1 ] | Closed [ 6 ] |
| Fix Version/s | 1.7.x [ 15538 ] | |
| Resolution | Won't Fix [ 2 ] |
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