Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
380 | minor | always | 09-09-05 00:00 | 11-30-05 14:42 | |
|
|||||
Reporter: | user382 | Platform: | |||
Assigned To: | OS: | ||||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | |||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.0.15 | ||
|
|||||
Summary: | 0000380: In JSP tag compilation, local variables should be instance qualified | ||||
Description: |
RSN-424 In JSP tagfile compilation, local variables should be instance-qualified. For example, for a tagfile defining a tag like <x:mytag value=""> the code in the work directory compiles as: private java.lang.String value; private boolean _jsp_value_isSet; public void setValue(java.lang.String value) { _jsp_value_isSet = true; value = value; } >> value = value; ...assigns 'value' to itself; this.value = value. While this applies only to tagfile attributes which use the parameter name 'value', value is a common choice. |
||||
Steps To Reproduce: | |||||
Additional Information: | Linux, RH WS3, Resin-3.0.10 | ||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|