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 217857 - jsDoc should not crop content of help on unknown annotation
Summary: jsDoc should not crop content of help on unknown annotation
Status: VERIFIED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.3
Hardware: PC Linux
: P3 normal (vote)
Assignee: Martin Fousek
URL:
Keywords:
Depends on:
Blocks: 217696
  Show dependency tree
 
Reported: 2012-09-05 07:41 UTC by Vladimir Riha
Modified: 2012-09-12 06:42 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
sample file (7.97 KB, application/javascript)
2012-09-05 07:41 UTC, Vladimir Riha
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Riha 2012-09-05 07:41:49 UTC
Created attachment 123923 [details]
sample file

Right now, if there is a "unknown" (?unrecognized) annotation, all text behind it is ignored until next recognized annotation. I think it would be better if unrecognized annotation would be considered as plain text (if it's possible).

Check the sample and try help window for moudle() function

Product Version: NetBeans IDE Dev (Build web-main-8415-on-20120904)
Java: 1.7.0_06; Java HotSpot(TM) Client VM 23.2-b09
System: Linux version 3.2.0-29-generic-pae running on i386; UTF-8; en_US (nb)
Comment 1 Martin Fousek 2012-09-11 12:17:56 UTC
Not sure that it will be improvement everywhere, but that's right it could mostly help to not omit rest of the comment message.

Fixed in web-main #f57812b5c431.
Comment 2 Quality Engineering 2012-09-12 02:12:51 UTC
Integrated into 'main-golden', will be available in build *201209120001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/f57812b5c431
User: Martin Fousek <marfous@netbeans.org>
Log: #217857 - jsDoc should not crop content of help on unknown annotation
Comment 3 Vladimir Riha 2012-09-12 06:42:16 UTC
thanks a lot

Product Version: NetBeans IDE Dev (Build 201209120001)
Java: 1.7.0_06; Java HotSpot(TM) Client VM 23.2-b09
System: Linux version 3.2.0-30-generic-pae running on i386; UTF-8; en_US (nb)