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 245528 - @extends annotation adds prototype node to Navigator
Summary: @extends annotation adds prototype node to Navigator
Status: VERIFIED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Documentation (show other bugs)
Version: 8.0.1
Hardware: PC Linux
: P4 normal with 1 vote (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-09 14:40 UTC by Vladimir Riha
Modified: 2015-04-26 07:35 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 2014-07-09 14:40:25 UTC
Please try to paste following in JS file:

function Shape() {
}
/**
 * @extends Shape
 */
function Hexagon(sideLength) {
}


=> in Navigator, there is "prototype" node under Hexagon



Product Version: NetBeans IDE Dev (Build 201407090001)
Java: 1.8.0_05; Java HotSpot(TM) Client VM 25.5-b02
Runtime: Java(TM) SE Runtime Environment 1.8.0_05-b13
System: Linux version 3.13.0-30-generic running on i386; UTF-8; en_US (nb)
Comment 1 Petr Pisl 2015-04-10 12:26:46 UTC
Fixed in web-main.
Comment 2 Quality Engineering 2015-04-11 05:42:55 UTC
Integrated into 'main-silver', will be available in build *201504110001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/c428e236767d
User: Petr Pisl <ppisl@netbeans.org>
Log: #245528 - @extends annotation adds prototype node to Navigator
Comment 3 Vladimir Riha 2015-04-26 07:35:44 UTC
Verified, thank you

Product Version: NetBeans IDE Dev (Build 201504240001)
Java: 1.8.0_40; Java HotSpot(TM) Client VM 25.40-b25
Runtime: Java(TM) SE Runtime Environment 1.8.0_40-b25
System: Linux version 3.13.0-35-generic running on i386; UTF-8; en_US (nb)