Bug report #540 has just been filed.

You can view the report at the following URL:

   <http://znutar.cortexity.com/BugRatViewer/ShowReport/540>

REPORT #540 Details.

Project: Jasper
Category: Bug Report
SubCategory: New Bug Report
Class: swbug
State: received
Priority: high
Severity: critical
Confidence: public
Environment: 
   Release: 3.2 Final
   JVM Release: 1.3
   Operating System: Windows NT
   OS Release: 4.0
   Platform: Intel

Synopsis: 
2 or more sets of <jsp:param> tags with the same names cause compile error

Description:
If you have more than one set of <jsp:param> tags with the same name, you get a 
compile error like this:

org.apache.jasper.JasperException: Unable to compile class for 
JSPD:\jakarta-tomcat\work\localhost_8080%2Fjspbook\_0002fChap_00030_00037_0002ftomcatbug_0002ejsptomcatbug_jsp_0.java:67:
 Variable '_tmpS' is already defined in this method.
                    String [] _tmpS = new String[3];

It doesn't look like the temp string is even needed, it isn't referenced anywhere but 
where it's declared.

Title: BugRat Report # 540

BugRat Report # 540

Project: Jasper Release: 3.2 Final
Category: Bug Report SubCategory: New Bug Report
Class: swbug State: received
Priority: high Severity: critical
Confidence: public

Submitter: Mark Wutka ( [EMAIL PROTECTED] )
Date Submitted: Dec 6 2000, 01:03:43 CST
Responsible: Z_Tomcat Alias ( [EMAIL PROTECTED] )

Synopsis:
2 or more sets of tags with the same names cause compile error
Environment: (jvm, os, osrel, platform)
1.3, Windows NT, 4.0, Intel

Additional Environment Description:

Report Description:
If you have more than one set of tags with the same name, you get a compile error like this: org.apache.jasper.JasperException: Unable to compile class for JSPD:\jakarta-tomcat\work\localhost_8080%2Fjspbook\_0002fChap_00030_00037_0002ftomcatbug_0002ejsptomcatbug_jsp_0.java:67: Variable '_tmpS' is already defined in this method. String [] _tmpS = new String[3]; It doesn't look like the temp string is even needed, it isn't referenced anywhere but where it's declared.

How To Reproduce:
null

View this report online...

Reply via email to