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 251977 - CreateFromTemplateAttributes not properly "chained" in project lookup
Summary: CreateFromTemplateAttributes not properly "chained" in project lookup
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 8.1
Hardware: All All
: P2 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on: 252016
Blocks: 251780
  Show dependency tree
 
Reported: 2015-04-22 08:38 UTC by Tomas Mysik
Modified: 2015-05-06 12:59 UTC (History)
1 user (show)

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 Tomas Mysik 2015-04-22 08:38:42 UTC
This issue was discovered while fixing issue #251780.

More implementations of CreateFromTemplateAttributes in project lookup cannot be "chained" (one impl cannot easily "extend" variables of another impl) although it seems that it should be possible according to Javadoc of CreateDescriptor.

Thanks.
Comment 1 Svata Dedic 2015-05-06 12:59:03 UTC
Solved together with issue #251700