Mantis - Quercus
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
1098 | major | always | 05-11-06 15:41 | 05-15-06 16:45 | |
|
|||||
Reporter: | koreth | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 3.0.19 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.0.20 | ||
|
|||||
Summary: | 0001098: Functions that throw exceptions don't compile | ||||
Description: |
test.php: <?php function foo() { throw new Exception("foo"); } ?> With Resin logging turned up to "fine", I see that the generated Java file doesn't compile: [15:38:39.061] /Users/sgrimm/resin/resin-3.0.s060510/webapps/test/WEB-INF/work/_quercus/_test__php.java:64: cannot find symbol [15:38:39.061] symbol : method NULLtoException() [15:38:39.061] location: class com.caucho.quercus.env.NullValue [15:38:39.061] throw NullValue.NULLtoException(); [15:38:39.061] ^ [15:38:39.061] 1 error |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|