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 163432 - No CC or Doc when function preceeded by @
Summary: No CC or Doc when function preceeded by @
Status: VERIFIED FIXED
Alias: None
Product: usersguide
Classification: Unclassified
Component: PHP (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: rmatous
URL:
Keywords: REGRESSION
: 156027 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-04-22 21:05 UTC by caesar2k
Modified: 2009-09-29 12:22 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 caesar2k 2009-04-22 21:05:53 UTC
the following code doesn't show documentation when cursor is at @chmod, shows "no suggestions"

function cookie($cookie_file) {
$path = '/var/www/midbr/tmp/'.$cookie_file;
@chmod($path);
@fclose(@fopen($path, 'w'));
$this->cookie_file = $path;
}
Comment 2 Quality Engineering 2009-05-05 07:52:35 UTC
Integrated into 'main-golden', will be available in build *200905050201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/0af4cd52e301
User: Radek Matous <rmatous@netbeans.org>
Log: #163432 No CC or Doc when function preceeded by @
Comment 3 rmatous 2009-05-14 16:39:52 UTC
*** Issue 156027 has been marked as a duplicate of this issue. ***
Comment 4 rmatous 2009-09-16 13:33:14 UTC
REGRESSION in 6.8
Comment 6 Quality Engineering 2009-09-18 22:53:02 UTC
Integrated into 'main-golden', will be available in build *200909181401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/d68262faca9e
User: Radek Matous <rmatous@netbeans.org>
Log: #163432 No CC or Doc when function preceeded by @
Comment 7 rmatous 2009-09-21 12:56:03 UTC
FIXED
Comment 8 Filip Zamboj 2009-09-29 12:22:05 UTC
Product Version: NetBeans IDE 6.8 Beta (Build 200909281634)
Java: 1.6.0_16; Java HotSpot(TM) 64-Bit Server VM 14.2-b01

verified. However, issue #173257 has been submitted.