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 156749

Summary: hint impl. abstr. methods-no def.values of fnc args in meth.skeletons
Product: php Reporter: rmatous <rmatous>
Component: EditorAssignee: rmatous <rmatous>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 160275    
Bug Blocks:    

Description rmatous 2009-01-14 10:29:20 UTC
interface Test {
public function Pokus($var = TRUE);
}

Result:
public function Pokus($var)
{
}

Expected:
public function Pokus($var = TRUE)
{
}

Fatal error: Declaration of Moje::Pokus() must be compatible with that of Test::Pokus()

mentioned in blog comments:
http://blogs.sun.com/netbeansphp/entry/hint_implement_all_abstract_methods#comments
Comment 1 rmatous 2009-05-14 16:59:30 UTC
depends on index changes, probably too late
Comment 2 rmatous 2009-09-22 13:54:32 UTC

*** This issue has been marked as a duplicate of 166474 ***
Comment 3 Quality Engineering 2009-10-07 00:07:25 UTC
Integrated into 'main-golden', will be available in build *200910061401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/b7acc8f3c27f
User: Radek Matous <rmatous@netbeans.org>
Log: #160275 add additional information into index for php (plus #155243,#155334,#156749,#160123)