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 - Types not resolved as it used to be, case #2
Summary: Types not resolved as it used to be, case #2
Status: NEW
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.4
Hardware: PC Linux
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-27 08:46 UTC by Petr Hejl
Modified: 2013-08-27 14:19 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 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