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 - hint impl. abstr. methods-no def.values of fnc args in meth.skeletons
Summary: hint impl. abstr. methods-no def.values of fnc args in meth.skeletons
Status: RESOLVED DUPLICATE of bug 166474
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: rmatous
URL:
Keywords:
Depends on: 160275
Blocks:
  Show dependency tree
 
Reported: 2009-01-14 10:29 UTC by rmatous
Modified: 2009-10-07 00:07 UTC (History)
0 users

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 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)