Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
112 | minor | always | 04-20-05 00:00 | 04-27-05 00:00 | |
|
|||||
Reporter: | sam | Platform: | |||
Assigned To: | OS: | ||||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 3.0.12 | ||
Product Build: | 3.0.12 | Resolution: | fixed | ||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.0.13 | ||
|
|||||
Summary: | 0000112: duplicated calls to addDepend() for jsp | ||||
Description: |
RSN-103 (rep by D Becker) Yu should probably be using a Set for your list of dependencies. The same classes are in there for each invocation on the page. This auto-generated code block is highly redundant! com.caucho.jsp.JavaPage.addDepend(_caucho_depends, new com.caucho.make.ClassDependency(com.hogwarts.ebuy.jsp.tag.Data.class, -7347693397459104940L)); com.caucho.jsp.JavaPage.addDepend(_caucho_depends, new com.caucho.make.ClassDependency(com.hogwarts.ebuy.jsp.tag.DataTEI.class, 2492205919869736078L)); com.caucho.jsp.JavaPage.addDepend(_caucho_depends, new com.caucho.make.ClassDependency(com.hogwarts.ebuy.jsp.tag.Data.class, -7347693397459104940L)); com.caucho.jsp.JavaPage.addDepend(_caucho_depends, new com.caucho.make.ClassDependency(com.hogwarts.ebuy.jsp.tag.DataTEI.class, 2492205919869736078L)); |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
There are no notes attached to this issue. |