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 196657 - Back, next doesn't hold all entered settings - creating Java Application
Summary: Back, next doesn't hold all entered settings - creating Java Application
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.0
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
: 196656 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-03-14 08:52 UTC by asenk
Modified: 2011-03-21 08:16 UTC (History)
0 users

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 asenk 2011-03-14 08:52:03 UTC
1. Invoke wizard by pressing shortcut Ctrl+Shift+N
   2. Select Java node in Categories
   3. Select Java Application node in Projects
   4. Press Next
   5. Fill correct name of Project but different from default (${projectName})
   6. Fill different project location from it's default
   7. Fill correct but different Application Class name
   8. Press Back button
   9. Press Next button
  10. Press Finish button 

    * EXPECTED RESULT: Project should be created in chosen location. If user
pushes a Back button in the second step and then he returns back using a Next
button, all previously entered settings should be reloaded again. 

    * REAL RESULT: If you fill project location by hand (DO NOT USE  Project
Location browser) is created in default location. The name of the Class is generated from Name of project, the wizard doesn't hold the information about new Class name.
Comment 1 asenk 2011-03-14 14:43:16 UTC
Product Version: NetBeans IDE 7.0 RC1 (Build 201103140000)
Java: 1.6.0_24; Java HotSpot(TM) Client VM 19.1-b02
System: Windows XP version 5.1 running on x86; Cp1250; cs_CZ (nb)
Comment 2 Jesse Glick 2011-03-14 20:49:41 UTC
*** Bug 196656 has been marked as a duplicate of this bug. ***
Comment 3 Tomas Zezula 2011-03-16 16:23:15 UTC
Fixed jet-main 3e3c08825ad4
Comment 4 Quality Engineering 2011-03-18 09:48:54 UTC
Integrated into 'main-golden', will be available in build *201103180400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/3e3c08825ad4
User: Tomas Zezula <tzezula@netbeans.org>
Log: #196657:Back, next doesn't hold all entered settings - creating Java Application