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 166344 - wrong CC for magic method declared by @method tag
Summary: wrong CC for magic method declared by @method tag
Status: RESOLVED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker with 1 vote (vote)
Assignee: rmatous
URL:
Keywords:
: 168277 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-06-01 14:21 UTC by rmatous
Modified: 2009-09-21 13:05 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 rmatous 2009-06-01 14:21:15 UTC
<?
/**
 * @method A foo()
 */
class A { 
    function goo() {}      
}
$a = new A(); 
$a->|
$a->foo()->|  
?>
Comment 1 Quality Engineering 2009-08-27 06:01:22 UTC
Integrated into 'main-golden', will be available in build *200908270201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/a9f50f52fce7
User: Radek Matous <rmatous@netbeans.org>
Log: #166344 wrong CC for magic method declared by @method tag
Comment 2 rmatous 2009-08-27 10:00:19 UTC
Fixed
Comment 3 rmatous 2009-09-21 13:05:56 UTC
*** Issue 168277 has been marked as a duplicate of this issue. ***