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

Summary: @extends annotation adds prototype node to Navigator
Product: javascript Reporter: Vladimir Riha <vriha>
Component: DocumentationAssignee: Petr Pisl <ppisl>
Status: VERIFIED FIXED    
Severity: normal    
Priority: P4    
Version: 8.0.1   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

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)