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 200837 - properties of new prj are not stored when back button is pressed
Summary: properties of new prj are not stored when back button is pressed
Status: RESOLVED FIXED
Alias: None
Product: javacard
Classification: Unclassified
Component: Java Card (show other bugs)
Version: 7.0
Hardware: PC Windows Vista
: P3 normal (vote)
Assignee: J Bachorik
URL:
Keywords:
: 178368 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-08-10 13:56 UTC by vsigoff
Modified: 2012-05-10 09: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 vsigoff 2011-08-10 13:56:47 UTC
When new Classic JavaCard project in being created in NetBeans via
File -> New Project -> JavaCard -> Classic Applet Project -> Create Project
Dialog,
the text fields values of Step #1 are not saved if Step #1 is invoked again after Step #2.

There are sequence of steps required to reproduce the issue:
- invoke Create Project Dialog for Classic JC Applet project;
- fill the fields "Project Name", "Project Location", "Applet AID". These
fields should be changes. They should not contain the default
values suggsted by NB initially
- click Next button
- click Back button
- "Project Name", "Applet AID", "Base package Name" fields contain the
default values. The values entered by user are lost. 

The issue is also reproduced for Classic Library projects.


(Bug ID in Oracle BugDB is #12804001)
Comment 1 J Bachorik 2012-05-03 10:14:44 UTC
Fixed http://hg.netbeans.org/profiler-main/rev/0a9353c0657f
Comment 2 J Bachorik 2012-05-03 10:15:34 UTC
*** Bug 178368 has been marked as a duplicate of this bug. ***
Comment 3 Quality Engineering 2012-05-10 09:59:56 UTC
Integrated into 'main-golden', will be available in build *201205100400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/0a9353c0657f
User: Jaroslav Bachorik <yardus@netbeans.org>
Log: #200837: Do not generate defaults once the user has provided some values