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 248615

Summary: Use ProjectConvertor for implementation of FeatureProjectFactory
Product: ide Reporter: Svata Dedic <sdedic>
Component: Features On DemandAssignee: Jaroslav Tulach <jtulach>
Status: VERIFIED WONTFIX    
Severity: normal CC: tzezula
Priority: P2    
Version: 8.1   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 248887    

Description Svata Dedic 2014-11-13 10:29:06 UTC
Jarda promised to adjust ergonomics to support ProjectConvertorFactory.
Comment 1 Quality Engineering 2014-11-21 03:52:02 UTC
Integrated into 'main-silver', will be available in build *201411210001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/c0bff106ac1c
User: Svata Dedic <sdedic@netbeans.org>
Log: #248615: the test should ignore ProjectConvertorFactory for now
Comment 2 Jaroslav Tulach 2014-12-09 15:51:55 UTC
Some people seemed to have a feeling that failing test in ide.ergonomics does not mean anything. Actually, issue 248887 shows it does. The test indicates that there is some part of functionality in the system (a way to recognize project folders) that ergonomics is not aware of and which will not be enabled when running in ergonomics mode.
Comment 3 Tomas Zezula 2014-12-09 15:56:04 UTC
As far as I remember Jardo you promised to take care about project convertor in the ergonomics & also rewrite ergonomics to use project convertors.
Comment 4 Jaroslav Tulach 2014-12-11 10:43:37 UTC
The test itself has been properly fixed as part of issue 24887. The question whether to use ProjectConvertor as implementation of FeatureProjectFactory still remains. Btw. for that I would need documented layer API, which I described at: http://hg.netbeans.org/ergonomics/rev/c14c5579baae
Comment 5 Jaroslav Tulach 2014-12-22 15:35:51 UTC
Unless there are problems found with current duality, I don't think there is much need to try to solve it. Overall everything seems to work fine from my perspective.
Comment 6 Tomas Zezula 2015-01-12 11:08:14 UTC
OK, agree.