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 250200

Summary: NodeJS documentation regression
Product: javascript Reporter: Vladimir Riha <vriha>
Component: Node.jsAssignee: Petr Pisl <ppisl>
Status: RESOLVED FIXED    
Severity: normal CC: tmysik
Priority: P2    
Version: 8.1   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description Vladimir Riha 2015-02-04 09:41:25 UTC
Please try following:
 - start IDE with fresh user and cache dirs
 - create a new HTML5 sample Knockout Messages
 - download NodeJS sources
 - open server.js and paste following on line 51

var ba = require("path");

 - press Enter and type 

ba.

 => cc offers items from Path module, focus (not confirm) e.g. "basename()" method => help window shows "Documentation not found".


The same works fine in build from December. There are other cases where help from core modules stopped working as well (e.g. net module and Server, http module and Agent...)


Thank you


Product Version: NetBeans IDE Dev (Build 201502040002)
Java: 1.8.0_25; Java HotSpot(TM) Client VM 25.25-b02
Runtime: Java(TM) SE Runtime Environment 1.8.0_25-b17
System: Linux version 3.13.0-35-generic running on i386; UTF-8; en_US (nb)
Comment 1 Petr Pisl 2015-03-30 09:46:37 UTC
Fixed in web-main.
Comment 2 Quality Engineering 2015-03-31 02:44:27 UTC
Integrated into 'main-silver', will be available in build *201503310001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/2ffb45a08634
User: Petr Pisl <ppisl@netbeans.org>
Log: #250200 - NodeJS documentation regression