This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 141043

Summary: [saas][php][geocode] IDE generates invalid code
Product: webservices Reporter: Lukas Jungmann <jungi>
Component: ManagerAssignee: Ayub Khan <ayubskhan>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Lukas Jungmann 2008-07-21 18:27:21 UTC
-d'n'd geocode into php
-run file

=> fails with:

Fatal error: Cannot declare property GeoCoder::$GEOCODE_URL final, the final modifier is allowed only for methods and
classes in D:\xampplite\htdocs\project2\org_netbeans_saas_google\GoogleMapService.php on line 93

(my php version: 5.2.6)
Comment 1 Lukas Jungmann 2008-07-21 19:01:20 UTC
ooops, this is related to googlemap service (not to geocode), sorry for confusion
Comment 2 Ayub Khan 2008-07-21 23:24:09 UTC
Fixed, see http://hg.netbeans.org/main/rev/0b47d47a9afa
Comment 3 Lukas Jungmann 2008-07-22 22:09:32 UTC
v.