Mantis Bugtracker
  

Viewing Issue Advanced Details Jump to Notes ] View Simple ] 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 Platform
Status closed   OS
Projection none   OS Version
ETA none Fixed in Version 3.0.15 Product Version
  Product Build
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
Attached Files

- Relationships

- Notes
(0000439)
ferg
09-09-05 00:00

jsp/101g
 

- 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.
Powered by Mantis Bugtracker