Mantis - Quercus
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
4148 | minor | always | 07-30-10 03:40 | 03-22-12 13:41 | |
|
|||||
Reporter: | andrew_miah | Platform: | |||
Assigned To: | OS: | ||||
Priority: | normal | OS Version: | |||
Status: | feedback | Product Version: | 4.0.9 | ||
Product Build: | Resolution: | open | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | |||
|
|||||
Summary: | 0004148: Java String variable argument lists. | ||||
Description: |
Invoking a java method expecting a variable length list of Strings: public void myMethod( String... params ) { ... } Causes the following to be reported from Quercus: Fatal Error: Can't assign Some-Text with type class com.caucho.quercus.env.ConstStringValue to class java.lang.String |
||||
Steps To Reproduce: | |||||
Additional Information: | Changing the Java method to accept "Object..." resolves the problem. | ||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|