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 203238 - numbers in project's default names uses only one set
Summary: numbers in project's default names uses only one set
Status: RESOLVED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.1
Hardware: All All
: P4 normal (vote)
Assignee: Roman Svitanic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-06 13:49 UTC by Stepan Zebra
Modified: 2013-09-01 01:25 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 Stepan Zebra 2011-10-06 13:49:46 UTC
Product Version: NetBeans IDE Dev (Build 201110040601)
Java: 1.7.0; Java HotSpot(TM) 64-Bit Server VM 21.0-b17
System: Windows 7 version 6.1 running on amd64; Cp1252; en_US (nb)

Numbering of projects for whole JavaFX category seems to use numbers from a single set. Same behavior in Samples.

To reproduce, do for example:
Create JavaFX Application   // #1 is used
Create JavaFX Preloader     // #2 is used
Create JavaFX Application   // #3 is used
OR
Create AdvancedMedia sample   // no # is used
Create BrickBreaker sample   // no # is used
Create AdvancedMedia sample   // #1 is used
Create BrickBreaker sample   // #2 is used
Comment 1 David Strupl 2011-10-06 16:53:11 UTC
When copying the wizard iterator I have used preferences instead of settings. Thought it was more "modern/up to date" method. But I used the same path on the preferences for all....

I am not sure whether the way it is done for samples is correct or the other way. But using settings is IMHO not best - best would be to use preferences and fix it so it behaves like the user expects.
Comment 2 Roman Svitanic 2013-08-30 16:09:05 UTC
fixed in jet-main:
http://hg.netbeans.org/jet-main/rev/5cab2a8322be
Comment 3 Quality Engineering 2013-09-01 01:25:05 UTC
Integrated into 'main-silver', will be available in build *201309010001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/5cab2a8322be
User: Roman Svitanic <rsvitanic@netbeans.org>
Log: #203238: [JavaFX] numbers in project's default names uses only one set - fixed