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 235072

Summary: Types not resolved as it used to be, case #2
Product: javascript Reporter: Petr Hejl <phejl>
Component: EditorAssignee: Petr Pisl <ppisl>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 7.4   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description Petr Hejl 2013-08-27 08:46:35 UTC
1) get http://knockoutjs.com/downloads/knockout-2.2.1.debug.js
2) put it to javascript2.knockout/test/unit/data/testfiles/model/
3) run KnockoutModelTest.testKnockout()
4) copy the content of generated knockout-2.2.1.debug.js.model to org.netbeans.modules.javascript2.knockout.model.resources/knockout-2.2.1.model

computed.dependentObservable.disposeWhen does not have a return type while it used to be Boolean.
Comment 1 Petr Pisl 2013-08-27 14:19:08 UTC
Could you separate the code, where the computed.dependentObservable.disposeWhen is declared / computed to find out the pattern. Thanks