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

Summary: wrong CC for magic method declared by @method tag
Product: php Reporter: rmatous <rmatous>
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 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. ***