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 166474

Summary: Incorrect signature of overriden method
Product: php Reporter: Tomas Mysik <tmysik>
Component: EditorAssignee: rmatous <rmatous>
Status: RESOLVED FIXED    
Severity: blocker CC: fzamboj
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Tomas Mysik 2009-06-03 12:09:22 UTC
Override some method using CC - parent method:

public function save(Doctrine_Connection $conn = null)

result:

public function save($conn)  // <- missing type and the default value

Product Version: NetBeans IDE 6.7 RC2 (Build 200906030001)
Java: 1.6.0_13; Java HotSpot(TM) 64-Bit Server VM 11.3-b02
System: Linux version 2.6.30-020630rc7-generic running on amd64; UTF-8; cs_CZ
Comment 1 rmatous 2009-09-22 13:54:31 UTC
*** Issue 156749 has been marked as a duplicate of this issue. ***