| Anonymous | Login | Signup for a new account | 11-10-2025 01:06 PST |
| Main | My View | View Issues | Change Log | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
| 0000380 | [Resin] | minor | always | 09-09-05 00:00 | 11-30-05 14:42 | ||||
| Reporter | user382 | View Status | public | ||||||
| Assigned To | |||||||||
| Priority | normal | Resolution | fixed | ||||||
| Status | closed | Product Version | |||||||
| 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. |
||||||||
| Additional Information | Linux, RH WS3, Resin-3.0.10 | ||||||||
| Attached Files | |||||||||
|
|
|||||||||
Issue History |
|||
| Date Modified | Username | Field | Change |
| 09-09-05 00:00 | user382 | New Issue | |
| 11-30-05 00:00 | administrator | Fixed in Version | => 3.0.15 |
| 11-30-05 14:42 | ferg | Status | resolved => closed |
| Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
33 total queries executed. 27 unique queries executed. |