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

Summary: Missing hints for incorrect javadoc
Product: javascript Reporter: Vladimir Riha <vriha>
Component: EditorAssignee: Martin Fousek <marfous>
Status: VERIFIED FIXED    
Severity: normal CC: vriha
Priority: P3    
Version: 7.2   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

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