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 208577

Summary: Overriding of FX application parameters in non-default Run Config incomplete
Product: javafx Reporter: Petr Somol <psomol>
Component: ProjectAssignee: Petr Somol <psomol>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 7.2   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 206159    
Bug Blocks: 213572    

Description Petr Somol 2012-02-17 15:34:35 UTC
In FX Project's non-default Run configurations it is possible to override application parameters, both named and unnamed. If the overriding consists in adding a new parameter, it works correctly. Overriding by removal of a parameter in default config or change of its value (if it is a named parameter) however does not work and should be supplied.
Comment 1 Petr Somol 2013-02-22 13:07:58 UTC
fixed in jetmain
http://hg.netbeans.org/jet-main/rev/d4a070ff88af
Comment 2 Quality Engineering 2013-02-24 05:45:09 UTC
Integrated into 'main-golden', will be available in build *201302232300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/d4a070ff88af
User: Petr Somol <psomol@netbeans.org>
Log: #208577 - Overriding of FX application parameters in non-default Run Config incomplete