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 210477 - Missing hints for incorrect javadoc
Summary: Missing hints for incorrect javadoc
Status: VERIFIED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: Martin Fousek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-31 12:26 UTC by Vladimir Riha
Modified: 2012-09-14 15:35 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 Vladimir Riha 2012-03-31 12:26:28 UTC
In old editor, if function has incorrect javadoc like following:

/**
* @param foo
* @param bar
*/
function test(foo, bar, foobar){}

There is a hint of incorrect documentation. This hint is so far missing in new JS editor


Product Version: NetBeans IDE Dev (Build 2012-03-30_00-31-03 )
Java: 1.7.0; Java HotSpot(TM) 64-Bit Server VM 21.0-b17
System: Linux version 2.6.38-13-generic running on amd64; UTF-8; en_US (nb)
Comment 1 Martin Fousek 2012-09-13 06:34:08 UTC
Ok, the comment was added and will be shown for functions which have at least some documentation comment but doesn't contain all required parameters (I think that it worked before in the same way).

Fixed in web-main #ba55a07f4d2b.
Comment 2 Quality Engineering 2012-09-14 02:10:00 UTC
Integrated into 'main-golden', will be available in build *201209140001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/ba55a07f4d2b
User: Martin Fousek <marfous@netbeans.org>
Log: #210477 - Missing hints for incorrect javadoc
Comment 3 Vladimir Riha 2012-09-14 15:35:44 UTC
great, thanks a lot 


  Product Version         = NetBeans IDE Dev (Build web-main-8525-on-20120914)
(#f725685c28a1)
  Operating System        = Linux version 3.2.0-30-generic-pae running on i386
  Java; VM; Vendor        = 1.7.0_07; Java HotSpot(TM) Client VM 23.3-b01;
Oracle Corporation