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 205691 - Non-default Run configurations in FX Project unintentionally override some default properties
Summary: Non-default Run configurations in FX Project unintentionally override some de...
Status: RESOLVED DUPLICATE of bug 206159
Alias: None
Product: javafx
Classification: Unclassified
Component: Deployment (show other bugs)
Version: 7.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Petr Somol
URL:
Keywords:
Depends on:
Blocks: 204760
  Show dependency tree
 
Reported: 2011-11-30 08:13 UTC by Petr Somol
Modified: 2012-02-07 14:35 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 Petr Somol 2011-11-30 08:13:21 UTC
FX Project Run configurations behave inconsistently when compared to SE Project. By SE Project convention the values of properties in non-default configurations
should initially remain unset and not override values defined in default configuration, unless the user explicitly changes the property value. This behavior is replicated in FX Project inconsistently: it works like that for all properties but Application Parameters, Preloader, and Run As. The fix should change the behavior to be consistent with SE Project behavior in this sense.
Comment 1 Petr Somol 2012-02-07 14:35:04 UTC

*** This bug has been marked as a duplicate of bug 206159 ***