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 193034 - Problem with PHPDoc in code completion
Summary: Problem with PHPDoc in code completion
Status: RESOLVED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: PHPDoc (show other bugs)
Version: 7.0
Hardware: PC Windows 7
: P4 normal (vote)
Assignee: Ondrej Brejla
URL:
Keywords: REGRESSION
: 196785 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-12-08 09:15 UTC by guitio2002
Modified: 2011-07-28 11:42 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Problem with PHPDoc in code completion (41.73 KB, image/png)
2010-12-08 09:15 UTC, guitio2002
Details

Note You need to log in before you can comment on or make changes to this bug.
Description guitio2002 2010-12-08 09:15:05 UTC
Created attachment 103722 [details]
Problem with PHPDoc in code completion

When using code completion in Netbeans PHP7 the PHPDoc is displayed in a wrong way (I attached a picture below)

I checked on the PHPDoc website and the syntax for @param annotation is * @param type [$varname] description
(http://manual.phpdoc.org/HTMLSmartyConverter/HandS/phpDocumentor/tutorial_phpDocumentor.howto.pkg.html)

This was not a problem I encountered with 6.9.1
Comment 1 Sc0tTyXL 2011-01-15 10:52:27 UTC
I've verified this.

Variable should not be displayed in the Description, its already shown in the variable column.

Put this bug to P4
Comment 2 kcampbell 2011-01-18 02:50:21 UTC
This is a slight annoyance, but not horrible. Would love to see it fixed for 7 Beta M2 release...perhaps wishful thinking!
Comment 3 Petr Pisl 2011-02-15 14:50:33 UTC
Fixed by Ondrej Brejla, applied by me. Fixed in the web-main.
Comment 4 Quality Engineering 2011-02-16 11:32:26 UTC
Integrated into 'main-golden', will be available in build *201102160501* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/768f4e323962
User: Petr Pisl <ppisl@netbeans.org>
Log: #193034 - Problem with PHPDoc in code completion
Comment 5 OndrejBrejla 2011-03-17 08:54:33 UTC
*** Bug 196785 has been marked as a duplicate of this bug. ***