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 239180

Summary: Completion not showing up in some case
Product: javascript Reporter: Vladimir Riha <vriha>
Component: EditorAssignee: Petr Pisl <ppisl>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description Vladimir Riha 2013-12-06 08:04:12 UTC
Please try following code in JS file and invoke cc in

JSON.stringify(so|) (where | is cursor position)

=> code completion does not come up, nothing weird in IDE log



Sample code:
function UsersFct() {
    this.import = function($scope, sourceUrl, onSuccess, onFail) {
        $scope.busyModeOn();
        $http.post($scope.SYNERGY.server.buildURL("users", {}), JSON.stringify(so)).success(function(result) {
         
        }).error(function(data, status, headers, config) {

        });
    };
}




Product Version: NetBeans IDE Dev (Build 201312050002)
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)