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

Summary: PHPdoc code completion adds extra "@"
Product: php Reporter: olemjens <olemjens>
Component: EditorAssignee: rmatous <rmatous>
Status: RESOLVED DUPLICATE    
Severity: blocker CC: fzamboj
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Windows XP x64   
Issue Type: DEFECT Exception Reporter:

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