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 - Incorrect signature of overriden method
Summary: Incorrect signature of overriden method
Status: RESOLVED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: rmatous
URL:
Keywords:
: 156749 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-06-03 12:09 UTC by Tomas Mysik
Modified: 2009-10-06 14:41 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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. ***