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 238683 - JSDoc not generated for inner function
Summary: JSDoc not generated for inner function
Status: VERIFIED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Documentation (show other bugs)
Version: 8.0
Hardware: PC Linux
: P3 normal (vote)
Assignee: Martin Fousek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-22 09:15 UTC by Vladimir Riha
Modified: 2014-01-17 10:34 UTC (History)
0 users

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 2013-11-22 09:15:49 UTC
Please try following in JS file:


Test.db.foo = function(){
    
    /**
    this.store = function(a,b){
        return 1;
    }
    
}



and press Enter after the asterisks, no only empty JSDoc is insterted (no @ annotation for params and return)


Product Version: NetBeans IDE Dev (Build 201311210002)
Java: 1.8.0-ea; Java HotSpot(TM) Client VM 25.0-b59
Runtime: Java(TM) SE Runtime Environment 1.8.0-ea-b117
System: Linux version 3.2.0-48-generic-pae running on i386; UTF-8; en_US (nb)
Comment 1 Martin Fousek 2014-01-15 14:26:39 UTC
Fixed in web-main #c375830233b5.
Comment 2 Quality Engineering 2014-01-16 02:44:27 UTC
Integrated into 'main-silver', will be available in build *201401160001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/c375830233b5
User: Martin Fousek <marfous@netbeans.org>
Log: #238683 - JSDoc not generated for inner function
Comment 3 Vladimir Riha 2014-01-17 10:34:09 UTC
Verified, thank you

Product Version: NetBeans IDE Dev (Build 201401170001)
Java: 1.8.0-ea; Java HotSpot(TM) Client VM 25.0-b65
Runtime: Java(TM) SE Runtime Environment 1.8.0-ea-b122
System: Linux version 3.2.0-48-generic-pae running on i386; UTF-8; en_US (nb)