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 174434 - PHPdoc code completion adds extra "@"
Summary: PHPdoc code completion adds extra "@"
Status: RESOLVED DUPLICATE of bug 151056
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: PC Windows XP x64
: P3 blocker (vote)
Assignee: rmatous
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-13 11:59 UTC by olemjens
Modified: 2009-10-14 07:59 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 olemjens 2009-10-13 11:59:43 UTC
Adding PHPdoc tags using code completion results in an extra "@" character. Example below.

    /**
     * Returns singleton version of kmUser object
     * @@access private
     * @@return kmUser
     */
Comment 1 Tomasz Slota 2009-10-13 13:42:24 UTC
I remember this was already fixed by Radek, Radku do u know the issue number?
Comment 2 Filip Zamboj 2009-10-13 15:05:59 UTC
@reporter: what netbeans version are you using, please? Thanks. 
Comment 3 olemjens 2009-10-13 15:09:40 UTC
Some system + version info:
Product Version: NetBeans IDE 6.7.1 (Build 200907230233)
Java: 1.6.0_15; Java HotSpot(TM) Client VM 14.1-b02
System: Windows XP version 5.2 running on x86; Cp1252; no_NO (nb)
Userdir: F:\Documents and Settings\martin\.netbeans\6.7
Comment 4 rmatous 2009-10-14 07:59:12 UTC

*** This issue has been marked as a duplicate of 151056 ***